*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}



html, body {
margin:0;
padding:0;
font-family: 'basier_circleregular';
font-size:14px;
font-weight:normal;
line-height:160%;
letter-spacing:0.07em;
color:#f9f8f4;
min-height: 100%; 
    height: 100%;
	background-color:#2E5E4C;
	image-rendering: -webkit-optimize-contrast;
	 text-rendering: optimizeLegibility

}



a:hover {
   color:#DDDDDD;
}

a:focus {
    outline: 0
}


img.logo{
    max-width: 330px;
	height:auto;
	
}

img.insta { max-width:30px; text-align:center; margin-top:10px; margin-left:auto; margin-right:auto; }

.content {
	width:100%;

	position: absolute;
top: 50%;
left: 50%;
margin-left:auto;
margin-right:auto;
text-align:center;
transform:translate(-50%, -50%);

}

h1 { font-family: sweet-sans-pro, sans-serif;
font-weight: 400;
font-style: normal; }


@media screen and (max-width:768px){
   
}