body {
    color: #151D35;
    font-family: 'Roboto', sans-serif;
    background-color: white;
}

h2, .h2 {
    font-size: 1.6rem;
}

p {
    font-size: 1rem;
}

.header-nav {
    position: fixed;
    width: 100%;
    color: white;
    z-index: 999;
    background-color: #151D35;
    -webkit-transition: background-color 0.5s, padding-bottom 0.5s, padding-top 0.5s;
    -moz-transition: background-color 0.5s, padding-bottom 0.5s, padding-top 0.5s;
    -ms-transition: background-color 0.5s, padding-bottom 0.5s, padding-top 0.5s;
    -o-transition: background-color 0.5s, padding-bottom 0.5s, padding-top 0.5s;
    transition: background-color 0.5s, padding-bottom 0.5s, padding-top 0.5s;
}

.header-nav-transparent {
    background-color: transparent;
    position: absolute;
    top: 0;
    width: 100%;
    text-shadow: 0 1px 6px #00000043;
}

.header-nav.active {
    position: fixed;
    background-color: #151D35;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.header-nav .navbar-brand {
    position: relative;
    margin-right: 0;
}

.header-nav .navbar-brand img {
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.header-nav.active .navbar-brand img.top {
    opacity: 0;
}

.desktop-nav .navbar-brand img {
    width: 150px;
}

.logo-spacer {
    height: 5rem;
}

.logo-spacer-mobile {
    width: 7rem;
    height: 3rem;
}

.header-nav .nav-link {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    font-size: 16px;
    letter-spacing: 1px;
}

.navbar-custom .navbar-toggler {
    border: none;
}

.navbar-custom .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.heading-title {
    font-family: 'Patua One', cursive;
    color: #151D35;
    letter-spacing: 1px;
}

.post-content h1, .post-content h2, .post-content h3 {
    font-family: 'Patua One', sans-serif;
    color: #151D35;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.hero {
    position: relative;
}


.hero:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background-color: #333E4824;
}

.events-link a {
    font-size: 18px;
    color: #151D35;
}

.upcoming-events .event .card-title {
    font-size: 32px;
}

.more-events .heading-title {
    border-bottom: 1px solid #E64F3C;
}

.item-subtitle {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    color: #0E627C;
}

.slider-content p {
    font-size: 1.75rem;
}

.about {
    background: #F0F0ED url('/images/About%20texture%20overlay.png');
    padding-top: 150px;
    margin-bottom: 150px
}

.about-text {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.about .about-image {
    z-index: 1;
}

.sponsors .card {
    background: #0E627C;
    color: white;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.sponsors a {
    text-decoration: none;
}

.sponsors a .card:hover {
    background: #151D35;
}

.sponsors .card-img-top {
    background-size: cover;
    width: 100%;
    background-position: center;
}

.sponsors .logo {
    min-height: 3rem;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sponsors .heading-title {
    margin-top: 5rem;
}

.sponsors .sponsors-text {
    font-family: 'Patua One', cursive;
    font-size: 16px;
    text-align: center;
    margin-top: 2rem;
}

.hero .page-title {
    font-family: 'Roboto Condensed', sans-serif;
    color: white;
    line-height: 0.9;
    z-index: 2;
    text-align: center;
}

.info-page-header .heading-title .page-title {
    line-height: 0.9;
}

.featured-items-container {
    padding-top: 75px;
    padding-bottom: 75px;
}

.featured-items-divider {
    margin: 8rem 0;
}

.featured-items-divider hr {
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
}

.featured-items p, .item-description {
    padding-left: 2rem;
    padding-right: 2rem;
    line-height: 30px;
}

.featured-items .item-callout {
    padding: 10px;
}

.featured-items img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.featured-items:before {
    background: gray;
}

.all-items h2 {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.all-items p {
    line-height: 2;
}

.all-items img {
    height: 8rem;
}

footer {
    background-color: white;
}

footer .footer-heading {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

footer li {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 1.2rem;
}

footer {
    font-size: 12px;
}

footer a {
    color: #151D35;
    font-size: 14px;
}

#mobile-app-links {
    margin-top: 12rem;
}

.orange-text {
    color: #E64F3C;
}

.contact-form input {
    background: transparent;
    border: none;
    border-bottom: 2px solid #000000;
}

.contact-form input:focus {
    border-bottom: 2px solid #E64F3C;
}

.contact-form textarea {
    background: transparent;
    border: 2px solid #000000;
}

.contact-form textarea:focus {
    border: 2px solid #E64F3C;
}

.item-image.tall {
    height: 25rem;
}

.item-image.small {
    height: 8rem;
}

.item-image {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    height: 15rem;
    overflow: hidden;
    width: 100%;
}

.item-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.item-image.contain img {
    object-fit: contain;
}

.item-text {
    padding: 1.5rem 10px;
    width: 100%;
}

.sponsor .item-image {
    border-bottom: 2px solid black;
}

.sponsor p {
    color: #707070;
}

.callout, .gray-bg {
    background: #eeeeee url('/images/About%20texture%20overlay.png');
}

.callout .heading-title {
    color: #0E627C;
}

.list-icon {
    height: 30px;
}

.hero-overlay {
    background-size: cover;
    width: 100%;
    background-position: center;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    color: white;
    overflow: hidden;
    height: 30rem;
}

.main.hero-overlay {
    height: 45rem;
}

.hero-overlay img:not(.slick-slide) {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
}

.main.hero-overlay:after {
    background-position: right;
}

.hero-overlay:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('/images/romeo_homepage_hero.png');
    background-size: cover;
    background-position: center;
    z-index: -2;
}

.hero-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.31);
}

.event-nav .nav-link {
    border: 0;
}

.event-nav .nav-tabs {
    border-color: #E64F3C;
}

.event-nav .nav-item + .nav-item {
    border-left: 1px solid #E64F3C;
}

.event-nav .nav-link {
    font-size: 1.4rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.event-nav .nav-link.active {
    color: white;
    background: #E64F3C;
    border: none;
}

.pre-footer {
    position: relative;
    color: white;
    background: #E64F3C url('/images/About%20texture%20overlay.png');
}

.pre-footer .heading-subtitle {
    font-family: 'Roboto Condensed', sans serif;
    letter-spacing: 1px;
}

.pre-footer div {
    z-index: 1;
}

.app-image {
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 100%;
    max-width: 100%;
    z-index: 0;
}

.no-overlay-pad {
    padding: 5rem 0;
}

.w-40 {
    width: 40%;
}

.w-20 {
    width: 20%;
}

.more-sponsors-button {
    margin-bottom: 2rem;
}

#subscribe {
    height: 4rem;
}

#subscribe::placeholder {
    color: #0E627C;
}

.pre-footer #subscribe::placeholder {
    text-align: center;
    color: #151D35;
}

.about-year {
    position: absolute;
    padding-right: 3rem;
    top: 0;
    left: 10%;
    font-size: 1rem;
    font-family: 'Roboto Condensed', sans serif;
    color: black;
}

.about-year:before {
    content: '';
    position: absolute;
    border-top: 1px solid black;
}

.h-flip {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

.slider-number {
    font-family: 'Patua One', cursive;
    letter-spacing: 1px;
}

#home-slider-text .current-slide {
    font-size: 18px;
}

#home-slider-text .last-slide {
    font-size: 12px;
}

#home-slider-text .slider-title {
    letter-spacing: 1px;
    font-family: 'Roboto Condensed', sans-serif;
}

#home-slider-text .slick-dots {
    margin-top: 1rem;
    list-style-type: none;
}

#home-slider-text .slick-dots li {
    float: left;
    flex: 1;
    height: 0.5rem;
    background: white;
    cursor: pointer;
}

#home-slider-text .slick-dots {
    display: flex;
    width: 100%;
    margin-right: 3rem;
}

#home-slider-text .slick-dots .slick-active {
    background: #e64f3c;
}

.about .slider-number {
    color: #0E627C;
    font-size: 18px;
}

.item-description {
    color: #707070;
}

.page-subtitle {
    background: #E64F3C;
    letter-spacing: 1px;
}

.hero-text {
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
}

#home-slider {
    width: 100%;
    z-index: -1;
}

#home-slider, #home-slider .slick-list, #home-slider .slick-track {
    height: 100%;
}

.about-image .slick-list {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.premiere-sponsors .sponsor .logo {
    height: 8rem;
    width: 90%;
}

.additional-sponsors .sponsor {
    height: 6rem;
}

.additional-sponsors .sponsor img, .premiere-sponsors .sponsor .logo img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

#popup {
    left: 0;
    right: 0;
    margin: auto;
    width: 40rem;
    max-width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#mobile-navbar {
    z-index: 1;
    width: 100%;
    position: absolute;
}

#mobile-nav {
    height: 100vh;
    z-index: 1000;
}

#mobile-nav .nav-link {
    font-size: 20px;
}

.featured-event-icon {
    width: 1.5rem;
}

.featured-event-icon img {
    height: 1.5rem;
}

@media (max-width: 992px) {
    .slider-content p {
        font-size: 1.2rem;
    }
}
