/** General page styling **/



.full-index {
width: 100%;
min-height: 100%;
height: 100vh;
padding: 0!important;
margin: 0!important;
position: relative;
}


.full-index-logo {
margin: 0;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 99;
text-align: center;
width: 100%;
}
.full-index-logo img {

}
/** page contact **/
#studio { display:flex; justify-content:flex-start;align-items:center;flex-wrap:wrap;}
#studio p:first-child { padding-right: 0;border-right:0;margin-right: 0;}
@media (min-width:600px){
	#studio p:first-child { padding-right: 6%;border-right: 1px solid #000;margin-right: 50px;}
}