body,
html {
    min-width: 100%;
    overflow-x: hidden;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    /*font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;*/

    font-family: 'Bebas Neue', cursive;
    scroll-behavior: smooth;
    background-color: #eeeeee;
}

@font-face {
    font-family: 'brandingFont';
    src: url('/neuropolitical.ttf');
} 

body,
html {
    margin: 0;
    margin: 0;
    padding: 0;
}


#cycleImages {
    transition: background 1s linear;
    /* -webkit-transition: background 1s linear;
  -moz-transition: background 1s linear;
  -o-transition: background 1s linear;*/
}


/* horizonatal scrolling section */

.horizontal-scroll-wrapper {
    width: 300px;
    height: 100vw;
    overflow-y: auto;
    overflow-x: hidden;
    transform: rotate(-90deg) translateY(-100px);
    transform-origin: right top;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    background-color: violet;
}

    .horizontal-scroll-wrapper::-webkit-scrollbar {
        display: none;
    }

    .horizontal-scroll-wrapper > div {
        width: 300px;
        height: 300px;
        transform: rotate(90deg);
        transform-origin: right top;
        background-color: yellowgreen;
    }

/* end of hor scroll section */

.no-webp .bigPhotoBackground {
    background-image: url(../images/poster1.jpg);
}

.webp .bigPhotoBackground {
    background-image: url(../images/poster1.webp);
}

.bigPhotoBackground {
    background-size: cover;
    padding: 0 0 0 0;
    background-position-x: center;
    background-position-y: center;
}

.bigPhotoBackgroundSpinner {
    background-size: cover;
    background-color: #282b30;
    padding: 0 0 0 0;
    text-align: center;
}

.container {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.no-webp .mouseDownIcon {
    background-image: url(../images/scrollDownIcon.png);
}

.webp .mouseDownIcon {
    background-image: url(../images/scrollDownIcon.webp);
}

.mouseDownIcon {
    width: 5vw;
    height: 10vw;
    position: absolute;
    left: 47.5%;
    /*top:195%;*/
    top: calc(100% * 1080px /1920px) + 15VW;
    z-index: 100;
    animation: 2s linear 0s bob infinite;
    filter: invert(1) drop-shadow(0px 0px 5px rgb(0, 0, 0));
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

@keyframes bob {
    0%, 100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, 20px);
    }

    80% {
        transform: translate(0, -20px);
    }
}




.clickDragIcon {
    position: absolute;
    left: 35%;
    top: 35%;
    -webkit-transform: translate(-35%, -35%);
    -moz-transform: translate(-35%, -35%);
    transform: translate(-35%, -35%);
    z-index: 100;
    filter: invert(1) drop-shadow(0px 0px 5px rgb(0, 0, 0));
    animation: 3s linear 0s nudge infinite;
    pointer-events: none;
}

@keyframes nudge {
    0%, 100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(150px, 0);
    }

    80% {
        transform: translate(-100px, 0);
    }
}


.img360 img {
    /*width:100%;*/
    height: 100%;
}



.single_add_to_cart_button {
    color: #fff;
    background-color: #f26522;
    border-radius: 4px;
    border: none;
    padding: 13px 20px 10px 20px;
    margin: 40px 0px 40px 0px;
    font-size: 18px;
    animation: hue-rotate 10s linear infinite;
    width: auto;
}


@keyframes hue-rotate {
    from {
        -webkit-filter: hue-rotate(0);
        -moz-filter: hue-rotate(0);
        -ms-filter: hue-rotate(0);
        filter: hue-rotate(0);
    }

    to {
        -webkit-filter: hue-rotate(360deg);
        -moz-filter: hue-rotate(360deg);
        -ms-filter: hue-rotate(360deg);
        filter: hue-rotate(360deg);
    }
}

button {
    cursor: pointer;
}

#preload-imgs {
    display: none;
}


.noShow {
    visibility: hidden
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.cityLogo {
    width: 166px;
    float: left
}

.changeToOrange {
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
    filter: invert(0.9);
}

/* parallax */
.parallax-container {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.parallax {
    position: absolute;
    height: 170%;
    width: 100%;
    z-index: -2;
}

/* end of parallax */
#scroll-to-top {
    position: fixed;
    bottom: 120px;
    right: -40px;
    z-index: 99;
    cursor: pointer;
    padding: 15px;
    width: 40px;
    height: 40px;
    border-radius: 5px 0px 0px 5px;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    -webkit-text-stroke: .5px rgba(0, 0, 0, .4);
    font-size: 18px;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

#ScrollUpIcon {
    position: relative;
    top: -5px;
    right: 2px;
}

#PageTop {
    position: absolute;
    top: 0px;
}

.animateUpButton img {
    width: 193%;
    margin-left: -2px;
    margin-bottom: 10px;
}

.animateUpButtonIn {
    -webkit-transform: translate(-40px, 0);
    -moz-transform: translate(-40px, 0);
    -o-transform: translate(-40px, 0);
    -ms-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
}

.components {
    position: relative;
    text-align: center;
    color: #666666 !important;
}

.components-content {
    max-width: 1080px;
    float: none !important;
}

.white-section {
    padding: 50px 50px 0px 50px;
    position: relative;
    text-align: center;
    color: #666666 !important;
}

    .white-section p {
        /* font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;*/
        font-family: 'Bebas Neue', cursive;
    }

.white-section-content {
    width: 80%;
    max-width: 1080px;
    margin: 0 auto !important;
    float: none !important;
}

.white-section h2 {
    margin-top: 50px;
    letter-spacing: 7px;
    text-shadow: 0px 2px 1px #666;
    font-weight: 600;
    font-size: 3.5em;
    color: #ff6e26 !important;
    line-height: 1.4em;
    text-align: center;
    width: inherit;
    margin-left: auto;
    margin-right: auto;
    font-family: 'brandingFont', sans-serif;
}

.white-section-text1 {
    line-height: 1.9em;
    line-height: 1.9em;
    font-weight: 300;
    font-size: 20px;
    /*letter-spacing: 0.4px;*/
    margin-top: 0px;
}

.white-section-text2 {
    line-height: 1.9em;
    font-weight: 500;
    font-size: 20px;
    font-size: 18px;
    letter-spacing: 0.4px;
    line-height: 1.9em;
    padding-top: 0px !important;
    padding-bottom: 112px !important;
    margin-top: 40px !important;
    margin-bottom: 0px !important;
    max-width: 1080px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
/*my two collum*/

* {
    box-sizing: border-box;
}

.bigImage {
    width: 100vw;
}

.row {
    margin: 50px 50px 0px 50px;
    position: relative;
    /*color: #666666 !important;*/
}

.rowUnsetPosition {
    position: unset;
    margin: 0px 50px 0px 0px;
}

.row-content {
    width: 100%;
    max-width: 1080px;
    float: none !important;
}

.row-content-wide {
    width: 100%;
    float: none !important;
    display: inline-table;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

a {
    color: #ff6e26;
    text-decoration: none;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    /* animation: hue-rotate 10s linear infinite;*/
}

h2 {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    font-size: 22px;
    color: #FFFFFF !important;
    line-height: 1.2em;
    padding-bottom: 10px;
}

p {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
}

/* video stuff */
.fullscreen-bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
    height: calc(1080 * 100vw / 1920);
    display: block;
    position: absolute;
}


.kickturnVideo {
    width: 100%;
    height: auto;
    border-radius: 50px;
    border: 6px solid #cccccc;
}

/*video text */
.videoOverlayText {
    font-weight: 600;
    font-size: 37px;
    color: #ffffff !important;
    line-height: 1.4em;
    text-align: center;
    text-shadow: 0.01em 0.01em 0.3em rgba(0, 0, 0, 0.69);
    position: absolute;
    width: 100vw;
    text-align: center;
    top: 30vh;
    z-index: 2;
    word-wrap: break-word;
    opacity: 0.65;
    font-family: 'brandingFont';
}

.videoOverlaySubText {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 23px;
    color: #ffffff !important;
    letter-spacing: 1px;
    text-align: center;
    text-shadow: 0.01em 0.01em 0.3em rgba(0, 0, 0, 0.69);
    position: relative;
    top: -15px;
    letter-spacing:9px;
    text-transform: uppercase;
}


/* make animation only when in visible portion of browser */
.come-in {
    animation: progress 2s ease-out forwards;
}

    .come-in:nth-child(odd) {
        animation-duration: 0.6s;
    }

@keyframes come-in {
    to {
        0%

{
    stroke-dasharray: 0 100;
}

}
}


/* Add a black background color to the top navigation */
.topnav {
    width: 800;
    height: 400px;
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-family: 'Nunito Sans', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 600 !important;
    float: right;
}

.city_logo {
    margin-top: 10px;
}

.navigation {
    width: 1080px;
    margin: auto;
    position: absolute;
    top: 10px;
    z-index: 20;
    left: calc(50vw - 540px);
}


/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 13px;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: normal;
    color: #00000033;
    text-shadow: 0.04em 0.04em 0.15em rgba(0, 0, 0, 0.4);
    font-family: 'Nunito Sans', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 600 !important;
}

.dropbtn {
    text-shadow: 0.04em 0.04em 0.15em rgba(0, 0, 0, 0.4);
}

/* Add an active class to highlight the current page */
.active {
    color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon,
{
    display: none;
}

.mobile-icon {
    display: none;
    z-index: 100;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 21px;
}

    .mobile-icon a {
        font-size: 26px !important;
        font-weight: bold;
        display: inline-block;
        transform: scale(1, 0.75);
        -webkit-transform: scale(1, 0.75);
        /* Safari and Chrome */
        -moz-transform: scale(1, 0.75);
        /* Firefox */
        -ms-transform: scale(1, 0.75);
        /* IE 9+ */
        -o-transform: scale(1, 0.75);
        /* Opera */
        color: #ff6e26;
    }

.icon {
    text-align: center;
}

/* Dropdown container*/
.dropdown {
    float: left;
    overflow: hidden;
}

    /* Style the dropdown button */
    .dropdown .dropbtn {
        font-size: 20px;
        border: none;
        outline: none;
        color: white;
        padding: 14px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }

/* Style the dropdown content*/
.dropdown-content {
    display: none;
    position: absolute;
    min-width: 240px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.59) !important;
    width: 240px;
    padding: 25px 0px 10px 0px;
    text-align: left;
    border-top: 3px solid #0071db;
}

    /* Style the links inside the dropdown */
    .dropdown-content a {
        float: none;
        text-decoration: none;
        display: block;
        text-align: left;
        color: #FFF;
        width: 200px;
        padding: 0px 0px 10px 40px !important;
        font-weight: 600;
        font-size: 18px;
        color: #ffffff !important;
        letter-spacing: 1px;
        text-shadow: 0.04em 0.04em 0.15em rgba(0, 0, 0, 0.4);
        font-family: 'Nunito Sans', Helvetica, Arial, Lucida, sans-serif;
        font-weight: 600;
    }

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover,
.dropdown:hover .dropbtn {
    color: #ff7c02 !important;
    transition: all .2s ease-in-out;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
    /*  background-color: #ddd;
  color: black;*/
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
    display: block;
}

/* footer */
.footer {
    background-color: #181a1d !important;
    color: #ffffff;
    padding-top: 100px;
    padding-bottom: 50px;
}

.rowFooter {
    max-width: 1080px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.7em;
    width: 80vw;
    max-width: 1080px;
    margin: 0 auto !important;
    float: none !important;
    margin: 0 auto !important;
    float: none !important;
}

.rowFooterColumnHolder {
    display: table-cell;
    width: 100%;
}

.columnFooter {
    float: left;
    width: 50%;
    padding-bottom: 35px;
    display: table;
}

    .columnFooter p {
        font-family: "Open Sans", Arial, sans-serif;
    }

/* Clear floats after the columns */
.rowFooter:after {
    content: "";
    clear: both;
}

.footer-legal-notice {
    clear: both;
    background-color: #161616 !important;
    padding-top: 10px;
    padding-bottom: 7px;
}

.footer-legal-notice-content {
    color: #666;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.7em;
    width: 80vw;
    max-width: 1080px;
    margin: 0 auto !important;
    float: none !important;
}

.footer-legal-notice a {
    font-weight: 300;
    font-size: 14px;
}

.footer-ictc-logo {
    margin-top: 96px;
}

.footer-city-logo {
    max-width: calc(100vw - 54px);
    width: 266px;
}

.no-webp .darkBackgroundTopo {
    background-image: url(../images/Topographic-Map-Pattern-4.jpg);
}

.webp .darkBackgroundTopo {
    background-image: url(../images/Topographic-Map-Pattern-4.webp);
}

.darkBackgroundTopo {
    position: relative;
    background-color: #131313;
    background-size: cover;
    -moz-box-shadow: inset 0 -100px 100px -100px rgb(0, 0, 0);
    -webkit-box-shadow: inset 0 -100px 100px -100px rgb(0, 0, 0);
    box-shadow: inset 0 -100px 100px -100px rgb(0, 0, 0);
}


/* add mask to section */
.clipped {
    width: 100vw;
    position: relative;
    z-index: 1;
}

.clippedTop {
    width: 100vw;
    position: relative;
    z-index: 1;
    margin: 0vw 0;
}

/* fade in section */
@keyframes fade-in {
    from {
        opacity: 0;
        transform: scale(.9, .9)
    }

    to {
        opacity: 1;
    }
}

.fade-in-element {
    animation: fade-in 1.4s;
}

.hidden {
    opacity: 0;
}

/* felx box stuff */

.paddingBlock {
    padding: 0px 0;
}

.equalHMWrap {
    justify-content: space-between;
}

.eqWrap {
    display: flex;
}

.equalHM {
    width: 50%;
}

.equalHM4 {
    width: 25%;
}

.equalHM6 {
    width: 16%;
}

.eq {
    padding-top: 50px !important;
    padding-right: 30px !important;
    padding-bottom: 50px !important;
    padding-left: 30px !important;
    text-align: center;
}

.eq4 {
    padding-top: 50px !important;
    padding-right: 65px !important;
    padding-bottom: 50px !important;
    padding-left: 65px !important;
    text-align: center;
}

.cell {
    max-width: 550px;
    margin: auto;
}

    .cell p {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 400;
        font-size: 1.2rem;
        line-height: 1.8em;
        text-align: center;
    }

.lightText {
    color: #d3d3d3;
}

.cell h3,
.cell h4 {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2em;
    margin-top: 30px;
    color: #ff6e26 !important;
    letter-spacing: 0.2em;
}

h5 {
}

.cell h5 {
    color: #333;
    font-weight: 500;
    line-height: 1em;
    font-style: italic;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    margin-top: 0px !important;
}

.greyBackground {
    background-color: #f4f4f4;
    background-color: rgb(34, 37, 41);
    color: #dadada !important;
    line-height: 1.6em;
}

.custom-text-adjust {
    text-align: left;
    font-weight: 500;
    line-height: 1.8em;
    letter-spacing: 0.6px;
}

.custom-text-adjust2 {
    text-align: left;
    font-weight: 500;
    line-height: 1.8em;
    letter-spacing: 0.6px;
}

.custom-text-adjust3 {
    padding-bottom: 27px;
    margin-left: 6%;
    margin-right: 6%;
    letter-spacing: 0.4px;
}

.custom-text-adjust22 {
    color: #d3d3d3 !important;
    text-shadow: 0px 2px 1px #181010;
}

.custom-text-adjust23 {
    font-size: 18px;
    line-height: 1.5em;
}

.custom-text-adjust26 {
    color: #ff6e26;
    margin-bottom: 5px;
    letter-spacing: 0.35em;
    line-height: 1.75em;
}

.custom-text-adjust27 {
    font-size: 18px;
    margin-bottom: 2px;
}

.custom-text-adjust30 {
    font-weight: 600;
    font-size: 6em;
    color: #ff6e26 !important;
    line-height: 1.4em;
    text-align: center;
    ext-shadow: 0.01em 0.01em 0.05em #8e5e5e9c;
    text-align: center;
    /* font-family: 'Bebas', sans-serif;*/
    margin-top:-50px !important;
    margin-bottom: -20px !important;
}

.custom-text-adjust31 {
    padding-right: 7%;
}

.custom-background3 {
    background: url(../images/founders.jpg) center center / cover no-repeat;
}

.custom-image-adjust2 {
    padding-top: 9%;
    width: 90%;
    filter: invert(1);
}


/* zoom image app */
.image-container {
    display: inline-block;
    vertical-align: top;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 15px;
    border: #cccccc solid 2px;
}

    .image-container:hover {
        /*background-color: #cde;*/
    }

.image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: move;
    display: block;
    /* width: 5em;*/
    width: 17vw;
    border-radius: 15px;
}

/* end of image zoom */


.sparePartsParts {
    padding-bottom: 100px;
}

/* replacement parts */
.product-parts {
    width: 250px;
    text-align: center;
}

.product-price {
    font-size: 1em;
    text-transform: uppercase;
    width: 90%;
    margin: auto;
    background-color: #cccccc;
    margin-top: -35px;
    border-radius: 13px;
    padding: 40px 60px 5px 60px;
    border: #cccccc solid 2px;
}
}


.product-name {
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    padding-bottom: 15px;
    color: #222;
    font-weight: 600;
}


.paintPriceTag {
    padding: 18px 10px;
}

.breakoutImage {
    margin-top: 50px;
}

.sitOnTop {
    z-index: 100000;
}



.webp #parts-break {
    background-image: url('/images/hand_break-1.webp');
}

.webp #parts-decks {
    background-image: url('/images/9_ply_deck.webp');
}

.webp #parts-forks {
    background-image: url('/images/main_wheel_brackets.webp');
}

.webp #parts-wheels {
    background-image: url('/images/Wheel_assembly.webp');
}




.no-webp #parts-break {
    background-image: url('/images/hand_break-1.jpg');
}

.no-webp #parts-decks {
    background-image: url('/images/9_ply_deck.jpg');
}

.no-webp #parts-forks {
    background-image: url('/images/main_wheel_brackets.jpg');
}

.no-webp #parts-wheels {
    background-image: url('/images/Wheel_assembly.jpgp');
}


/*  MOBILE CLASSES   */
/*  MOBILE CLASSES   */
/*  MOBILE CLASSES   */
/*  MOBILE CLASSES   */
/*  MOBILE CLASSES   */
/*  MOBILE CLASSES   */
/*  MOBILE CLASSES   */
@media screen and (max-width: 1120px) {
    .topNav a:hover {
        text-decoration: none !important;
    }

    .navColorBar {
        left: 0px !important;
        height: 88px !important;
    }

    .navigation {
        width: 99vw;
        left: 0px !important;
    }

    .city_logo {
        margin-left: 50px !important;
    }

    /* go from 13 down to 5 */
    .topnav a,
    .dropbtn {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

        .topnav a:last-child {
            padding-right: 50px !important;
        }

    .eq4 {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }
}


@media screen and (mix-width: 981px) {
    .topnav a:first-child {
        display: block;
    }
}



@media screen and (max-width: 1280px) {

    .page-banner--video-controls {
        top: 45vh;
    }

    .videoOverlayText {
        top: 26vh;
    }
}


@media screen and (max-width: 1024px) {

    #customVideoControlls {
        display: none !important;
    }

    .firstDivider {
        height: 30px;
    }


    .equalHM,
    .equalHM4 {
        width: 100% !important;
        float: left;
    }

    .eqWrap {
        display: block;
    }

    .mobile-adjust {
        margin-top: 25px !important;
    }

    .page-banner--video-controls {
        top: 41vh;
    }

    .eq:nth-child(2),
    .eq:nth-child(4) {
        padding-top: 1px !important;
    }

    .fullBlue h2 {
        font-size: 24px;
        line-height: 1.2em;
    }





    @media screen and (orientation:landscape) {
        .videoOverlayText {
            top: 29vh;
        }
    }
}

@media screen and (max-width: 2020px) {
    .fullscreen-bg__video {
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        height: 100%;
    }
}

@media screen and (orientation:landscape) {
    .fullscreen-bg__video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }

    .page-banner--video-controls {
        top: 50vh;
    }
}


/* Responsive layout  */
@media screen and (max-width: 980px) {

    .white-section h2 {
        letter-spacing: 2px;
    }

    .addedPaddingMobileLastTextofSection {
        padding-bottom: 50px;
    }

    .product-parts {
        width: auto;
    }

    .rowUnsetPosition {
        margin: 0px 0px 0px 0px;
    }

    .img360 img {
        width: 100% !important;
    }

    /* fix position and size of replacements images */
    .mobile-adjust {
        padding: 0 0 0 0;
    }

    .image {
        width: 70vw;
    }

    .eq4 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .row-content-wide {
        display: flex;
    }

    /* end of adjustment to replacement parts */

    #customVideoControlls {
        display: none !important;
    }

    .custom-background3 {
        background-size: cover !important;
    }

    .footer-city-logo {
        max-width: calc(100vw - 80px);
    }




    .bottom-parallax {
        padding-top: 50px;
        padding-bottom: 50px;
    }



    video[poster] {
        top: 0px;
    }

    .videoOverlayText {
        font-size: 28px;
        top: 21vh;
        line-height: 2em;
        padding-left: 50px;
        padding-right: 50px;
    }

    .videoOverlaySubText {
        display: block;
        width: 100%;
        max-width: 90% !important;
        padding-left: 0%;
        font-size: 17px;
        line-height: 100% !important;
        letter-spacing: 0px;
        text-align: center;
        word-wrap: break-word;
    }

    .bigPhotoBackgroundSpinner .container {
        top: 0%;
        transform: translateY(0%);
    }

    @media screen and (orientation:landscape) {
        .videoOverlayText {
            font-size: 20px;
            top: 30vh;
        }
    }

    .topnav a:not(:first-child),
    .custom-dropdown .dropbtn {
        display: none;
    }

    .mobile-icon {
        display: block;
    }

    .topnav a:first-child {
        display: none;
    }

    .topnav a.icon,
    .mobile-icon {
        display: block;
        margin: auto;
        color: #2ea3f2;
        width: 100%;
    }

        .topnav a.icon:hover {
            color: #2ea3f2 !important;
        }

    .cityLogo {
        display: none !important;
    }

    .topnav.responsive {
        position: absolute;
        z-index: 10;
        left: 54px;
    }

        .topnav.responsive a.icon {
            position: absolute;
            right: 0;
            top: 0;
            background-color: #eeeeee !important;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
            background-color: #eeeeee !important;
            padding-left: 50px;
            padding-top: 11px;
            padding-bottom: 11px;
            width: calc(100vw - 108px);
        }

    .topnav.responsive {
        margin-top: 70px !important;
        border-top: 3px solid #f40034;
    }

        .topnav.responsive a.icon {
            margin-top: -30px;
        }

    .topNav {
        overflow: auto;
    }

    .dropbtn {
        background-color: rgba(0, 0, 0, 0.89) !important;
    }

    .topnav.responsive .custom-dropdown {
        float: none;
    }

    .topnav.responsive .dropdown-content {
        position: relative;
    }

    .topnav.responsive .custom-dropdown .dropbtn {
        padding: 13px 50px;
        display: block;
        width: 100%;
        text-align: left;
    }

    .dropdown-content,
    .dropdown-content a {
        position: relative;
        border: none;
        background-color: transparent !important;
        width: 100%;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        line-height: 2;
    }

        .dropdown-content a {
            padding: 0px 0px 10px 72px !important;
        }

    .dropdown-content {
    }

    .page-banner--video-controls {
        top: 38vh;
    }

    @media screen and (orientation:landscape) {

        .fullscreen-bg {
            height: 78vh !important;
        }

        .page-banner--video-controls {
            top: 50vh;
        }
    }



    .columnFooter {
        width: 80%;
        max-width: 1080px;
        margin: 0 auto !important;
        float: left !important;
        padding-top: 0px;
        padding-bottom: 0px !important;
    }

    .footer-logo {
        display: block;
        margin: 0 auto;
        margin-top: 21px !important;
    }

    .parallax-container {
        height: 100vw;
    }

    .parallax {
        height: 110%;
    }

    .equalHM,
    .equalHM4 {
        width: 100% !important;
        float: left;
    }

    .eqWrap {
        display: block;
    }


    .custom-text-adjust30 {
        font-size: 3em;
    }

    .white-section-text1 {
        font-size: 13px;
        line-height: 1em;
        margin-top: 20px;
    }

    @media screen and (max-width: 600px) {

        .img360 img {
            width: 100% !important;
        }

        .mouseDownIcon {
            width: 10vw;
            height: 20vw;
            top: 35vh;
        }



        .videoOverlayText h1 {
            font-size: 50px !important;
            top: -15px !important;
            line-height: 3em !important;
            font-family: 'brandingFont';
        }


        .fullscreen-bg__video {
            height: 75vh;
            left: -90vw;
        }

        .fullscreen-bg {
            height: 75vh;
        }

        .mouseDownIcon img {
            width: 50px;
        }

        .mouseDOwnIcon {
            left: 40%;
        }




        .videoOverlaySubText {
            max-width: 100% !important;
            top: -15px !important;
        }



        .custom-row {
            margin: 50px 0px 0px 0px;
        }


        .white-section {
            width: auto;
            padding-left: 0px;
            padding-right: 0px;
        }

        .white-section {
            padding-top: 70px;
        }

            .white-section h2 {
                font-size: 24px;
            }


        .white-section-text2 {
            font-size: 15px;
        }


        .videoOverlayText h1 {
            font-size: 42px;
            line-height: 1em;
            top: -25px;
            position: relative;
            font-family: 'brandingFont';
        }

        .page-banner--video-controls {
            top: 38vh;
        }

        .bigNoticeFirstLine,
        .bigNoticeSecondLine {
            max-width: 100%;
            left: 0%;
        }

        .bigNoticeFirstLine {
            font-size: 24px;
        }

        .bigNoticeSecondLine {
            font-size: 18px;
        }


        @media screen and (orientation:landscape) {
            .videoOverlayText {
                top: 39vh;
            }
        }
    }



