* {
font-family : "Poppins", "Helvetica", "Arial", "sans-serif";
}
html, body {
margin : 0;
padding : 0;
width : 100%;
height : 100%;
}
body {
font-weight : 300;
font-size : 14px;
background : url(../img/bg.jpg) center center no-repeat #fff;
overflow : hidden;
}
.clear {
clear : both;
}
.analogo {
margin : 100px auto;
text-align : center;
}
.analogo h1{
display : none;
}
.siteler {
width : 100%;
height : 70px;
background : rgba(0, 0, 0, 0.05);
box-shadow : 0 0 25px 3px rgba(0, 0, 0, 0.1) inset;
}
.siteler .center {
margin : 0 auto;
width : 520px;
}
.siteler a{
float : left;
height : 70px;
box-sizing : border-box;
padding : 20px 15px;
}
.siteler a:hover{
background : rgba(0, 0, 0, 0.05);
}
@media screen and (max-width:520px) {
.siteler .center {
width : 100%
}
.siteler {
height : auto;
}
.siteler a {
float : none;
display : block;
text-align : center;
}
.analogo {
margin : 50px auto;
}
.analogo img{
height : 150px;
}
}