/* Sticky footer styles
-------------------------------------------------- */
/*fonts*/
/*
All Round Gothic Book

font-family: all-round-gothic, sans-serif;

font-weight: 400;

font-style: normal;


All Round Gothic Book Oblique

font-family: all-round-gothic, sans-serif;

font-weight: 400;

font-style: italic;


All Round Gothic Bold

font-family: all-round-gothic, sans-serif;

font-weight: 700;

font-style: normal;


All Round Gothic Bold Oblique

font-family: all-round-gothic, sans-serif;

font-weight: 700;

font-style: italic;
*/

html {
    position: relative;
    min-height: 100%;   
    overflow-x: hidden;
}
html.locked {
    overflow: hidden;
}
body {
    /* Margin bottom by footer height */
    font-family: all-round-gothic, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: white;
    background-color: transparent;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 100% 0%;
}
body.locked {
    overflow: hidden;
}
body .container {
    padding: 0;
    background-color: rgb(243,94,136);
    background: linear-gradient(0deg, rgba(243,94,136,1) 48%, rgba(242,79,170,1) 71%, rgba(239,69,18,1) 100%);
    background-repeat: no-repeat;
}
body .container .bubbles {
    background-image: url("../img/bubbles2.png");
    padding: 5%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30%;
}
body .container .col-md-10 {
    padding: 0;
}
.container .row{
    margin-bottom: 0;
}

h1 {
    font-size: 350%;
    font-weight: bold;
    color: white;
    margin-top: 6%;
    margin-bottom: 5%;
}
h2 {
    font-size: 140%;
    color: #fff;
}
h2 .fixit {
    font-family: serif;
}
h3 {
    margin-bottom: 25px;
}
p {
    font-weight: 500;
}
div.row {
    margin-bottom: 3%;
}
header {
    text-align: center;
    margin-bottom: 8%;
}
.col-lg-12.location-box {
    text-align: left;
    margin-bottom: 3%;
    color: black;
    margin-bottom: 25px;
    padding: 0;
    cursor: pointer;
}
.col-lg-12.location-box.alone {
    width: 100%;
}
.locations.aster span.fixedy {
    position: fixed; 
}
.locations.aster h1 {
    font-weight: 700;
    font-size: 75px;
}
.locations.aster p {
    font-weight: 400;
    font-size: 35px;
}
.location-box .innerbox {
    padding: 5px 24px;
    text-align: left;
    border-radius: 11px;
    background: white;
}
.location-box.future .innerbox {
    background: rgb(255,255,255, .3);
    border: 1px solid white;
}
.location-box.alone .innerbox {
    max-width: 40%;
    margin: 0 auto;
}
.location-box .buttonset {
    display: flex;
}
.location-box .buttonset .location-title, .location-box .buttonset .location-butt {
    flex: 1;
}
.location-box .buttonset .location-butt {
    text-align: right;
}
.location-box .buttonset .location-butt button {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 33px;
    border: 1px solid #E1F651;
    background: #E1F651;
    color: black;
    font-family: all-round-gothic, sans-serif;
    font-weight: 700;
}
.location-box.future .buttonset .location-butt button {
    border: 1px solid #285066;
    background: #285066;
    color: white;
}
.location-box h2 {
    font-size: 28px;
    color: #285066;
    font-family: all-round-gothic, sans-serif;
    font-weight: 700;
}
.location-box.future h2 {
    color: white;
}
.location-box h2 a {
    color: white;
}
.location-box h2 a:hover {
    color: #96A192;
    text-decoration: none;
}
.location-box p {
    margin-bottom: 15%;
}
.location-box button {
    background: black;
    color: white;
    font-weight: 700;
    padding: 12px 22px;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid white;
}
.location-box a.butt:hover button {
    background: white;
    color: black;
    border: none;
}
a:hover .col-lg-12.location-box .innerbox {
    background: #285066;
    text-decoration: none;
}
a:hover .col-lg-12.location-box .innerbox h2 {
    color: #E1F651;
}
.container.blue-wave {
    background: transparent;
}
.container.blue-wave .row.wavey {
    /*background: url("../img/wave.jpg");
    background-size: contain;
    background-repeat: no-repeat;*/
}
.container.blue-wave .row.wavey img {
    width: 100%;
    opacity: 1;
    display: block;
}
.container.blue-wave .row.bluey {
    background: #285066;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 5%;
}
.container.blue-wave .row.bluey .col-md-5 {
    text-align: center;
}
.container.blue-wave .row.bluey button {
    background: transparent;
    color: white;
    font-weight: 700;
    padding: 12px 22px;
    font-family: all-round-gothic, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    border: 4px solid #E1F651;
    border-radius: 33px;
    margin-top: 100px;
}
.container.blue-wave .row.bluey .col-md-6 {
    margin-top: 350px;
}
.container.blue-wave .row.bluey .col-md-6 img {
    width: 100%;
}
.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%;
}

/*full screen*/
@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .product-container {
        min-height: 650px;
    }
}


/*tablet*/
@media (min-width: 992px) {
    .container {
        width: 100%;
    }

}

@media (max-width: 992px) {
    body {
        margin-bottom: 0;
    }
    header {
        padding: 3%;
        margin-bottom: 0;
    }
    header .col-lg-12 {
        padding-left: 0;
        padding-right: 0;
    }
    body .container {
        width: 100%;
    }
    h1 {
        font-size: 32px;
        margin-top: 7%;
    }
    .container {
        width: 100%;
        padding: 0;
    }
    .container .col-md-5 {
        padding: 0;
    }
    .container .col-md-5 h3 {
        display: none;
    }
    .col-md-6.locations.aster h1 {
        text-align: center;
        font-size: 55px;
    }
    .col-md-6.locations.aster p {
        font-size: 28px;
        margin-bottom: 7%;
        text-align: center;
        line-height: 33px;
    }
    .locations.aster span.fixedy {
        position: relative;
    }
    .container .col-md-6 {
        padding: 0;
    }
    div.row {
        margin-bottom: 0;
    }
    .container .row {
        display: block;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    body .container .col-md-10 {
        width: 100%;
    }
    .col-lg-12.location-box {
        max-width: 400px;
        margin: 0 auto 25px;
    }
    .col-md-4.location-box {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 8%;
    }
    .col-md-4.location-box .innerbox {
        margin: 0 auto;
    }
    .location-box h2 {
        font-size: 17px;
    }
    .location-box .buttonset .location-butt button {
        font-size: 10px;
    }
    body .container .bubbles {
        padding-bottom: 5%;
    }
    .container.blue-wave .row.bluey .col-md-6 {
        margin-top: 3%;
        text-align: center;
    }
    .container.blue-wave .row.bluey button {
        margin-top: 3%;
    }
    .container.blue-wave .row.bluey .col-md-5 {
        margin-top: 5%;
    }
    .container.blue-wave .row.bluey .col-md-5 img {
        width: 100%;
    }
}

/*phone*/
@media screen and (max-width: 350px) {
    .container h1 {
        font-size: 25px;
        margin-top: 12%;
    }
    button.close {
        font-size: 28px;
    }
    h4.modal-title {
        font-size: 14px;
    }
}
  