html{
    font-size: 18px;
}
html,body{
    background-color: #EFEFEF;
}
.container{
    background-color: #fff;
    border-left: 1rem solid #fff;
    border-right: 1rem solid #fff;
}
.container.header{
    background-image: url("../images/header-bg.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto;
    min-height: 420px;
    border-top: 1rem solid #fff;
    margin-top: 1rem;
}
.container.footer{
    background-image: url(../images/footer-bg.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto;
    min-height: 420px;
    border-bottom: 1rem solid #fff;
    margin-bottom: 1rem;
}
.header-logo{
    margin-top: 20px;
}
.hedear-caption{
    color: #fff;
    font-size: 1.5rem;
    font-width: normal;
    margin-top: 1rem;
}
.header-image img,
.prod-img img{
    width: 100%;
}
.block-green{
    background-color: #00301E;
    color: #fff;
    padding: 1.5rem;
    border-radius: 3rem;
    border: 5px solid #4DA146;
    text-align: justify;
    font-size: 0.9rem;
}
.block-green p, .q-text p, .foo-text p, .foo-icons p{
    margin: 0;
}
.row-spacer{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.row-spacer-t{
    padding-top: 2.5rem;
}
.bt-green{
    border-top: 4px solid #00301E;
}
.span-green{
    color: #fff;
    background: rgb(0,48,30);
    background: linear-gradient(306deg, rgba(0,48,30,1) 0%, rgba(0,48,30,1) 35%, rgba(0,48,30,0.6909138655462185) 100%);
    padding: 5px 15px 5px 5px;
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
}
.q-logos img{
    width: 100%;
}
.footer-content{
    color: #fff;
    padding-bottom: 1rem;
}
.footer-content a{
    color: #fff;
}
.footer-content a:hover{
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}
.foo-icons{
    font-size: 2rem;
    margin-top: 1rem;
}
@media (max-width: 346px) {
    .header-logo{
        width: 100%;
    }
}
@media (max-width: 481px) {
    .shop-buttons a{
        margin-bottom: 1rem;
    }
}
@media (max-width: 576px) {
    .hedear-caption{
        font-size: 1.3rem;
    }
}
