body{
    width: 100%;
    max-width: 1980px;
    margin: 0 auto;
    padding: 0;
}
h1{
    font-size: 58px;
    color: #8E6B65;
}
h2{
    font-size: 54px;
    color: #8E6B65;
}
p{
    font-size: 18px;
    text-align: justify;
    color: #8E6B65;
}

.btn-store{
    color: #fff;
    background-color: #8E6B65;
    width: 100%;
    max-width: 250px;
    padding: 20px 10px;
    border-radius: 35px;
}

.btn-buy{
    width: 100%;
    max-width: 200px;
    border-radius: 30px;
    padding: 5px 10px;
    color: #fff;
    background-color: #BFB4AC;
}

/**********Footer**********/
.footer_inner {
    display: block;
    background-color: #DDD8CF;
    color: #6A423C;
}

.footer-container {
    width: 100%;
    margin: 0 auto;
    /*padding: 60px 70px 31px;*/
}

.footer-title p {

    font-size: 23px;
    font-weight: 600;
}

.footer-links li {
    list-style: none;
}

.footer-links li > a {
    text-decoration: none;
    color: #6A423C;
    font-weight: 300;
    font-size: 17px;
}

.phone {
    font-size: 1.9em;
    color: #6A423C;
    text-align: left;
    font-weight: 600;
}

.social-icons li {
    list-style-type: none;
    float: left;
    padding-top: 5px;
    padding-left: 15px;
}

.copyright-text {
    float: none;
    color: #6A423C;
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    font-size: 1em;
    margin-bottom: 30px;
    font-weight: 300;
}

.social-icons {
    margin-left: -35px;
}
