@font-face {
    font-family: Arvo-Bold;
    src: url(Fonts/Arvo/Arvo-Bold.ttf);
}
@font-face {
    font-family: Arvo-Italic;
    src: url(Fonts/Arvo/Arvo-Italic.ttf);
}
h1{
    margin: 0;
    padding: 0;
}
body{
    margin: 0;
    padding: 0;
}
section{
    width: 100%;
    float: left;
}
.container{
    width: 600px;
    margin: auto;
}
.bg-1{
    background-image: url(bg-1.png);
    background-size: contain;
    min-height: 272px;
    width: 100%;
    background-repeat: no-repeat;
}
.mid{
    width: 100%;
    float: left;
    margin-top: -100px;
}
.name{
    margin: auto;
    width: 80%;
    text-transform: uppercase;
}
.name h1{
    padding: 0;
    font-size: 40px;
    font-family: Arvo-Bold;
    color: #423eb9;
}
.sales{
    margin: auto;
    width: 80%;
    text-transform: uppercase;
}
.sales h1{
    color: #703e1d;
    font-family: Arvo-Bold;
    font-size: 25px;
    margin-top: 1%;
}
.about{
    width: 80%;
    float: left;
    color: black;
    font-size: 20px;
    font-family: Arvo-Italic;
    margin-left: 10%;
    margin-top: 3%;
}
.main-contact{
    width: 90%;
    float: left;
    margin: 10% 0 0 10%;
}
.con-log {
    background-color: #1d1777;
    color: white;
    font-size: 25px;
    border-radius: 50px;
    width: 45px;
    float: left;
    height: 45px;
    line-height: 47px;
    text-align: center;
}
.con-log a{
    color: #ffffff;
}
.con-log a :hover{
    color: #703e1d;
}
.contact{
    width: 65%;
    margin: 10px 0 0 50px;
    font-family: Arvo-Italic;
    float: left;
    color: black;
    font-size: 20px;
}
.main-mail {
    width: 90%;
    float: left;
    margin: 4% 0 0 10%;
}
.mail-log{
    background-color: #1d1777;
    color: white;
    font-size: 25px;
    border-radius: 50px;
    width: 45px;
    float: left;
    height: 45px;
    line-height: 47px;
    text-align: center;
}
.mail-log a{
    color: #ffffff;
}
.mail-log a:hover{
    color: #703e1d;
    
}
.mail{
    width: 65%;
    margin: 10px 0 0 50px;
    font-family: Arvo-Italic;
    float: left;
    color: black;
    text-transform: uppercase;
    font-size: 20px;
}
.main-lock{
    width: 90%;
    float: left;
    margin: 4% 0 0 10%;
}
.lock-log {
    background-color: #1d1777;
    color: white;
    font-size: 25px;
    border-radius: 50px;
    width: 45px;
    float: left;
    height: 45px;
    line-height: 47px;
    text-align: center;
}
.lock-log a{
    color: #ffffff;
}
.lock-log a:hover{
    color: #703e1d;
}
.lock{
    margin: 10px 0 0 48px;
    font-family: Arvo-Italic;
    float: left;
    color: black;
    text-transform: uppercase;
    font-size: 20px;
}
.site{
    margin: 5% 0 0 10%;
    width: 90%;
    float: left;
    text-align: center;
    color: #423eb9;
    font-family: Arvo-Bold;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 7px;
}
.site a{
    text-decoration: none;
}
.site a:hover{
    text-decoration: underline;
}
.bg-2{
    background-image: url(bg-2.png);
    background-size: contain;
    min-height: 239px;
    width: 100%;
    background-repeat: no-repeat;
    float: left;
} 
.side-1{
    width: 50%;
    float: left;
}
ul{
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    margin-top: 135px;    
    margin-left: 45px;
}
li{
    float: left;
    width: 50px;
    height: 35px;
}
li a {
    background-color: #1d1777;
    color: white;
    font-size: 25px;
    border-radius: 50px;
    width: 45px;
    float: left;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
a i{
    width: 45px;
}
.insta a:hover{
    color: #e4405f;
    background-color: #703e1d;
}
.fb a:hover{
    color: #1877f2;
    background-color: #703e1d;
}
.twit a:hover{
    color: #00acee;
    background-color: #703e1d;
}
.wp a:hover{
    color: #25d366;
    background-color: #703e1d;
}
.sitename{
    float: left;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: Arvo-Bold;
    float: left;
    margin-left: 15%;
    margin-top: 15px;
}
.side-2 {
    width: 37%;
    float: right;
    margin-top: 7%;
}

@media  screen and (max-width:620px) {
    .container{
        width: 100%;
    }
    .bg-1{
        width: 100%;
    }
    .mid{
        width: 100%;
    }
    .bg-2{
        width: 100%;
    }
    .side-1 ul{
        margin-top: 130px;
    }
    .side-2 img{
        width: 100%;
        height: auto;
    }
}
@media  screen and (max-width:510px){
    .container{
        width: 100%;
    }
    .bg-1{
        width: 100%;
    }
    .mid{
        width: 100%;
    }
    .contact, .mail, .lock { 
        font-size: 16px;
        margin-left: 30px;
    }
    .bg-2{
        width: 100%;
    }
    .side-1{
        width: 60%;
    }
    .side-2{
        width: 35%;
    }
    .side-1 ul{
        margin-top: 80px;
        margin-left: 30px;
    }
    .side-2 img{
        width: 100%;
        height: auto;
    }
}
@media  screen and (max-width:410px){
    .container{
        width: 100%;
    }
    .bg-1{
        width: 100%;
    }
    .name{
        margin-top: -80px;
    }
    .name h1{
        font-size: 30px;
    }
    .sales h1{
        font-size: 15px;
    }
    .mid{
        width: 100%;
    }
    .about{
        font-size: 15px;
    }
    .con-log, .mail-log, .lock-log{
        background-color: #1d1777;
        color: white;
        font-size: 20px;
        border-radius: 87px;
        width: 45px;
        float: left;
        height: 45px;
        line-height: 46px;
        text-align: center;
    }
    .contact, .mail, .lock{
        font-size: 13px;
        margin-left: 20px;
        font-weight: 600;
    }
    li a {
        background-color: #1d1777;
        color: white;
        border-radius: 50px;
        width: 45px;
        float: left;
        height: 45px;
        line-height: 45px;
        text-align: center;
    }
    .site{
        font-size: 10px;
    }
    .bg-2{
        width: 100%;
        background-size: cover;
        min-height: auto;
    }
    .side-1{
        width: 75%;
    }
    .side-2{
        width: 25%;
    }
    .side-1 ul {
        margin-top: 80px;
        text-align: center;
        width: 100%;
        margin-left: 15px;
    }
    .side-1 li a{
        font-size: 20px;
    }
    .sitename{
        font-size: 15px;
        width: 100%;
        text-align: left;
        margin-left: 30px
    }
    .side-2 img{
        width: 100%;
        height: auto;
    }

}