@font-face {
    font-family: 'cardinalfruit-regular';
    src:
        url('fonts/Cardinal Fruit/cardinalfruitweb-regular.woff2') format('woff2'),
        url('fonts/Cardinal Fruit/cardinalfruitweb-regular.woff') format('woff');
}
/*
@font-face {
    font-family: 'TTNorms-Regular';
    src: url('fonts/TT_Norms_Web/webfonts/38034F_F_0.eot');
    src:
            url('fonts/TT_Norms_Web/webfonts/38034F_F_0.eot?#iefix') format('embedded-opentype'),
            url('fonts/TT_Norms_Web/webfonts/38034F_F_0.woff2') format('woff2'),
            url('fonts/TT_Norms_Web/webfonts/38034F_F_0.woff') format('woff'),
            url('fonts/TT_Norms_Web/webfonts/38034F_F_0.ttf') format('truetype');
}
@font-face {
    font-family: 'TTNorms-Light';
    src: url('webfonts/38034F_C_0.eot');
    src:
            url('fonts/TT_Norms_Web/webfonts/38034F_C_0.eot?#iefix') format('embedded-opentype'),
            url('fonts/TT_Norms_Web/webfonts/38034F_C_0.woff2') format('woff2'),
            url('fonts/TT_Norms_Web/webfonts/38034F_C_0.woff') format('woff'),
            url('fonts/TT_Norms_Web/webfonts/38034F_C_0.ttf') format('truetype');
}
*/
@font-face {
    font-family: 'Roboto-Regular';
    src: url('fonts/Roboto/Roboto-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('fonts/Roboto/Roboto-Light.ttf') format('truetype');
}

/*
Created by: Czarnowski
Developer: Robyn Martin
*/

body {
    background: #000;
    color: #fff;
     font-family: 'Roboto-Regular', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
    overflow-x: hidden;
    -webkit-text-stroke: rgba(255, 255, 255, 0.01) 0.1px;
    -webkit-font-smoothing: antialiased !important;
    max-width: 1438px;
    margin: 0 auto;

    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
a {
    text-decoration: none;
    -ms-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: #fff;
}

a:hover,
a:focus,
a:active {
    outline: medium none;
    text-decoration: none;
    color: #fff;
}

*:focus {
    outline: none;
}

img {
    max-width: 100%, height: auto;
}

strong,
b {
    font-weight: 700;
}

i,
em {
    font-style: italic;
}

.clear {
    border: 0;
    clear: both;
    height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'cardinalfruit-regular', serif;
}
p {
    font-weight: normal;
    margin: 0;
}

input,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

html,
body {
    height: 100%;
}

.lock-scroll {
    overflow: hidden;
}
.unlock-scroll {
    overflow: visible;
}

/**** PRELOADER ****/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background: url("/img/preloader-mobile.jpg") 0 0 no-repeat transparent;
    background-size: cover;
    overflow: hidden;
    z-index: 9991;
}
.preloader .text-container {
    display: flex;
    flex-direction: row;
    gap: 1em;
    overflow: hidden;
    color: white;
    opacity: 0;
}
/**** PRELOADER ****/

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
}
mux-player {
    width: 100%;
    max-width: 100%;
    --media-webkit-text-track-transform: none;
    --media-webkit-text-track-transition: none;
    aspect-ratio: 16 / 9;
}

/**** NAV ****/
.navbar {
    min-height: 90px;
}
#pageNav {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    min-height: 900px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    background-color: rgb(0, 0, 0, .5);
    background-image: url(/img/nav-bg-mobile.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 20px 25px 100%;
}

.navbar-nav {
    margin: 35% 0;
}
#pageNav a {
    font-size: 56px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.28px;
    font-family: 'TTNorms-Light', sans-serif;
}
#pageNav button.close {
    opacity: 1;
    margin-top: 10px;
}
#pageNav .emailLink {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: #fff;
    border-bottom: 1px solid white;
}
#pageNav .emailLink:hover {
    border-bottom: none;
}

.navbar-toggle {
    display: block;
}
.navbar-toggle {
    padding: 12px 0 9px;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar:nth-child(2) {
    margin-top: 5px;
}

nav.navbar-default {
    background-color: transparent;
    border-color: transparent;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
    background-image: linear-gradient(180deg, #00000069 50%, rgba(255,0,0,0));
    box-shadow: none;
    border: 0;
    padding: 13px 0;
}

nav.navbar-default.affix {
    background-image: linear-gradient(180deg, #000000b8 76%, rgba(255,0,0,0));
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

nav.navbar-default .navbar-brand {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
     font-family: 'Roboto-Regular', sans-serif;
}

nav.navbar-default .navbar-brand:focus,
nav.navbar-default .navbar-brand:hover {
    color: #fff !important;
    background-color: transparent;
}
nav.navbar-default .navbar-nav>li {
    margin-bottom: 30px;
}
nav.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 16px;
    display: inline-block;
    padding: 0;
    line-height: 1;
}

nav.navbar-default .navbar-nav>li>a:focus,
nav.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    border-bottom: 1px solid white;
}

nav.navbar-default .navbar-nav li a.active,
nav.navbar-default .navbar-nav li a.active:focus,
nav.navbar-default .navbar-nav li a.active:hover {
    text-decoration: underline;
    text-decoration-color: #fff;
    text-decoration-thickness: 1px;
    color: #fff;
}
/**** NAV END ****/

/**** HEADER ****/
header {
    min-height: 100%;
    display: contents;
}

header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
}

header,
header .header-content {
    position: relative;
    width: 100%;
    text-align: center;
}

header .header-content {
    position: relative;
    z-index: 10;
}

header .header-content .header-content-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.41);
}


.header-content-inner h1 {
    font-size: 48px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.05em;
}

.header-content-inner h1:after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    margin: 20px auto 0;
    background: #F05F40;
}

.header-content-inner p {
    font-size: 22px;
    line-height: 1.8;
    color: #e4e4e4;
}

/**** HEADER END ****/
/**** ABOUT ****/

section {
    padding: 20px 10px;
    position: relative;
}
.borderLine {
     border-bottom: 1px solid #797979;
 }
.about-section .row {
    padding: 0 12px;
}
.about-section h2 {
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 96%;
    margin-bottom: 25px;
}
.about-section p {
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    padding: 0 20px 45px 0;

}

/**** ABOUT END ****/

/**** VIDEO HIGHLIGHTS START ****/
#videoHighlights h3 {
    font-size: 30px;
}
#videoHighlights p {
    margin-bottom: 20px;
    color: #A8A8A8;
    font-size: 18px;
    font-weight: 400;
}
#videoHighlights .second-column {
    margin: 25px 0 0;
}

/**** VIDEO HIGHLIGHTS END ****/

/**** GALLERY LIST START ****/
section.gallery-list-section {
    padding-top: 0;
}
.gallery-list-section ul {
    margin-block-start: 0;
    padding-inline-start: 0;
    padding: 0 12px;
}
.gallery-list-section li {
    list-style: none;
}
.gallery-list-section li a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    color: white;
    border-bottom: 1px solid #797979;
    padding: 20px 0;
}
.gallery-list-section li a:hover h4 {
    text-decoration: underline;

}
.gallery-list-section li:first-child {
    /*padding: 0 0 20px;*/
}
.gallery-list-section li.lastChild a {
    border-bottom: 0;
}
.gallery-list-section li img {
    max-width: 49%;
}
.gallery-list-section li h4 {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 99.3%;
    margin-left: 13px;
}
/**** GALLERY LIST END ****/



/**** PORTFOLIO ****/
.project-heading {
    margin-bottom: 50px;
}
.project-heading h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 83.3%;
}
.project-heading p {
    color: #A8A8A8;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/**** PORTFOLIO ****/

/**** FOOTER ****/

footer {
    padding: 0 0 30px;
    position: relative;
}

footer h3 {
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 96%;
}

footer p {
    font-size: 16px;
    line-height: 1.6;
    color: #adadad;
}

footer h3 {
    padding: 0 12px;
}
.gap {
    display: block;
    margin-top: 50px;
}

footer span.glyphicon {
    color: #adadad;
    font-size: 28px;
    display: block;
    margin: 0 auto 30px;
}
footer h3 a {
    color: #fff;
    border-bottom: 1px solid white;
    margin: 30px 0 40px;
    display: inline-block;
    font-size: 50px;
}
footer a.emailLink {
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid white;
    margin-top: 15px;
    display: inline-block;
}
footer a.privacyLink {
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid white;
}
footer a:hover {
    border-bottom: 0;
}
footer .coprightNotice {
    margin-top: 40px;
    color: #fff;
}
footer .borderLine {
    margin: 0 12px;
}
/**** FOOTER END ****/


@media only screen and (min-width: 350px) {

    /* For mobile: */
    .mobileHeaderImg {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .tabletHeaderImg,
    .desktopHeaderImg,
    .carousel-inner > .item > img.tabletHeaderImg,
    .carousel-inner > .item > img.desktopHeaderImg {
        display: none;
    }
}


@media only screen and (min-width: 768px) {

    /* For tablet: */
    .preloader {
        background: url("/img/preloader-desktop.png") 0 0 no-repeat transparent;
    }
    .preloader img {
        width: 300px;
    }
    nav.navbar-default .navbar-nav>li {
        margin-bottom: 60px;
    }
    #videoHighlights .second-column {
        margin: 0;
    }
    .navbar-nav {
        margin: 15% 0 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-left: 20px;
    }
    #pageNav {
        min-height: 1400px;
    }
    #pageNav > img {
        width: 250px;
        margin-top: 10px;
    }
    #pageNav button.close {
        opacity: 1;
        margin-top: 20px;
        margin-right: 20px;
    }
    #pageNav a {
        font-size: 56px;
        font-style: normal;
        font-weight: 300;
        letter-spacing: -0.28px;
        font-family: 'Roboto-Light', sans-serif;
    }
    #pageNav .emailLink {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        color: #fff;
        position: absolute;
        bottom: 45%;
        left: 75px;
    }
    .carousel-inner > .item > img.tabletHeaderImg,
    .tabletHeaderImg {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .mobileHeaderImg,
    .desktopHeaderImg,
    .carousel-inner > .item > img.mobileHeaderImg,
    .carousel-inner > .item > a img.desktopHeaderImg {
        display: none;
    }
    .navbar-header {
        width: 100%;
    }
    .navbar-default .navbar-toggle {
        float: right;
    }
    .gallery-list-section ul {
        margin-block-start: 0;
        padding-inline-start: 0;
        padding: 0 12px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .gallery-list-section li {
        list-style: none;
        flex: 47%;
        margin-right: 30px;
    }
    .gallery-list-section li.no-margin {
        margin-right: 0;
    }
    .about-section .row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: baseline;
    }
    .about-section .row h2 {
        flex: 25%;
    }
    .about-section .row p {
        flex: 40%;
        padding: 0 20% 0 0;
    }
    .about-section .row .borderLine {
        flex: 100%;
    }
    .gap {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: baseline;
    }
    .gap div {
        flex: 50%;
    }
    .gap div.privacyWrapper {
        text-align: right;
    }
    footer h3 {
        padding: 0 33% 0 12px;
    }
}

@media only screen and (min-width: 1280px) {

    /* For desktop: */
    .preloader {
        background: url("/img/preloader-desktop.png") 0 0 no-repeat transparent;
    }
    .preloader img {
        width: 500px;
    }
    nav.navbar-default .navbar-nav>li {
        margin-bottom: 60px;
    }
    #videoHighlights .second-column {
        margin: 0;
    }
    .container {
        width: 1440px;
    }
    nav.navbar-default {
        max-width: 1440px;
    }
    .navbar-nav {
        margin: 10% 0 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-left: 20px;
    }
    #pageNav button.close {
        opacity: 1;
        margin-top: 20px;
        margin-right: 20px;
    }
    #pageNav > img {
        width: 350px;
        margin-top: 10px;
    }
    #pageNav a {
        font-size: 96px;
        font-style: normal;
        font-weight: 300;
        letter-spacing: -0.48px;
        font-family: 'Roboto-Light', sans-serif;
    }
    #pageNav .emailLink {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        color: #fff;
        position: absolute;
        bottom: 45%;
        left: 75px;
    }
    .carousel-inner > .item > img.desktopHeaderImg,
    .carousel-inner > .item > a img.desktopHeaderImg,
    .desktopHeaderImg {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .navbar-header {
        width: 100%;
    }
    .navbar-default .navbar-toggle {
        float: right;
    }
    .tabletHeaderImg,
    .mobileHeaderImg {
        display: none;
    }
    .carousel-inner > .item > img.tabletHeaderImg,
     .carousel-inner > .item > a img.mobileHeaderImg {
         display: none;
     }
    .gallery-list-section ul {
        margin-block-start: 0;
        padding-inline-start: 0;
        padding: 0 12px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .gallery-list-section li {
        list-style: none;
        flex: 47%;
    }
    .about-section .row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: baseline;
        margin-top: 40px;
    }
    .about-section .row h2 {
        flex: 40%;
        font-size: 76px;
        line-height: 105.8%;
    }
    .about-section .row p {
        flex: 50%;
        padding: 0 14% 0 10%;
    }
    .about-section .row .borderLine {
        flex: 100%;
        margin-top: 75px;
    }
    footer h3 {
        font-size: 76px;
        padding: 0 33% 0 12px;
    }
    footer h3 a {
        font-size: 76px;
    }
}

/* Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
    #baguetteBox-overlay .full-image img {
        max-width: 70% !important;
    }
    .navbar-nav {
        margin: 3% 0 0;
    }
    nav.navbar-default .navbar-nav>li {
        margin-bottom: 10px;
    }
    #pageNav a {
        font-size: 40px;
    }
    #pageNav .emailLink {
        top: 23%;
        left: 50px;
    }
}

/* MOBILE LANDSCAPE STYLING FIXES */
/* Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
    #baguetteBox-overlay .full-image img {
        max-width: 70% !important;
    }
    .navbar-nav {
        margin: 3% 0 0;
    }
    nav.navbar-default .navbar-nav>li {
        margin-bottom: 10px;
    }
    #pageNav a {
        font-size: 40px;
    }
    #pageNav .emailLink {
        top: 23%;
        left: 50px;
    }
    #track-club #baguetteBox-overlay::before {
        font-size: 30px !important;
    }
}
/* Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
    #baguetteBox-overlay .full-image img {
        max-width: 70% !important;
    }
    .navbar-nav {
        margin: 3% 0 0;
    }
    nav.navbar-default .navbar-nav>li {
        margin-bottom: 10px;
    }
    #pageNav a {
        font-size: 40px;
    }
    #pageNav .emailLink {
        top: 23%;
        left: 50px;
    }
    #track-club #baguetteBox-overlay::before {
        font-size: 30px !important;
    }
}

/* Landscape */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: landscape) {
    #baguetteBox-overlay .full-image img {
        max-width: 70% !important;
    }
    .navbar-nav {
        margin: 3% 0 0;
    }
    nav.navbar-default .navbar-nav>li {
        margin-bottom: 10px;
    }
    #pageNav a {
        font-size: 40px;
    }
    #pageNav .emailLink {
        top: 23%;
        left: 50px;
    }
    #track-club #baguetteBox-overlay::before {
        font-size: 30px !important;
    }
}

/* Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: landscape) {
    #baguetteBox-overlay .full-image img {
        max-width: 70% !important;
    }
    .navbar-nav {
        margin: 3% 0 0;
    }
    nav.navbar-default .navbar-nav>li {
        margin-bottom: 10px;
    }
    #pageNav a {
        font-size: 40px;
    }
    #pageNav .emailLink {
        top: 23%;
        left: 50px;
    }
    #track-club #baguetteBox-overlay::before {
        font-size: 30px !important;
    }
}
/* Landscape */
@media only screen
and (min-device-width: 390px)
and (max-device-width: 844px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: landscape) {
    #baguetteBox-overlay .full-image img {
        max-width: 60% !important;
    }
    .navbar-nav {
        margin: 3% 0 0;
    }
    nav.navbar-default .navbar-nav>li {
        margin-bottom: 10px;
    }
    #pageNav a {
        font-size: 40px;
    }
    #pageNav .emailLink {
        top: 23%;
        left: 50px;
    }
    #track-club #baguetteBox-overlay::before {
        font-size: 30px !important;
    }
}
/* Landscape */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 896px)
and (orientation: landscape) {
    #baguetteBox-overlay .full-image img {
        max-width: 60% !important;
    }
    .navbar-nav {
        margin: 3% 0 0;
    }
    nav.navbar-default .navbar-nav>li {
        margin-bottom: 10px;
    }
    #pageNav a {
        font-size: 40px;
    }
    #pageNav .emailLink {
        top: 23%;
        left: 50px;
    }
}