/* Sticky footer styles
-------------------------------------------------- */
@font-face {
  font-family: 'allroundgothic-bold';
  src: url('../fonts/fontspring-demo-allroundgothic-bold.woff2') format('woff2'),
       url('../fonts/fontspring-demo-allroundgothic-bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'allroundgothic-book';
  src: url('../fonts/fontspring-demo-allroundgothic-book.woff2') format('woff2'),
       url('../fonts/fontspring-demo-allroundgothic-book.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'allroundgothic-light';
  src: url('../fonts/fontspring-demo-allroundgothic-lig.woff2') format('woff2'),
       url('../fonts/fontspring-demo-allroundgothic-lig.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'allroundgothic-demi';
  src: url('../fonts/fontspring-demo-allroundgothic-demi.woff2') format('woff2'),
       url('../fonts/fontspring-demo-allroundgothic-demi.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'allroundgothic-medium';
  src: url('../fonts/fontspring-demo-allroundgothic-medium.woff2') format('woff2'),
       url('../fonts/fontspring-demo-allroundgothic-medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'allroundgothic-semi';
  src: url('../fonts/fontspring-demo-allroundgothic-semi.woff2') format('woff2'),
       url('../fonts/fontspring-demo-allroundgothic-semi.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'allroundgothic-text';
  src: url('../fonts/fontspring-demo-allroundgothic-text.woff2') format('woff2'),
       url('../fonts/fontspring-demo-allroundgothic-text.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'allroundgothic-thick';
  src: url('../fonts/fontspring-demo-allroundgothic-thick.woff2') format('woff2'),
       url('../fonts/fontspring-demo-allroundgothic-thick.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
.allroundgothic-bold {
  font-family: "allroundgothic-bold", sans-serif;
  font-style: normal;
}
.allroundgothic-book {
  font-family: "allroundgothic-book", sans-serif;
  font-style: normal;
}
.allroundgothic-light {
  font-family: "allroundgothic-light", sans-serif;
  font-style: normal;
}
.allroundgothic-demi {
  font-family: "allroundgothic-demi", sans-serif;
  font-style: normal;
}
.allroundgothic-medium {
  font-family: "allroundgothic-medium", sans-serif;
  font-style: normal;
}
.allroundgothic-semi {
  font-family: "allroundgothic-semi", sans-serif;
  font-style: normal;
}
.allroundgothic-text {
  font-family: "allroundgothic-text", sans-serif;
  font-style: normal;
}
.allroundgothic-thick {
  font-family: "allroundgothic-thick", sans-serif;
  font-style: normal;
}
html {
    position: relative;
    min-height: 100%;   
    overflow-x: hidden;
}
html.locked {
    overflow: hidden;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 200;
    color: black;
    background-color: black;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 100% 0%;
}
body.locked {
    overflow: hidden;
}
img {
    width: 100%;
}
h1 {
    color: #FFF;
    text-align: center;
    font-size: 95.153px;
    font-style: normal;
    line-height: 90%; /* 85.637px */
    margin: 5% 0;
}
h2 {
    color: white;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-size: 44.465px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%; /* 40.018px */
    margin: 0;
}
h3 {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 29.957px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    margin-top: 0;
}
h4 {
    color: black;
    font-size: 19.384px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 23.261px; /* 120% */
    width: 70%;
    text-align: left;
}
p {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 16.406px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.891px; /* 115.146% */
    text-align: left;
}
hr {
    border-top: 2px solid black;
    max-width: 207px;
    margin-bottom: 45px;
}
.mobile-hide {
    display: block;
}
.mobile-show {
    display: none;
}
.flex {
    display: flex;
}
.flex .col-md-6 {
    width: 50%;
}
.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%;
}
.row.heading {
    text-align: center;
}
body {
     background: linear-gradient(180deg, #EE450E 0%, #F35E88 100%);
}
body .container {
    padding: 5% 10%;   
}
body .container .col-md-10 {
    padding: 0;
}
.container .row {
    margin-bottom: 0;
    /*display: flex;*/
    align-items: stretch;
}
div.row {
    margin-bottom: 3%;
}
button {
    padding: 10px 10px 10px 10px;
    align-items: flex-start;
    border-radius: 9.919px;
    background: white;
    border: 2px solid transparent;
    width: 100%;
    position: relative;
}
button:hover {
    color: #518298;
    background: rgba(40, 80, 102, 0.8);
    border: 2px solid transparent;
}
button:hover h4 {
    color: #E1F651; 
}
#logo {
    text-align: center;
}
#logo img {
    max-width: 411px;
}
.redTear {
    background-image: url('../img/joy-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.redTear.container {
    padding: 5% 10%;
}
.redTear h2 {
    width: auto;
    text-align: center;
    padding: 5px 15px;
    margin: 0;
    line-height: 44px;
    margin-bottom: 30px;
}
.redTear .probs {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.redTear .probs.mobile-hide {
    display: none;
}
.yallow {
    display: flex;
    padding: 10.821px 19.839px;
    justify-content: center;
    align-items: center;
    width: 30%;
    right: 0;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 29.758px;
    background: #E1F651;
    color: #285066;
    font-size: 14.428px;
    text-transform: uppercase;
}



footer {
    width: 100%;
    /* Set the fixed height of the footer here */
    text-align: center;
    background-image: url("../img/joy-wave.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: black;
    padding: 3% 10%;
    font-weight: 700;
}
footer.col-lg-12 {
    align-items: center;
    padding: 15% 0 0 0;
}
footer .logobutt {
    width: 100%;
    padding: 0 10% 5% 10%;
    background-color: #285066;
}
footer a {
    color: #262626;
    font-weight: 700;
    text-decoration: underline;
}
footer a:hover {
    color: white;
    text-decoration: none;
}
footer img {
    max-width: 260px;
}
footer .logo {
    text-align: left;
    cursor: pointer;
}
footer .butt {
    text-align: right;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: right;
    width: 50%;
}
footer button {
    border-radius: 50.636px;
    background-color: #E1F651;
    max-width: 227px;
    padding: 18.413px 33.757px;
    justify-content: center;
    align-items: center;
    display: flex;
}
footer button:hover {
    background-color: white;
    color: black;
}


/*full screen*/
@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 1200px) {
   
}


/*tablet*/
@media (min-width: 992px) {
    .container {
        width: 100%;
    }

}

@media (max-width: 992px) {
    body {
        margin-bottom: 0;
    }
    body .container {
        padding: 5%;
    }
    .mobile-hide {
        display: none;
    }
    .mobile-show {
        display: block;
    }
    h1 {
        font-size: 50px;
        margin-bottom: 10px;
    }
    h3 {
        font-size: 30px;
        text-align: center;
    }
    h4 {
        font-size: 100%;
    }
    .flex {
        display: block;
    }
    button {
        width: 100%;
    }
    .location .flex {
        display: flex;
    }
    .redTear {
        background-image: none;
        background-color: #c23a27;
    }
    .redTear.container {
        padding-top: 5%;
        padding-bottom: 12%;
        padding-right: 5%;
        padding-left: 5%;
    }
    .redTear .probs.mobile-show {
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }
    .redTear h2 {
        font-size: 25px;
        line-height: 25px;
        margin: 6% 0;
        text-align: center;
        width: 100%;
    }
    .redTear h3 {
        font-size: 20px;
        line-height: 22px;
    }
    .redTear .probs {
        grid-template-columns: repeat(1, 1fr);
    }
    .yallow {
        font-size: 80%;
    }
    footer {
        background-image: none;
        background-color: #285066;
    }
    footer.col-lg-12 {
        padding-top: 5%;
        padding-bottom: 5%;
    }
    footer .logo {
        display: none;
    }
    footer .col-md-6.butt {
        width: 100%;
        height: auto;
        padding-left: 0;
        padding-right: 0;
        justify-content: center;
    }
    footer .logobutt {
        padding: 0;
    }
    footer img {
        max-width: 116px;
    }
    footer button {
        font-size: 16px;
        padding: 12px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

/*phone*/
@media screen and (max-width: 350px) {
    
}
  