body{
    background-color: #362E0B;
}

h1{
    color: #fff;
    font-size: 3em;
}

p{
    color: #fff;
    font-size: 1.3em;
}

a{
    color: #fff;
    text-decoration: none;
}

.bt-1{
    margin: 0 20px 0 0;
    padding: 20px 30px;
    color: #A29135;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid #A29135;
    border-radius: 10px;

    transition: all 0.5s;
}

.bt-1:hover{
    background-color: #A29135;
    color: #fff;
}

#top .row .col-12 img{
    max-width: 300px;
    height: auto;
}

#product-info .row .col-md-6 img{
    max-width: 300px;
    height: auto;
}

footer{
    margin-top: 50px;
}

footer .row{
    border-top: 1px solid #fff;
}

footer .row .col-12 p{
    font-size: 18px;
    text-align: center;

}

@media only screen and (max-width: 600px){
    .bt-1{
        margin-bottom: 30px;
        display: flex;
        text-align: center;
        flex-direction: column;
        font-size: 1.3em;
    }
}