/* BEGIN: Temp Colours */
.tmpBlack { background-color: black; }
.tmpWhite { background-color: white; }
.tmpBisque { background-color: bisque; }
.tmpTeal { background-color: teal; }
.tmpOrange { background-color: orange; }
.tmpPink { background-color: pink; }
.tmpViolet { background-color: violet; }
.tmpSkyBlue { background-color: skyblue; }
.tmpLimeGreen { background-color: limegreen; }
/* END: Temp Colours */

/* GLOBAL */
.image_third {
    aspect-ratio: 1 / 1;
    margin: 2.08vw 0;
    border-radius: 25px;
}

.image_third IMG {
    border-radius: 25px;
}

.txt_twothird {
    height: 100%;
    margin: 2.08vw 0;
    padding: 4.16vw !important;
    border-radius: 25px;
    background-color: rgba(0, 0, 0, 0.9);
}

@media only screen and (min-width: 1280px) {
    .txt_twothird {
        padding: 53.25px !important;
    }
}

.h2 { font-size: 80px; }
.fh-fix { height: 100%; }

/* GLOBAL LAYOUT */
html { scroll-behavior: smooth; }

body {
    background: radial-gradient(ellipse at center, #708090 0%, #000000 100%);
    min-height: 100vh;
    margin: 0;
    background-attachment: fixed;
}

/* Row Setup */
.fw-row {
    width: 100%;
    display: block;
    overflow: hidden;
}

.centred-row {
    display: block;
    max-width: 1280px;
    margin: auto;
    min-height: 50px;
    overflow: hidden;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
}

.vGap { padding: 2.08% 0; }
.hClear { clear: both; }

/* TOGGLES */
.centred-row.toggleable { display: none; }

.seeMore {
    max-height: 50px;
    text-align: center;
    background: #000;
}

.seeMore a {
    color: white !important;
    font-size: 20px !important;
    line-height: 30px !important;
    padding: 10px 20px !important;
    display: inline-block !important;
}

/* BUTTONS */
.button {
    color: white !important;
    padding: 10px 20px !important;
    border: none !important;
    border-radius: 25px !important;
    font-size: 20px !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease, transform 0.2s ease !important;
    background-image: none !important;
    font-weight: 600 !important;
    margin-top: 2.08vw !important;
    text-transform: uppercase;
}

.brdrB, .brdrTB { position: relative; }

.brdrB:after, .brdrTB:after, .brdrTB:before {
    content: "";
    position: absolute;
    left: 5%;
    width: 90%;
    height: 1px;
    background: linear-gradient(to right, transparent, #708090, transparent);
    z-index: 10;
}

.brdrB:after, .brdrTB:after { bottom: 0; }
.brdrTB:before { top: 0; }

.brdr-neon, .border-non {
    background-size: 100%;
    border-radius: 25px;
}

/* FONTS */
p, button, label {
    font-size: 1.56vw !important;
    line-height: 2vw !important;
}

h2, h5, h6 {
    font-size: 3.44vw !important;
    line-height: 3.44vw !important;
}

h3 {
    font-size: 3.13vw !important;
    line-height: 3.13vw !important;
}

h4 {
    font-size: 2.81vw !important;
    line-height: 2.81vw !important;
}

@media only screen and (max-width: 640px) {
    p, label, a { font-size: 4vw !important; line-height: 7vw !important; }
    button { font-size: 3vw !important; line-height: 4vw !important; }
    h2 { font-size: 7vw !important; line-height: 7vw !important; }
    h3 { font-size: 6vw !important; line-height: 6vw !important; }
    h4 { font-size: 5.5vw !important; line-height: 5.5vw !important; }
    h5 { font-size: 5vw !important; line-height: 5vw !important; }
    h6 { font-size: 3.5vw !important; line-height: 3.5vw !important; }
}

@media only screen and (min-width: 641px) and (max-width: 1279px) {
    p, button, label, a { font-size: 1.56vw !important; line-height: 2.03vw !important; }
    h2 { font-size: 3.44vw !important; line-height: 3.44vw !important; }
    h3 { font-size: 3.13vw !important; line-height: 3.13vw !important; }
    h4 { font-size: 2.81vw !important; line-height: 2.81vw !important; }
    h5 { font-size: 2.34vw !important; line-height: 2.34vw !important; }
    h6 { font-size: 1.88vw !important; line-height: 1.88vw !important; }
}

@media only screen and (min-width: 1280px) {
    p, button, a, label { font-size: 20px !important; line-height: 26px !important; }
    h2 { font-size: 44px !important; line-height: 44px !important; }
    h3 { font-size: 40px !important; line-height: 40px !important; }
    h4 { font-size: 36px !important; line-height: 36px !important; }
    h5 { font-size: 30px !important; line-height: 30px !important; }
    h6 { font-size: 24px !important; line-height: 24px !important; }
}

/* SECTION #01 - NAV */
.nav-bg, .nav-height, .nav-content-wrapper.right {
    background: none !important;
    overflow: visible !important;
}

.nav-bg {
    position: fixed !important;
    z-index: 999;
    margin-top: -120px;
    transition: all 0.3s ease-in-out;
}

.nav-height {
    height: 120px !important;
    background: #000 !important;
    transition: all 0.3s ease-in-out;
}

.centred-row.nav-height { --neon-orange: #ff7e00; }

.nav-bg .centred-row.nav-height {
    position: relative;
    background: #000;
}

.nav-bg .centred-row.nav-height::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255, 126, 0, 0.5), rgba(255, 126, 0, 0));
    pointer-events: none;
    z-index: 999;
}

.nav-content-wrapper { display: flex; align-items: center; height: 100%; }
.nav-content-wrapper.left { justify-content: flex-start; }
.nav-content-wrapper.right { justify-content: flex-end; position: relative; }

.logo-pier { max-height: 80px; width: auto; margin-left: 25px !important; transition: all 0.3s ease-in-out; }
.logo-basement { max-height: 100px; width: auto; margin: auto; transition: all 0.3s ease-in-out; }

.custom-menu-trigger { position: relative; cursor: pointer; padding-right: 25px; }
.menu-text { font-weight: bold; line-height: 30px; margin-right: 15px; font-size: 0.9rem; color: #fff; float: left; }
.hamburger span { display: block; width: 25px; height: 3px; background: #fff; margin: 3px 0; float: left; }

.nav-dropdown {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    background: #000;
    list-style: none;
    margin: 0;
    padding: 20px;
    z-index: 999999 !important;
    border: 1px solid #333;
    width: 200px;
    transition: all 0.3s ease-in-out;
}

.nav-dropdown li a {
    color: #fff !important;
    display: block;
    padding: 10px 0;
    text-align: right;
    text-decoration: none;
}

.nav-dropdown li a:hover { color: #ff00ff !important; }
.nav-dropdown.is-open { display: block !important; }

.shiny { animation: hue 20s linear infinite; }
@keyframes hue { from { filter: hue-rotate(0deg); } to { filter: hue-rotate(360deg); } }

.nav-bg.scrolled .nav-height { height: 60px !important; }
.nav-bg.scrolled .logo-pier { max-height: 40px; }
.nav-bg.scrolled .logo-basement { max-height: 50px; margin: auto; }
.nav-bg.scrolled .nav-dropdown { top: 60px; }

@media only screen and (max-width: 640px) {
    .nav-height { height: 60px !important; }
    .nav-bg { margin-top: -60px !important; }
    .logo-pier, .logo-basement { max-height: 40px !important; }
    .nav-dropdown { top: 44px; border: none; }
    .nav-dropdown a { font-size: 5vw !important; line-height: 7vw !important; }
}

/* SECTION #02 - HERO */
.hero-banner { margin-top: 120px !important; }

.heroBG {
    background-color: #000;
    background-image: url(../img/bg-hero.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.hero-banner .button { background-color: #00c6cf !important; }

.hero-banner button {
    --neon-blue: #00c6cf;
    border: 4px solid #00c6cf;
    box-shadow: inset 0 0 1px #ffffff, inset 0 0 30px var(--neon-blue), 0 0 5px var(--neon-blue), 0 0 15px var(--neon-blue), 0 0 20px var(--neon-blue);
}

.proRow { height: 27vw; }

.proRow H1 {
    color: #fff !important;
    margin-top: 7vw;
    margin-left: 6vw;
    font-weight: 700;
    letter-spacing: -0.05em;
    transform: scaleX(0.85);
    transform-origin: left;
}

.proRow button {
    margin-top: 1vw !important;
    margin-left: 17vw;
}

.tileRow {
    margin-right: 5.8vw;
    margin-bottom: 35px;
}

.hTile {
    aspect-ratio: 1 / 1 !important;
    background-color: skyblue !important;
    border-radius: 25px;
    font-size: 2vw !important;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
}

@keyframes random-flicker-01 {
    0%, 19.999%, 22%, 62.999%, 64%, 64.999%, 70%, 100% {
        opacity: 1;
        text-shadow: 0 0 2px #ff00f6, 0 0 7px #fff, 0 0 10px #ff00f6, 0 0 21px #ff00f6, 0 0 29px #ff00f6, 0 0 35px #ff00f6;
    }
    20%, 21.999%, 63%, 63.999%, 65%, 69.999% { opacity: 0.4; text-shadow: none; }
}

@keyframes random-flicker-02 {
    0%, 19.999%, 22%, 62.999%, 64%, 64.999%, 70%, 100% {
        opacity: 1;
        text-shadow: 0 0 2px #78ff00, 0 0 7px #fff, 0 0 10px #78ff00, 0 0 21px #78ff00, 0 0 29px #78ff00, 0 0 35px #78ff00;
    }
    20%, 21.999%, 63%, 63.999%, 65%, 69.999% { opacity: 0.4; text-shadow: none; }
}

@keyframes random-flicker-03 {
    0%, 19.999%, 22%, 62.999%, 64%, 64.999%, 70%, 100% {
        opacity: 1;
        text-shadow: 0 0 2px #00c6ff, 0 0 7px #fff, 0 0 10px #00c6ff, 0 0 21px #00c6ff, 0 0 29px #00c6ff, 0 0 35px #00c6ff;
    }
    20%, 21.999%, 63%, 63.999%, 65%, 69.999% { opacity: 0.4; text-shadow: none; }
}

@keyframes random-flicker-04 {
    0%, 19.999%, 22%, 62.999%, 64%, 64.999%, 70%, 100% {
        opacity: 1;
        text-shadow: 0 0 2px #6600ff, 0 0 7px #fff, 0 0 10px #6600ff, 0 0 21px #6600ff, 0 0 29px #6600ff, 0 0 35px #6600ff;
    }
    20%, 21.999%, 63%, 63.999%, 65%, 69.999% { opacity: 0.4; text-shadow: none; }
}

@keyframes steady-flicker-01 {
    0%, 1.2%, 2.4%, 3.6%, 5%, 5.1%, 100% {
        opacity: 1;
        text-shadow: 0 0 7px #fff, 0 0 10px var(--neon-pink), 0 0 21px var(--neon-pink);
    }
    0.6%, 1.8%, 3% { opacity: 0.4; text-shadow: none; }
}

@keyframes steady-flicker-02 {
    0%, 1.2%, 2.4%, 3.6%, 5%, 5.1%, 100% {
        opacity: 1;
        text-shadow: 0 0 7px #fff, 0 0 10px var(--neon-green), 0 0 21px var(--neon-green);
    }
    0.6%, 1.8%, 3% { opacity: 0.4; text-shadow: none; }
}

@keyframes steady-flicker-03 {
    0%, 1.2%, 2.4%, 3.6%, 5%, 5.1%, 100% {
        opacity: 1;
        text-shadow: 0 0 7px #fff, 0 0 10px var(--neon-blue), 0 0 21px var(--neon-blue);
    }
    0.6%, 1.8%, 3% { opacity: 0.4; text-shadow: none; }
}

@keyframes steady-flicker-04 {
    0%, 1.2%, 2.4%, 3.6%, 5%, 5.1%, 100% {
        opacity: 1;
        text-shadow: 0 0 7px #fff, 0 0 10px var(--neon-purple), 0 0 21px var(--neon-purple);
    }
    0.6%, 1.8%, 3% { opacity: 0.4; text-shadow: none; }
}

@keyframes quick-stutter {
    0%, 20%, 40%, 60%, 80%, 100% {
        opacity: 1;
        text-shadow: 0 0 7px #fff, 0 0 10px #ff00f6, 0 0 21px #ff00f6;
    }
    10%, 30%, 50%, 70%, 90% { opacity: 0.4; text-shadow: none; }
}

.flickering { animation: quick-stutter 0.5s linear; }

.tile02, .tile02 a { --neon-green: #78ff00; animation: steady-flicker-02 13s linear infinite; }
.tile03, .tile03 a { --neon-blue: #00c6ff; animation: steady-flicker-03 3s linear infinite; }
.tile04, .tile04 a { --neon-purple: #6600ff; animation: steady-flicker-04 17s linear infinite; }

.tile01 a, .tile02 a, .tile03 a, .tile04 a {
    font-size: 2.5vw !important;
    font-weight: 700 !important;
    display: flex;
    justify-content: center;
    margin-top: 14.5vw;
    color: #fff !important;
}

@media only screen and (max-width: 640px) {
    .tile01 a, .tile02 a, .tile03 a, .tile04 a { font-size: 5vw !important; margin-top: 24vw !important; }
    .tile01 .tile-anchor, .tile02 .tile-anchor, .tile03 .tile-anchor, .tile04 .tile-anchor { top: 0 !important; margin-top: 0 !important; }
    .hero-banner { margin-top: 60px !important; }
    .tileRow { margin-right: 7.8vw !important; }
    .tile03, .tile04 { margin-top: 25px !important; }
    .proRow button { display: none; }
    .proRow H1 { margin-top: 8vw; margin-left: 21vw; font-size: 8.2vw; transform: none; }
}

@media only screen and (max-width: 1279px) {
    .proRow { height: 27vw; }
    .tileRow { margin-right: 5.8vw; }
}

@media only screen and (min-width: 1280px) {
    .proRow { height: 345.6px; }
    .proRow H1 { margin-top: 89.6px; margin-left: 76.8px; font-size: 76.8px !important; }
    .proRow button { margin-top: 12.8px !important; margin-left: 217.6px; }
    .tileRow { margin-right: 74.28px; }
    .tile01 a, .tile02 a, .tile03 a, .tile04 a { margin-top: 185.6px; font-size: 32px !important; }
}

.tile01 { background-image: url(../img/tile01.jpg); --neon-pink: #ff00f6; border: 4px solid #ff00f6; box-shadow: inset 0 0 1px #ffffff, inset 0 0 30px var(--neon-pink), 0 0 5px var(--neon-pink), 0 0 15px var(--neon-pink), 0 0 20px var(--neon-pink); }
.tile02 { background-image: url(../img/tile02.jpg); }
.tile03 { background-image: url(../img/tile03.jpg); }
.tile04 { background-image: url(../img/tile04.jpg); }

.tile01 a { text-shadow: 0 0 2px #ff00f6, 0 0 7px #fff, 0 0 10px #ff00f6, 0 0 21px #ff00f6, 0 0 42px #ff00f6, 0 0 82px #ff00f6; }
.tile02 a { text-shadow: 0 0 2px #78ff00, 0 0 7px #fff, 0 0 10px #78ff00, 0 0 21px #78ff00, 0 0 42px #78ff00, 0 0 82px #78ff00; }
.tile03 a { text-shadow: 0 0 2px #00c6ff, 0 0 7px #fff, 0 0 10px #00c6ff, 0 0 21px #00c6ff, 0 0 42px #00c6ff, 0 0 82px #00c6ff; }
.tile04 a { text-shadow: 0 0 2px #6600ff, 0 0 7px #fff, 0 0 10px #6600ff, 0 0 21px #6600ff, 0 0 42px #6600ff, 0 0 82px #6600ff; }

.tile02 { --neon-green: #78ff00; border: 4px solid #78ff00; box-shadow: inset 0 0 1px #ffffff, inset 0 0 30px var(--neon-green), 0 0 5px var(--neon-green), 0 0 15px var(--neon-green), 0 0 20px var(--neon-green); }
.tile03 { --neon-blue: #00c6ff; border: 4px solid #00c6ff; box-shadow: inset 0 0 1px #ffffff, inset 0 0 30px var(--neon-blue), 0 0 5px var(--neon-blue), 0 0 15px var(--neon-blue), 0 0 20px var(--neon-blue); }
.tile04 { --neon-purple: #6600ff; border: 4px solid #6600ff; box-shadow: inset 0 0 1px #ffffff, inset 0 0 30px var(--neon-purple), 0 0 5px var(--neon-purple), 0 0 15px var(--neon-purple), 0 0 20px var(--neon-purple); }

.tile-anchor {
    position: absolute;
    top: 0 !important;
    margin-top: 0 !important;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}

.tile-content { pointer-events: none; }

/* SECTION #03 - INTRO */
.introRow { background-color: #000; background-repeat: no-repeat; background-size: 100% 100%; }
.introRow h2, .introRow p { color: white; }
.introRow .button { background-color: #ff7e00 !important; }
.introRow .button + .button { margin-left: 20px; }

.introRow .introImg {
    background-image: url(../img/intro.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 25px;
}

.introRow button {
    --neon-orange: #ff7e00;
    border: 4px solid #ff7e00;
    box-shadow: inset 0 0 1px #ffffff, inset 0 0 30px var(--neon-orange), 0 0 5px var(--neon-orange), 0 0 15px var(--neon-orange), 0 0 20px var(--neon-orange);
}

/* SECTION #04 - BOWLING */
.bowling {
    background-image: url(../img/bg_bowling.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.bowling h2, .bowling p { color: white; }
.bowling .button { background-color: #ff00f6 !important; }

.bowling .brdr-neon {
    background-image: url(../img/bowling.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    --neon-pink: #ff00f6;
    border: 4px solid #ff00f6;
    box-shadow: inset 0 0 1px #ffffff, inset 0 0 30px var(--neon-pink), 0 0 5px var(--neon-pink), 0 0 15px var(--neon-pink), 0 0 20px var(--neon-pink);
}

/* SECTION #05/07 - LATEST OFFERS */
.loImg {
    aspect-ratio: 1 / 1;
    background-color: red;
    border-radius: 25px;
}

.loImg IMG { border-radius: 25px; }
.latestOffer { padding: 4.16vw 0 0 0; }

@media only screen and (min-width: 1280px) {
    .latestOffer { padding: 53.25px 0 0 0; }
}

/* SECTION #06 - LASER QUEST */
.laserQuest {
    background-image: url(../img/bg_laser.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.laserQuest h2, .laserQuest p { color: white; }
.laserQuest .button { background-color: #00c6ff !important; color: black !important; }

.laserQuest .brdr-neon {
    background-image: url(../img/laser.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    --neon-blue: #00c6ff;
    border: 4px solid #00c6ff;
    box-shadow: inset 0 0 1px #ffffff, inset 0 0 30px var(--neon-blue), 0 0 5px var(--neon-blue), 0 0 15px var(--neon-blue), 0 0 20px var(--neon-blue);
}

/* SECTION #08 - ESCAPE ROOMS */
.escapeRooms {
    background-image: url(../img/bg_escapeder.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    background-color: #000;
}
.escapeRooms h2, .escapeRooms p, .escapeRooms label { color: white; }
.escapeRooms .button { background-color: #00c6ff !important; color: black !important; }
.escapeRooms .txt_twothird { background: none !important; }
.escapeRooms .image_third { margin-top: 4.16vw !important; }

.escapeRooms .brdr-neon {
    background-image: url(../img/escape.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media only screen and (max-width: 640px) {
    .escapeRooms .image_third, .bowling .image_third, .laserQuest .image_third, .barGames .image_third {
        aspect-ratio: 1.5 / 1 !important;
        background-size: cover !important;
        background-position: center;
        margin-top: 25px;
    }
    .escapeRooms .image_third { margin-top: -25px; }
    .erTxt { padding: 4.16vw !important; }
    .sSociety, .escapeIt, .sSeas { margin-bottom: 25px !important; }
}

.vGap .panelRow + .panelRow { margin-top: 2.08vw; }

.escapeRooms .seeMore {
    background-color: rgba(0, 0, 0, 0.5) !important;
    border-top: solid 1px #111;
}

.erImg {
    aspect-ratio: 1 / 1;
    background-color: #000;
    border-radius: 25px 0 0 25px;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
}

.erImg IMG { border-radius: 25px 0 0 25px; }

.erTxt {
    border-radius: 0 25px 25px 25px;
    padding: 2.08vw !important;
    aspect-ratio: 1 / 1;
    color: #fff;
}

.erTxt p, .erTxt H4, .erForm H5, .erForm H6 { color: #fff; }
.erForm { margin-bottom: 50px; }
.erForm .mBtm { margin-bottom: 25px; }

.sSociety .erTxt { background-color: rgba(120, 67, 15, 0.7); box-shadow: inset 0 0 150px 50px rgba(0, 0, 0, 0.9); }
.escapeIt .erTxt { background-color: rgba(120, 15, 15, 0.7); box-shadow: inset 0 0 150px 50px rgba(0, 0, 0, 0.9); }
.sSeas .erTxt { background-color: rgba(39, 40, 40, 0.7); box-shadow: inset 0 0 150px 50px rgba(0, 0, 0, 0.9); }
.pBreakout .erTxt { background-color: rgba(4, 49, 22, 0.7); box-shadow: inset 0 0 150px 50px rgba(0, 0, 0, 0.9); }

.sSociety .erImg { background-image: url(../img/sSociety.jpg); }
.escapeIt .erImg { background-image: url(../img/escapeIt.jpg); }
.sSeas .erImg { background-image: url(../img/sSeas.jpg); }
.pBreakout .erImg { background-image: url(../img/pBreakout.jpg); }

@media only screen and (min-width: 1280px) { .erTxt { padding: 25px !important; } }

.messageLine { text-align: center; }
.messageLine p { color: white; font-size: 20px; padding: 10px 20px; display: inline-block; }

.escapeRooms input[type="text"], .escapeRooms input[type="number"], .escapeRooms input[type="email"] {
    border-radius: 25px !important;
    min-height: 50px !important;
    margin-right: 30px !important;
}
.escapeRooms textarea {
    border-radius: 25px !important;
    min-height: 200px !important;
    margin-right: 30px !important;
    height: 80% !important;
}

/* SECTION #09 - GROUPS */
.gpPanel { border-radius: 25px; }

/* SECTION #10 - BAR & GAMES */
.barGames {
    background-image: url(../img/bg_barGame.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.barGames h2, .barGames p { color: white; }
.barGames .button { background-color: #ff00f6 !important; }

.toggleable .txtCont H5, .toggleable .txtCont p { color: #fff !important; }

.barGames .brdr-neon {
    background-image: url(../img/barGames.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    --neon-purple: #6600ff;
    border: 4px solid #6600ff;
    box-shadow: inset 0 0 1px #ffffff, inset 0 0 30px var(--neon-purple), 0 0 5px var(--neon-purple), 0 0 15px var(--neon-purple), 0 0 20px var(--neon-purple);
}

.bgTog {
    background-image: url(../img/bg_barGameToggle.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 4.16vw 0;
}

.topImage { aspect-ratio: 2.5 / 1; border-radius: 25px 25px 0 0; background-repeat: no-repeat; background-size: 100% 100%; }
.topImage.ti01 { background-image: url(../img/barFad.jpg); }
.topImage.ti02 { background-image: url(../img/barGam.jpg); }

.txtCont { padding: 4.16vw !important; }

@media only screen and (max-width: 640px) {
    .t25 { margin-top: 25px; }
    .introRow .introImg { aspect-ratio: 4 / 1; background-size: cover; }
}

/* SECTION #11 - FOOTER */
.footerRow {
    background-color: #000;
    padding: 2.08vw 0 2.08vw 0;
}

.footerRow a, .footerRow p, .footerRow h5 {
    clear: both;
    float: left;
    color: #fff !important;
}

.footerRow a {
    color: #0090ff !important;
    text-decoration: underline !important;
    margin-bottom: 5px;
}