body{
	font-family: 'Titillium Web', sans-serif;
	-webkit-flex-direction:column;
	    -ms-flex-direction:column;
	        flex-direction:column;
	overflow: hidden;
	background-color: #000000;
}

h1, h3, p{
	font-weight: normal;
	letter-spacing: .1rem;
}

h1{
	box-shadow: 0 .3rem #fff;
}

a{
	color: #fff;
	font-weight: 700;
	/**border: 3px solid #fff;**/
	text-decoration: none;
	padding: .1rem .3rem;
	transition: background-color .2s ease-in-out;
}

.desktop a:hover{
	background: #fff;
}

.head {
	position: relative;
}

.img {
	position: absolute;
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}

.img2, .img3, .img4 {
	opacity: 0;
}

.img1 {
	background-image: url(assets/bg1.jpg);
}

.img2 {
	background-image: url(assets/bg2.jpg);
}

.img3 {
	background-image: url(assets/bg3.jpg);
}

.img4 {
	background-image: url(assets/bg4.jpg);
}

.credit {
	position: absolute;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	margin-bottom: 1rem;
	color: #999;
	bottom: 0;
	/**text-shadow: 0px 0px 20px #000000, 0px 0px 20px #000000;**/
}

.page{
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	    -ms-flex-direction:column;
	        flex-direction:column;
	-webkit-align-items:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-justify-content:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	-webkit-flex:1;
	    -ms-flex:1;
	        flex:1;
	padding: 1rem;
}

.page article{
	-webkit-flex:1;
	    -ms-flex:1;
	        flex:1;

	display:-webkit-flex;

	display:-ms-flexbox;

	display:flex;
	-webkit-flex-direction:column;
	    -ms-flex-direction:column;
	        flex-direction:column;
	-webkit-align-items:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-justify-content:center;
	    -ms-flex-pack:center;
	        justify-content:center;

	text-align: center;
}

.graphics{
	display: none;
	pointer-events: none;
 	z-index: 9999;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

article .pict{
	/**border: 5px solid white;
	border-radius: 50%;**/
	overflow: hidden;
	padding: .4rem;
	-webkit-flex:0 0 auto;
	    -ms-flex:0 0 auto;
	        flex:0 0 auto;
}

article img{
	width: 110px;
	overflow: hidden;
	text-align: center;
	border-radius: 50%;
	display: block;
}

.social ul{
	list-style-type: none;
	margin:0;
	padding:0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}


article .pict{
	/**border: 3px solid white !important;
	border-radius: 30%;**/
	overflow: hidden;
	padding: .4rem;
	-webkit-flex:0 0 auto;
	    -ms-flex:0 0 auto;
	        flex:0 0 auto;
}

.social a{
	margin: 0 .6rem;
	padding: .3rem;
	display: block;
	transition: all .2s ease-in-out;
}

.social img{
	width: 45px;
	display: block;
}


	body{
		-webkit-flex-direction:row;
		    -ms-flex-direction:row;
		        flex-direction:row;
	}

	.head{
	-webkit-flex:1 1 0%;
			-ms-flex:1 1 0%;
					flex:1 1 0%;
	display: block;
}

.page{
	-webkit-flex:1 1 0%;
			-ms-flex:1 1 0%;
					flex:1 1 0%;
}

.credit {
		font-size: 0.7rem !important;
		margin-bottom: 0.1rem;
}

@media (max-width: 400px) {
	.credit {
			font-size: 0.5rem !important;
			margin-bottom: 0.1rem;
	}

	h1 {
		font-size: 1.4rem;
		height: 2rem;
		box-shadow: 0 0 0.1 .1rem #fff;
	}

	article .pict {
			/**border: 5px solid white;
			border-radius: 50%;\**/
			size: 50%;
			overflow: hidden;
			padding: .4rem;
			-webkit-flex:0 0 auto;
			    -ms-flex:0 0 auto;
			        flex:0 0 auto;
	}

	article img{
		width: 60px;
		overflow: hidden;
		text-align: center;
		border-radius: 50%;
		display: block;
	}

	.social img{
		width: 15px;
	}
}
