@font-face {
    font-family: 'Bobby Rough Soft';
    src: url('fonts/BobbyRoughSoft-Regular.woff2') format('woff2'),
        url('fonts/BobbyRoughSoft-Regular.woff') format('woff'),
        url('fonts/BobbyRoughSoft-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, big, cite, code, del, dfn, em, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li {
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
}
html, body {
    color: #004E6D;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
}

@media screen and (min-width: 768px) and (orientation: landscape) { 
    
    body{
        min-height: 830px;;
    }

}
/* @media screen and (max-width: 767px) and (orientation: landscape) { 
    
    body{
        min-height: 100%;
    }

} */
 @media (min-height: 810px) and (min-width: 768px), screen and (orientation: portrait) { 
     
    body{
        min-height: 100%;
    }
}



* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body.new-v, .new{
    min-height: 100%;
}
body.new-v{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.new{
    background-image: url('../images/Mask Group 6.png');
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: top center; */
    background-position: center;
    flex: 1 1 auto;
    vertical-align: middle;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0 40px;
    text-align: center;
    position: relative;
    width: 100%;
    overflow: hidden;;
}
.new:before{
    /* background-image: url('../images/top-bar.svg'); */
    background-image: url('../images/Path 1075.png');
    background-size: 104% 100%;
    background-repeat: no-repeat;
    background-position: bottom left;
    position: absolute;
    content: "";
    top: -1px;
    width: 100%;
    height: 17px;
    left: 0;
    right: 0;
}

h1{
    color: #004E6D;
    font-size: 40px;
    font-family: 'Bobby Rough Soft';
    font-weight: normal;
    font-style: normal;
    line-height: 1.1;
    margin: 0 auto 15px;
}
h2{
    color: #253844;
    font-family: 'Roboto', sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 auto 20px;

}
h3{
    color: #4FAACE;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;;
    line-height: 1.5;
    margin: 0 auto 30px;
}
h3 a {
    color: #4FAACE;
    text-decoration: none;
}
h3 a:hover {
    color: #253844;
}
.content{
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.logo-wrapper{
    width: 100%;
}
.logo{
    box-sizing: border-box;
    /* max-width: 300px; */
    max-width: 220px;
    margin: 0 auto 45px;
    position: relative;
    padding: 0 20px;
    width: 100%;
}
.logo img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

#content-page{
    background-image: url('../images/Mask Group 6.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    /* padding: 100px 0px 150px; */
    padding: 100px 0px 50px;
    text-align: center;
    width: 100%;
}

#footer{
    background-image: url('../images/Mask Group 5.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    display: block;
    margin: -40px 0 0 0;
    text-align: center;
    position: relative;
    padding: 20px 0px 20px;
    flex-shrink: 0;
    width: 100%;
    max-height: 500px;
}
#footer.wrap .content{
    padding-top: 40px;
    padding-bottom: 20px;
}
.footer-box{
    background-color: rgb(255 255 255 / 90%);
    border-radius: 10px;
    max-width: 670px;
    margin: 0 auto;
    padding: 40px 50px;
}

#mc-embedded-subscribe-form{
    margin: 0 auto 40px;
}
#mc-embedded-subscribe-form .title{
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 auto 24px;
}


/* Subscribe Form */
#mc-embedded-subscribe-form  .container{
    background-color: #fff;
    border: 1px solid #4FAACE;
    border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;

}
.mc-field-group{
    width: calc(100% - 200px);
}

#mc_embed_signup div.mce_inline_error{
    position: absolute;
    width: 100%;
}
#mce-responses{
    font-size: 12px;
    bottom: -38px;
    color: #4FAACE;
    line-height: 1.1;
    position: absolute;
}
#mce-success-response{    
    padding: 5px;
}

#mc_embed_signup .mc-field-group label{
    display: none !important;
}
input[type="email"] {
    border: none;
    background-color: transparent;
    color: #253844;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    padding: 12px 18px;
    /* width: calc(100% - 200px); */
    width: 100%;
}
input:focus{
    outline: none;
}
input[type="submit"],
#mc_embed_signup .button{
    appearance: none; 
    background-color: #4FAACE !important;
    border-radius: 6px !important;
    border: none !important;
    color: #FFFFFF !important;
    cursor: pointer;
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    padding: 12px 18px !important;
    text-transform: uppercase !important;
    width: 200px;
}
input[type="submit"]:hover,
#mc_embed_signup .button:hover{
    background-color: #253844 !important;
}


/* Social Link */
.socials-links{
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.name{
    color: #253844;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2.4px;
}
.social-menu {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    list-style: none;
}
.social-menu li{
    margin: 0 10px;

}
.social-menu li a{
    background-color: #4FAACE;
    border-radius: 50%;
    display: block;
    height: 36px;
    width: 36px;
    position: relative;
    padding: 10px;
}
.social-menu li a:hover{
    background-color: #253844;
}
.social-menu li a svg{
    height: 24px;
    margin: -5px auto;
    width: 17px;
}
.social-menu li a svg path{
    fill: #fff;
}

h4 {
    color: #253844;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: bold;
}
.hours {
    margin-bottom: 30px;
}
.hours .row {
    text-align: center;
}
.hours .row .label {
    display: inline-block;
    width: 100px;
    text-align: right;
    margin-right: 20px;
}
.hours .row .time {
    display: inline-block;
    text-align: left;
    width: 100px;
}

@media (max-width: 767px){
    h2{
        font-size: 34px;
    }
    .new:before {
        background-image: url('../images/Path 1075.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom left;
        top: -1px;
        height: 13px;
        left: 0;
        right: 0;
    }
    #content-page{
        padding: 80px 0px 50px;
    }
    .footer-box{
        padding: 40px 20px;
    }
    #mc_embed_signup div.mce_inline_error {
        margin: 0 0 1em 0;
        padding: 2px 10px !important;
        background-color: #6B0505;
        font-weight: bold;
        z-index: 1;
        color: #fff;
        font-size: 10px;
    }

    .new{
        padding: 40px 0px 30px;
    }
    h1 {
        font-size: 24px;
        margin: 0 auto 15px;
        line-height: 1.1;
    }
    h2 {
        font-size: 18px;
        margin: 0 auto 10px;
    }
    h3 {
        font-size: 16px;
        line-height: 1.5;
        margin: 0 auto 30px;
    }
    .logo {
        max-width: 160px;
        margin: 0 auto 20px;
    }
    #footer.wrap {
        padding: 20px 0px 20px;
        flex-shrink: 2;
        width: 100%;
    }

    #footer.wrap .content {
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .footer-box {
        padding: 20px 20px;
    }
    .social-menu li a svg {
        height: 18px;
        margin: -2px auto;
        width: 17px;
    }

    #mc-embedded-subscribe-form {
        margin: 0 auto 30px;
    }
    #mc-embedded-subscribe-form .title {
        font-size: 18px;
        line-height: 1.2;
        margin: 0 auto 15px;
    }
    .mc-field-group {
        width: calc(100% - 0px);
    }
    input[type="email" ]{
        font-size: 14px;
        width: 100%;
    }
    
    #mc_embed_signup .button{
        font-size: 12px;
        height: 45px !important;
    }
    #mce-responses{
        bottom: -27px;
        font-size: 10px;
    }
    #mce-success-response{
        padding: 5px;
        width: 100%;
    }
    .socials-links .name{
        font-size: 16px;
        letter-spacing: 1.4px;
    }
}

@media (min-width: 768px){

    #mc_embed_signup .button{
        height: 51px !important;
    }
}
@media (max-width: 620px){
    
}

