@import url('//fonts.googleapis.com/css2?family=Urbanist:wght@300&display=swap');

body {
    font-family: 'Urbanist', sans-serif; font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Urbanist', sans-serif; font-weight: 300;
    color: #000;
}
h2 {
    margin-bottom: 50px;
}
.navbar-fixed-bottom.nav-v1.show-bottom-nav,
.navbar-inverse, .navbar-regular {
    display: none!important;
}
.on-cover-content.content-center.animate-content .section-header {
    margin-top: 0;
    margin: 2vh 0 1vh 0;
}
.on-cover-content.content-center.animate-content .section-header img {
    max-width: 400px;
}
.custom-temp-btn,
.on-cover-content .section-wrapper a.custom-temp-btn {
    padding: 8px 35px;
    width: 260px;
    background-color: #000;
    background: #000;
    border: 2px solid #000;
    color: #fff;
    border-radius: 0;
    font-family: 'Urbanist', sans-serif; font-weight: 300;
    margin-top: 20px;
    font-size: 18px;
    text-transform: uppercase;
    box-shadow: none;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.custom-temp-btn:hover,
.on-cover-content .section-wrapper a.custom-temp-btn:hover,
.custom-temp-btn:focus,
.on-cover-content .section-wrapper a.custom-temp-btn:focus {
    background-color: #000;
    background: #000;
    border: 2px solid #000;
    color: #dd110e;
}
.on-cover-content img {
    margin: 0 auto;
    padding: 0 5px;
    max-height: 50vh;
}
.section-wrapper {
    padding: 0;
}
.on-cover-content {
    width: 100%;
}
.location-info-custom {
    color: #000;
    width: 100%;
}
.on-cover-content .section-wrapper .location-info-custom p {
    font-size: 20px;
    line-height: 1.2;
    margin: 4px auto;
    text-transform: uppercase;
}
.on-cover-content .section-wrapper .location-info-custom p a {
    font-size: 20px;
    background-color: transparent;
    margin-top: 4px;
    margin-bottom: 20px;
    padding: 0;
    color: #000;
}
.on-cover-content .section-wrapper .location-info-custom p a:hover,
.on-cover-content .section-wrapper .location-info-custom p a:focus {
    color: #000;
    text-decoration: underline;
}
.on-cover-content .section-wrapper,
.on-cover-content .container,
.cover-sections,
.img-holder {
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
}
.on-cover-content .section-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
}
.cover-sections {
  justify-content: space-between;
}
.on-cover-content .container,
.img-holder {
  flex-direction: column;
  justify-content: space-around;
  flex-basis: 100%;
}

@media (max-width: 1200px) {
    h2 {
        font-size: 1.8em;
        margin-bottom: 20px;
    }
    .on-cover-content.content-center.animate-content .section-header {
        margin-bottom: 30px;
    }
    .on-cover-content .section-wrapper .location-info-custom p {
        font-size: 16px;
        line-height: 1.1;
        margin: 2px auto;
    }
    .on-cover-content .section-wrapper .location-info-custom p a {
        font-size: 16px;
        margin-top: 2px;
        margin-bottom: 10px;
    }
    .custom-temp-btn, .on-cover-content .section-wrapper a.custom-temp-btn {
        margin-top: 10px;
    }
}

@media (max-width: 1023px) {
    .on-cover-content.content-center.animate-content .section-header {
        margin-bottom: 80px;
    }
    .custom-temp-btn, .on-cover-content .section-wrapper a.custom-temp-btn {
        width: 200px;
    }
    h2 {
        font-size: 1.4em;
    }
    .custom-temp-btn, .on-cover-content .section-wrapper a.custom-temp-btn {
        padding: 8px 15px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .cover-sections {
      flex-direction: column;
    }
    .on-cover-content .section-wrapper .location-info-custom p {
        font-size: 14px;
    }
    .on-cover-content .section-wrapper .location-info-custom p a {
        font-size: 15px;
    }
    .on-cover-content img {
        margin: 14px auto 8px auto;
    }
    .custom-temp-btn, .on-cover-content .section-wrapper a.custom-temp-btn {
        font-size: 16px;
    }
    .on-cover-content.content-center.animate-content .custom-temp-btn {
        margin-top: 0;
        margin-bottom: 30px;
        padding: 7px 20px;
        width: 250px;
    }
    .on-cover-content.content-center.animate-content .section-header img {
        max-width: 280px;
    }
    .on-cover-content.content-center.animate-content .section-header {
        margin-bottom: 0;
    }
    h2 {
        margin-top: 40px;
    }
}
@media (max-width: 320px) {
    .custom-temp-btn, .on-cover-content .section-wrapper a.custom-temp-btn {
        padding: 4px 25px;
        font-size: 16px;
    }
    .on-cover-content.content-center.animate-content .section-header img {
        max-width: 200px;
    }
    .on-cover-content .section-wrapper .location-info-custom p {
        font-size: 16px;
    }
}