/* body */
body{
    margin: 0;
    padding: 0;
}
/* header */
.header{
    width: 100%;
    height: 225px;
    background-color: black;
   
}
.site-identity{
    width: 90%;
    height: 225px;
    margin-top: 0;
    padding-top: 0;
    padding-left: 70px;
    text-align: center;
}
.site-title{
    margin:0;
    padding-top: 1px;
    height: 55px;
}
.site-title a{
    text-decoration: none;
    color: #b7b7b7;
    font-family: "Playfair Display", serif;
    letter-spacing: 6.5px;
    text-transform: uppercase;
    font-size: 41px;

}
.site-title p{
    line-height: 1px;
    margin-top: 70px;
    transform: scale(1,1.2);

}
.site-dis {
    color: #b7b7b7;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    margin-top: 50px;
    font-size: 13px;
    height: 15px;
   
}

.hr{
   
    color: #b7b7b7;
}
/* navbar */
.menu a:hover{
    color: red;
}
.menu a{
    text-decoration: none;
    color: white;
    display:table-cell;
    display: block;
    padding: 0px 12px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;

}
.menu li{
    float: left;
    list-style-type: none;
    height: 30px;
}
.menu{
   padding-left: 300px;
   height: 100px;
}
/* advirtaisment-photo */
.img-1{
    width: 100%;
    float: left;
    overflow: hidden;
    
}
.wrapper{
    background-color: black;
    width: 100%;
    height: 900px;
}
.w-7{
   width: 100%;
   height: 150px;
   background-color: black;
}
.t1-7{
    width: 100%;
    height: 150px;
    color:#b7b7b7;
    text-align: center;
   
}
.t1-7 p{
    font-size: 20px;
    font-family: "Roboto", Sans-serif;
    font-weight: 700;
    line-height: 35px;
}
.img-2{
    width: 58%;
    height: 48%;
    float: left;
    margin: 315px;
    margin-top: 40px;
    float: left;
    
}
.i-7{
    width: 100%;
} 
.footer{
    height: 600px;
    background-color:black;
}

.flex{
    width: 31px;
    height: 31px;
}
/* footer */
.footer a{
    margin-left: 30px;
}

.icones img{
    margin-left: 70px;
}
.icones{
    padding-left: 465px; 
}
.last{
    color:#b7b7b7;
    padding-left: 550px;
    padding-top: 175px;
}
.last a:hover{
   color: red;
   text-decoration: underline;
}
.m-4{
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    color: white;
}
.last p{
    color: #b7b7b7;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
}