/* Sticky footer styles
-------------------------------------------------- */
/*fonts*/
html {
    position: relative;
    min-height: 100%;   
    overflow-x: hidden;
}
html.locked {
    overflow: hidden;
}
body {
    /* Margin bottom by footer height */
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: white;
    overflow-x: hidden;
    background-color: #f3e0bf;
}
body.locked {
    overflow: hidden;
}
h1 {
    font-family: "Orelega One", serif;
    color: #58240F;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 82%; /* 70.607px */
    text-transform: capitalize;
    margin-bottom: 20px;
}
h2 {
    font-size: 35px;
    font-family: "Orelega One", serif;
    color: #58240F;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 22px;
    text-transform: capitalize;
}
h3 {
    font-family: "Orelega One", serif;
    font-weight: 400;
    margin-top: 0;
    font-size: 30px;
}
a:link {
    color: #EBE7E2;
    text-decoration: none;
}

a:visited {
    color: #B9C58C;
    text-decoration: none;
}

a:hover {
    color: #B9C58C;
    text-decoration: none;
}

a:active {
    color: #B9C58C;
    text-decoration: none;
}
p {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 113%; /* 28.25px */
  margin-bottom: 3%;
}
img {
    width: 100%;
}
hr {
    border: 3px solid #8E9F74;
    width: 182px;
    margin-bottom: 32px;
}
.disappear {
    display: none;
}
.mobile-show {
    display: none;
}
.mobile-hide {
    display: block;
}
.flex {
    display: flex;
}
button {
    background-color: #58240F;
    border-radius: 10px;
    font-family: "Orelega One", serif;
    font-weight:400;
    font-size: 40px;
    line-height: 40px;
    padding: 10px 25px;
    box-shadow: none;
    border: 1px solid #58240F;
    text-transform: capitalize;
}
button:hover {
    background-color: transparent;
    border: 1px solid #58240F;
    color: #58240F;
}
header {
    background-color: #f3e0bf;
    background-image: url("../img/ship-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
}

body header.container {
    padding-top: 1.5%;
    padding-bottom: 0;
}

header .col-lg-12 {
  padding-right: 0;
  padding-left: 0;
}
header .top-logo {
    text-align: center;
}
header .splash {
  margin-top: 8%;
  margin-bottom: 20px;
}
header .hero {
  display: flex;
  align-items: center;
  justify-content: center;
}
header img.logo {
  max-width: 150px;
}
header .aim {
  border: 2px solid #EBC86C;
  background: #14463D;
  padding: 3%;
}
header .aim p {
  margin-bottom: 0;
}
.row.heading {
    text-align: center;
}
body .container {
    padding: 5%;
}
.reviews {
  border: 1px solid transparent;
  margin-top: 30%;
}
.reviews .product {
    text-align: right;
    margin-top: 10%;
}
.reviews .product h2 {
    text-align: left;
    width: 400px;
    position: absolute;
    right: 5%;
}
.reviews .locationBox {
  width: 400px;
    position: absolute;
    display: flex;
    right: 5%;
        top: 60px;
}
.locationBox .store {
    background-image: url("../img/ship-store.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.locationBox .address {
    text-align: center;
    background: #913510;
    padding: 5%;
}
.locationBox .address .addressBox {
    text-align: left;
}
.locationBox .address .hours {
    border-radius: 20px;
    background: #F3E0BF;
    max-width: 100px;
    margin-bottom: 15px;
    color: #7C2F10;
    font-family: "Orelega One", serif;
    font-size: 12px;
    text-align: center;
    padding: 3px 0;
}
.locationBox .address .addressBox p {
    font-size: 12px;
    color: white;
    margin-bottom: 5%;
}
.locationBox .address button {
    font-size: 30px;
    padding: 0px 15px;
}
.locationBox .address button:hover {
    background-color: transparent;
    border: 1px solid white;
    color: white;
}
.testimonials {
    background: #913510;
    margin-top: 50px;
}
.testimonials h2 {
    color: white;
    margin-left: 1%;
}
.testimonials .container {
    padding: 3% 10% 3% 15%;
}
.testimonials .testBox {
    background-color: #21241D;
    border-radius: 20px;
    padding: 5% 5% 6% 5%;
}
.testimonials .testBox p {
    font-size: 12px;
    color: white;
    line-height: 15px;
}
.testimonials p.signature {
    color: white;
    margin-top: 8%;
    font-size: 16px;
}
.testimonials .triangle {
    width: 30px;
    position: relative;
    margin-left: 10%;
}
.testimonials .triangle img {
    top: 0;
    position: absolute;
}
footer {
   padding: 5% 10% 5% 15%;
   background: #58240F;
}
footer .foot-right {
    text-align: left;
}
footer .foot-left {
    text-align: right;
}
footer img {
    max-width: 200px;
    cursor: pointer;
}
footer button {
    background: #913510;
}
footer button:hover {
    background: transparent;
    color: #FFF;
    border: 1px solid #FFF;
}


/*full screen*/
@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

/*tablet*/
@media (min-width: 992px) {
    .container {
        width: 100%;
    }

}

@media (max-width: 1450px) {
    
}

@media (max-width: 1200px) {
    .reviews {
        margin-top: 0;
    }
}

@media (max-width: 1100px) {
    
}

@media (max-width: 992px) {
    body {
        margin-bottom: 0;
    }
    .mobile-show {
        display: block;
    }
    .mobile-hide {
        display: none;
    }
    .flex {
        display: block;
    }
    header {
        background-image: none;
    }
    body header.container {
        padding: 0;
    }
    header .container {
        padding-top: 0;
    }
    header .top-logo {
        background: #58240F;
        padding: 3%;
    }
    header img.logo {
        max-width: 120px;
    }
    header .hero {
        display: none;
    }
    h1 {
        font-size: 40px;
        text-align: center;
    }
    h3 {
        font-size: 25px;
    }
    header .splash {
        text-align: center;
    }
    button {
        font-size: 30px;
        padding: 5px 25px;
    }
    .reviews .product {
        text-align: center;
        margin-top: 0;
    }
    .reviews .product h2 {
        position: relative;
        text-align: center;
        right: auto;
        width: auto;
    }
    .reviews .locationBox {
        position: relative;
        width: 100%;
        right: auto;
        top: auto;
    }
    .locationBox .store {
        width: 30%;
    }
    .locationBox .address {
        width: 70%;
    }
    .locationBox .address button {
        font-size: 20px;
        line-height: 30px;
    }
    .reviews .word p {
        text-align: center;
        font-size: 12px;
    }
    .testimonials {
        margin-top: 0;
    }
    .testimonials h2 {
        text-align: center;
    }
    .testimonials .container {
        padding: 5%;
    }
    footer {
        padding: 5%;
    }
    footer .foot-right, footer .foot-left {
        text-align: center;
    }
    footer img {
        max-width: 100px;
        margin-bottom: 10px;
    }
}

/*phone*/
@media screen and (max-width: 350px) {
    
}
  