/* Sticky footer styles
-------------------------------------------------- */
/*fonts*/
html {
    position: relative;
    min-height: 100%;   
    overflow-x: hidden;
}
html.locked {
    overflow: hidden;
}
body {
    /* Margin bottom by footer height */
    background-color: transparent;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 100% 0%;
    font-family: 'Crimson Pro', serif;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
img {
    width: 100%;
}
h1 {
    font-family: "BAYARD Regular";
    font-size: 100px;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 34px;
    line-height: 80.5px;
    text-align: left;
}
h2 {
    font-family: "BAYARD Regular";
    color: #D0538D;
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 90.5px; /* 94.271% */
    text-align: left;
}
h3 {
    font-family: "BAYARD Regular";
    color: #FFF;
    text-align: center;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 69.2px; /* 86.5% */
    letter-spacing: 1px;
}
p {
    font-family: 'Crimson Pro', serif;
    font-weight: 400;
    line-height: 25px;
    font-size: 20px;
    color: white;
}
.hide-mobile {
    display: block;
}
.show-mobile {
    display: none;
}
.flex {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 14px;
}
.flex-direction-nav a {
    opacity: 1;
}
.flex-direction-nav a:before {
    content: '';
}
.flex-direction-nav a.flex-next:before {
    content: '';
}
.flex-direction-nav .flex-prev {
    background-image: url("../img/hw-prev.png");
    left: 0px;
}
.flex-direction-nav .flex-next {
    background-image: url("../img/hw-next.png");
    right: 0px;
}
.row.heading {
    text-align: center;
}
body .container {
    padding: 5% 10%;
    width: 100%;
}
body .container .col-md-10 {
    padding: 0;
}
.container .row {
    margin-bottom: 0;
    align-items: stretch;
    margin: 0;
}
div.row {
    margin-bottom: 3%;
}
button {
    border-radius: 26px;
    background: #FFF;
    width: 162px;
    border: 1px solid white;
    height: 50px;
    color: #000;
    text-align: center;
    font-family: 'Crimson Pro', serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 1px;
}
button:hover {
    background: #A0D9DC;
    border: 1px solid #A0D9DC;
}
.container.topbar {
    text-align: left;
    padding: 30px 10%;
}
.container.topbar img {
    max-width: 144px;
}
.container.header {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-image: url('../img/hw-pink.png');
    padding-bottom: 25%;
}
.container.header .col-md-5 {
    padding-left: 0;
    width: 35%;
}
.container.header .col-md-7 {
    width: 65%;
}
.container p {
    text-align: left;
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 31.7px;
    letter-spacing: 1px;
}
.container.header p {
    margin-bottom: 30px;
}
img.logo {
    max-width: 342px;
    margin-top: 5%;
    margin-bottom: 1%;
    width: 100%;
}
.container.glob {
    padding-top: 0;
}
.container.glob .love img {
    width: 100%;
}
.container.glob .headline {
    padding-left: 5%;
}
.container.glob p {
    color: #485862;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
}
.container.rave {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../img/hw-blue.png");
    padding-top: 3%;
}
div.quote h2 {
    margin-bottom: 10%
}
div.quote {
    
}
div.quote .flexslider h3 {
    margin-bottom: 50px;
    margin-top: 50px;
}
div.quote p.copyq {
    color: #FFF;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px; /* 135.294% */
    padding: 0 100px;
    margin-bottom: 40px;
}
.quote p.quotey {
    margin-bottom: -25px;
    font-size: 300%;
    color: black;
}
.quote p.signature {
    color: #FFF;
    text-align: center;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px; /* 97.391% */
}
.quote p.signature span.place {
    font-weight: 700;
    color: #7C868E;
}
.flexslider {
    background: transparent;
    border: none;
}
.flex-control-nav {
    width: 100%;
    position: relative;
}
.flex-control-nav li {
   
}
.flex-control-paging li a {
    border: 1px solid white;
    background: transparent;
    box-shadow: none;
}
.flex-control-paging li a:hover {
    background: white;
    border: 1px solid white;
}
.flex-control-paging li a.flex-active {
    background: white;
    border: 1px solid white;
}
.container.store .store-label {
    text-align: right;
}
.container.store img {
    max-width: 373px;
}
.container.store p {
    color: #485862;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 30px;
}
button.pink {
    background: #D0538D;
    border: 1px solid #D0538D;
    color: white;
}
button.pink:hover {
    background: #A0D9DC;
    border: 1px solid #A0D9DC;
    color: #000;
}
.flex-control-nav.flex-control-paging {
    display: none;
}
footer.col-lg-12 {
    width: 100%;
    /* Set the fixed height of the footer here */
    text-align: center;
    font-weight: 700;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../img/hw-gray.png");  
    padding-top: 40px;
    padding-bottom: 35px;
}
footer img {
    margin: 0 auto;
    max-width: 288px;
}
footer .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}


@media (max-width: 1400px) {
    .container.header {
        padding-bottom: 18%;
    }
    h1 {
        font-size: 80px;
        line-height: 70px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1300px) {
    .container.header {
        padding-bottom: 15%;
    }
    .container p {
        font-size: 25px; 
    }
}

@media (max-width: 1200px) {
    h1 {
        font-size: 60px;
        line-height: 50px;
        margin-bottom: 10px; 
    }
    .container.header p {
        margin-bottom: 10px;
    }
}

@media (max-width: 992px) {
   .flex {
        display: block;
   }
   .hide-mobile {
        display: none;
    }
    .show-mobile {
        display: block;
    }
    h1 {
        text-align: center;
        font-size: 80px;
        font-weight: 400;
        line-height: 55px; /* 68.75% */
        margin-bottom: 30px;
    }
    h2 {
        margin-bottom: 50px;
        text-align: center;
        font-size: 76.8px;
        font-style: normal;
        font-weight: 400;
        line-height: 59.6px; /* 77.604% */
    }
    h3 {
        font-size: 32.091px;
        font-style: normal;
        font-weight: 400;
        line-height: 27.759px; /* 86.5% */
        letter-spacing: 0.401px;
        margin-bottom: 30px;
    }
    button {
        width: 100%;
    }
    body .container {
        padding: 5%;
    }
    .container p {
        text-align: center;
    }
    .container.topbar {
        text-align: center;
        padding: 5% 10%;
    }
    .container.topbar img {
        max-width: 225px;
    }
    .container.header {
        background: #D0538D;
        padding-bottom: 10px;
    }
    .container.header .col-md-5 {
        width: 100%;
        padding-right: 0;
    }
    .container.header p {
        margin-bottom: 20px;
    }
    .container.glob p {
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 23px; /* 127.778% */
        margin-bottom: 40px;
    }
    .container.rave {
        background-image: url("../img/hw-blue.png");
        background-size: 120%;
    }
    .flex-direction-nav {
        display: none;
        bottom: -50px;
    }
    .flex-control-nav.flex-control-paging {
        display: block;
        bottom: -20px;
    }
    .flex-control-paging li a {
        border: 1px solid #D0538D;
    }
    .flex-control-paging li a.flex-active, .flex-control-paging li a:hover {
        border: 1px solid #D0538D;
        background: #D0538D;
    }
    div.quote p.copyq {
        font-size: 20.64px;
        font-style: normal;
        font-weight: 700;
        line-height: 29.5px; /* 142.926% */
        padding: 0;
    }
    div.quote .flexslider h3 {
        margin-bottom: 30px;
    }
    .container.store {
        padding-bottom: 8%;
    }
    .container.store .store-label {
        text-align: center;
    }
    .container.store img {
        max-width: 215px;
        margin-bottom: 22px;
    }
    .container.store p {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }
    footer.col-lg-12 {
        display: block;
        background-image: url("../img/hw-gray-mobile.png"); 
    }
    footer img {
        max-width: 153px;
    }
}

@media screen and (max-width: 600px) {
    .container.rave {
        background-size: 150%;
    }
}

@media screen and (max-width: 450px) {
    .container.rave {
        background-size: 230%;
    }
}

/*phone*/
@media screen and (max-width: 350px) {
    .container.rave {
        background-size: 300%;
    }
}
  