@import url('https://fonts.googleapis.com/css2?family=DynaPuff:wght@400..700&family=Lexend:wght@100..900&family=Teko:wght@300..700&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
    --blue: #015eac;
    --darkblue: #013968;
    --lightblue: #69B2EF;
    --lightgrey: #f5f5f5;
    --darkgrey: #101010;
    --white: #ffffff;
    --black: #000000;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--black);
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Teko", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--white);
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.h1, h1 {
    font-size: 3.5rem
}

.h2, h2 {
    font-size: 3rem
}

.h3, h3 {
    font-size: 2.5rem
}

.h4, h4 {
    font-size: 2.25rem
}

.h5, h5 {
    font-size: 2rem
}

.h6, h6 {
    font-size: 1.5rem
}

.dynapuff {
    font-family: "Dynapuff", sans-serif;
}

.smaller {
    font-size: .8em;
}

.jumbo {
    letter-spacing: 3px;
}

.Normal {
    font-size: 16px;
    line-height: 1.5;
    font-family: "Lexend", sans-serif;
    color: var(--white);
}

p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: var(--lightblue);
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: var(--white);
}

a:visited {
    color: var(--lightblue);
}

a:visited:hover {
    text-decoration: none;
    color: var(--white);
}

.bi {
    font-size: 1.4em;
    padding: 0 10px;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid .row {
    margin-right: 0;
    margin-left: 0;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    padding: .5rem 2rem;
    letter-spacing: 1px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.bg-dark {
    background-color: var(--darkestgrey) !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

#dnn_dnnLOGO_imgLogo {
    max-height: 125px;
}

.navbar .nav-item {
    text-align: center;
}

.navbar .nav-link {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    color: var(--white) !important;
    display: inline-block;
    text-decoration: none;
    line-height: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar .nav-link:hover {
    text-decoration: none;
    color: var(--lightblue) !important;
}

.navbar .nav-link:visited {
    color: var(--white);
}

.navbar .nav-link:visited:hover {
    text-decoration: none;
    color: var(--lightblue) !important;
}

.navbar .dropdown-menu {
    background-color: var(--lightgrey);
    border: 1px solid var(--lightblue);
    margin: 0;
    min-width: 10rem;
}

.navbar .dropdown-menu .nav-link {
    color: var(--lightblue);
    line-height: initial;
}

.navbar .dropdown-menu .nav-link:hover {
    color: var(--blue);
}

.navbar .dropdown-menu .nav-link:visited {
    color: var(--lightblue) !important;
}

.navbar .dropdown-menu .nav-link:visited:hover {
    color: var(--blue) !important;
}

.navbar .dropdown-menu .active {
    border-radius: 0px;
}

/*------------------------------------------------*/
/* HERO */
/*------------------------------------------------*/

/* video hero */

.video-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

#videoBG {
    object-fit: cover;
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
}

body:not(.PageType_Home) .video-container {
    display: none;
}

.video-overlay {
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    padding-bottom: 3rem;
    height: 100vh;
    text-align: center;
    position: relative;
    z-index: 10;
    width: 100%;
    margin: auto;
    background-color: rgba(0, 0, 0, .5);
}

.video-overlay p,
.video-overlay h1,
.video-overlay h2,
.video-overlay h3,
.video-overlay h4,
.video-overlay h5,
.video-overlay h6 {
    margin: 0;
    color: #fff !important;
    line-height: .85;
}

.video-overlay h1 {
    font-size: 12rem;
    text-transform: uppercase;
}

.video-overlay h3 {
    font-size: 3.75rem;
    text-transform: uppercase;
}

/* photo hero */

.hero-bg {
    object-fit: cover;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.Page-Home .hero-bg {
    display: none;
}

/* food */

.Id3213 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/_default/images/AdobeStock_188353512-2000.jpg');
}

/* bowling */

.Id3214 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/151/AdobeStock_419598592-2000.jpg');
}

/* golf */

.Id3215 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/_default/images/FullSwing/fullswing-johnson.jpg');
}

/* games */

.Id3216 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/151/AdobeStock_151465087-2000.jpg');
}

/* contact */

.Id3217 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('/Portals/_default/images/FullSwing/Group-Multisport.jpg');
}

.hero-text {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
}

.hero-text h1,
.hero-text h2,
.hero-text h3,
.hero-text h4,
.hero-text h5,
.hero-text h6 {
    font-weight: 600;
}

.hero-text h1 {
    text-transform: uppercase;
    font-size: 12rem;
    font-weight: 500;
}

.hero-text h3 {
    font-size: 4rem;
}

.hero-text .subtitle {
    font-family: "Dynapuff", sans-serif;
    color: var(--lightblue);
    margin-bottom: -65px;
}

.header-logo {
    max-width: 200px;
    width: 100%;
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#MainContent li {
    list-style-type: disc;
}

#MainContent {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.image-border {
    border-radius: 10px;
}

/* home */

.PageType_Home #TwoColumnNarrowThree {
    background: #9D2020;
    background: radial-gradient(at right top, #510000, #9D2020);
    padding-top: 2rem;
    padding-bottom: 2rem;
    align-items: center;
}

/* uneekor */

.Id3240 #dnn_MississaugaBaysFarLeft {
    background-image: url('/Portals/150/Uneekor-Mississauga.jpg');
    background-size: cover;
    background-position: center;
    min-height: 250px;
    width: 100%;
}

.Id3240 #dnn_KitchenerBaysFarLeft {
    background-image: url('/Portals/150/transcend-golf-bay2.jpg');
    background-size: cover;
    background-position: center;
    min-height: 250px;
    width: 100%;
}

.Id3240 #dnn_BarrieBaysFarLeft {
    background-image: url('/Portals/150/TranscendGolf-12.jpg');
    background-size: cover;
    background-position: center;
    min-height: 250px;
    width: 100%;
}

/* trackman */

.Id3240 #dnn_MississaugaBaysMidRight {
    background-image: url('/Portals/150/TrackMan-Mississauga.JPG');
    background-size: cover;
    background-position: center;
    min-height: 250px;
    width: 100%;
}

.Id3240 #dnn_KitchenerBaysMidRight {
    background-image: url('/Portals/150/TrackMan-Kitchener.jpg');
    background-size: cover;
    background-position: center;
    min-height: 250px;
    width: 100%;
}

.Id3240 #dnn_BarrieBaysMidRight {
    background-image: url('/Portals/150/TranscendGolf-30.jpg'); /*replace*/
    background-size: cover;
    background-position: center;
    min-height: 250px;
    width: 100%;
}

.Id3240 #dnn_MississaugaFull,
.Id3240 #dnn_KitchenerFull,
.Id3240 #dnn_BarrieFull {
    padding: 1% 8% !important;
}

.Id3240 #MississaugaBook,
.Id3240 #KitchenerBook,
.Id3240 #BarrieBook {
    background-color: var(--darkestgrey);
}

.Id3240 #MississaugaBook h1,
.Id3240 #MississaugaBook h2,
.Id3240 #MississaugaBook h3,
.Id3240 #MississaugaBook h4,
.Id3240 #MississaugaBook h5,
.Id3240 #MississaugaBook h6,
.Id3240 #MississaugaBook p,
.Id3240 #MississaugaBook li,
.Id3240 #KitchenerBook h1,
.Id3240 #KitchenerBook h2,
.Id3240 #KitchenerBook h3,
.Id3240 #KitchenerBook h4,
.Id3240 #KitchenerBook h5,
.Id3240 #KitchenerBook h6,
.Id3240 #KitchenerBook p,
.Id3240 #KitchenerBook li,
.Id3240 #BarrieBook h1,
.Id3240 #BarrieBook h2,
.Id3240 #BarrieBook h3,
.Id3240 #BarrieBook h4,
.Id3240 #BarrieBook h5,
.Id3240 #BarrieBook h6,
.Id3240 #BarrieBook p,
.Id3240 #BarrieBook li {
    color: var(--white);
}

.Id3240 #MississaugaBook .bi,
.Id3240 #KitchenerBook .bi,
.Id3240 #BarrieBook .bi {
    color: var(--lightblue);
}

.Id3240 #LeftSplit {
    margin: 4% 0 2%;
}

.Id3240 #reviewsIndicators .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.Id3240 #reviewsIndicators .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.suite-title {
    font-weight: 400;
    margin-bottom: 0;
}

.bi.season-icon {
    font-size: 1.75rem;
    color: var(--blue);
}

.Id3240 #dnn_MississaugaMap,
.Id3240 #dnn_KitchenerMap,
.Id3240 #dnn_BarrieMap,
.Id3240 #dnn_FullMidContentPane {
    padding-left: 0;
    padding-right: 0;
}

/* membership */

.Id3243 #dnn_ContentPane {
    padding-left: 0;
    padding-right: 0;
}

.Id3243 #FullMidContent,
.Id3243 #FullColumn {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.Id3243 #TwoColumnNarrow,
.Id3243 #TwoColumnNarrowTwo {
    background: linear-gradient(-45deg, #005d22, #002A48, #0C0D0F, #00250E);
    background-size: 400% 400%;
    animation: gradient 25s ease infinite;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.Id3241 #dnn_FullBottomContentPane {
    padding-left: 0;
    padding-right: 0;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* coaching */

.Id3245 #MainContent {
    border-bottom: 2px solid var(--white);
}

body:not(.Id3245) #Instructors {
    display: none;
}

.Id3245 #InstructorRight {
    margin-left: 5%;
    background-image: url('/Portals/150/steve-brackenbury2.jpg');
    height: 600px;
    background-size: cover;
    background-position: right;
}

.Id3245 #dnn_InstructorRightPane {
    background-color: var(--darkblue);
}

.Id3245 #InstructorLeft {
    margin-right: 5%;
    background-image: url('/Portals/150/sophia-li.jpg');
    height: 600px;
    background-size: cover;
    background-position: right;
}

.Id3245 #dnn_InstructorLeftPane {
    background-color: var(--darkblue);
}

.Id3245 #ThreeColumnInstructor {
    background-color: var(--darkestgrey);
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.Id3245 #Instructors h1,
.Id3245 #Instructors h2,
.Id3245 #Instructors h3,
.Id3245 #Instructors h4,
.Id3245 #Instructors h5,
.Id3245 #Instructors h6,
.Id3245 #Instructors p,
.Id3245 #Instructors td,
.Id3245 #Instructors li {
    color: var(--white);
}

.Id3245 #Instructors p,
.Id3245 #Instructors td,
.Id3245 #Instructors li {
    font-size: 14px;
}

.Id3245 #Instructors .dark-bg {
    background-color: var(--darkestgrey);
}

body:not(.Id3245) #instructorLocationTab,
body:not(.Id3245) #instructorLocationTabContent {
    display: none;
}

.Id3245 #instructorLocationTab {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: var(--darkestgrey);
}

#instructorLocationTab li {
    list-style-type: none !important;
}

.Id3245 #instructorMississauga,
.Id3245 #instructorKitchener,
.Id3245 #instructorBarrie {
    background-color: var(--darkestgrey);
}

.Id3245 #instructorMississauga h1,
.Id3245 #instructorMississauga h2,
.Id3245 #instructorMississauga h3,
.Id3245 #instructorMississauga h4,
.Id3245 #instructorMississauga h5,
.Id3245 #instructorMississauga h6,
.Id3245 #instructorMississauga p,
.Id3245 #instructorMississauga li,
.Id3245 #instructorKitchener h1,
.Id3245 #instructorKitchener h2,
.Id3245 #instructorKitchener h3,
.Id3245 #instructorKitchener h4,
.Id3245 #instructorKitchener h5,
.Id3245 #instructorKitchener h6,
.Id3245 #instructorKitchener p,
.Id3245 #instructorKitchener li,
.Id3245 #instructorBarrie h1,
.Id3245 #instructorBarrie h2,
.Id3245 #instructorBarrie h3,
.Id3245 #instructorBarrie h4,
.Id3245 #instructorBarrie h5,
.Id3245 #instructorBarrie h6,
.Id3245 #instructorBarrie li,
.Id3245 #instructorBarrie p {
    color: var(--white);
}

@media screen and (min-width: 996px) {
    .Id3245 #dnn_ThreeColumnInstructorLeft,
    .Id3245 #dnn_ThreeColumnInstructorMid {
        border-right: 1px solid var(--blue);
    }

    .Id3245 #dnn_UpperContentPane {
        padding: 2rem 8rem !important;
    }
}

/* gift cards */

.Id3246 #MainContent {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.Id3246 .hero-bg {
    display: none;
}

/* leagues */

.Id3308 #dnn_ContentPane {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: var(--blue);
}

.Id3308 #dnn_ContentPane h1,
.Id3308 #dnn_ContentPane h2,
.Id3308 #dnn_ContentPane h3,
.Id3308 #dnn_ContentPane h4,
.Id3308 #dnn_ContentPane h5,
.Id3308 #dnn_ContentPane h6,
.Id3308 #dnn_ContentPane p,
.Id3308 #dnn_ContentPane td,
.Id3308 #dnn_ContentPane li {
    color: var(--white);
}

.Id3308 #FullColumnOne {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #f5f5f5;
}

.Id3308 #TwoColumnUpper li {
    list-style-type: none !important;
    margin-left: -10px;
    padding-left: 1em;
    text-indent: -1.7em;
}

.Id3308 #TwoColumnUpper li:before {
    content: "\F26E";
    font-family: bootstrap-icons !important;
    line-height: 1;
    vertical-align: -.125em;
    font-size: 1.25em;
    margin-right: 5px;
    color: var(--lightblue);
}

.Id3308 #UpperContent {
    background-color: var(--white);
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.Id3308 #TwoColumnUpper {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.Id3308 #FullMidContent {
    background-color: var(--darkestgrey);
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.Id3308 #dnn_FullBottomContentPane {
    padding-left: 0;
    padding-right: 0;
}

/* etc. */

.lightblue {
    border: 2px solid var(--lightblue);
    background-color: var(--darkgrey);
    border-radius: 30px;
    padding: 1rem .5rem;
}

.circle {
    border-radius: 50%;
}

.blue-button {
    display: inline-block;
    margin: 10px 0;
    padding: 12px 30px 8px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid var(--blue);
    background-color: var(--blue);
    color: var(--white) !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.blue-button:hover {
    background-color: transparent;
    color: var(--blue) !important;
    text-decoration: none;
}

.blue-button .bi {
    font-size: 1rem;
    padding: 0;
}

.blue-button-outline {
    display: inline-block;
    margin: 10px 0;
    padding: 12px 30px 8px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid var(--blue);
    background-color: transparent;
    color: #107536 !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.blue-button-outline:hover {
    background-color: var(--blue);
    color: var(--white) !important;
    text-decoration: none;
}

.blue-button-outline.active {
    background-color: var(--blue);
    color: var(--white) !important;
    text-decoration: none;
}

.blue-button-outline .bi {
    font-size: 1rem;
    padding: 0;
}

.white-button {
    display: inline-block;
    margin: 10px 0;
    padding: 12px 30px 8px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid var(--white);
    background-color: transparent;
    color: var(--white) !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.white-button:hover {
    background-color: var(--white);
    color: var(--black) !important;
    text-decoration: none;
}

.lightblue-button {
    display: inline-block;
    margin: 10px 0;
    padding: 12px 30px 8px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid var(--lightblue);
    background-color: var(--lightblue);
    color: var(--white) !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.lightblue-button:hover {
    border: 2px solid var(--blue);
    background-color: var(--blue);
    color: var(--white) !important;
    text-decoration: none;
}

.noradius {
    border-radius: 0;
}

/* home page buttons */

.zoom-button {
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    border: 2px solid var(--blue);
    border-radius: 35px;
    margin: 1rem 0;
}

.zoom-button img {
    width: 100%;
    transition: transform .5s ease;
}

.zoom-button:hover img {
    transform: scale(1.3);
}

.text-overlay {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    width: 100%;
    background-color: rgba(1, 94, 172, .75);
    padding: 1.5rem .25rem 1rem;
}

.text-overlay h2 {
    text-shadow: 2px 2px 4px rgba(0,0,0,.15);
    color: var(--white);
    font-weight: 600;
}

.text-overlay a {
    color: var(--white) !important;
    text-decoration: none;
}

/* form overrides */

.sub-widget .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 0 1rem;
    font-size: .85rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 35px;
    color: #fff;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.sub-widget .form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .15);
}

#signup_button.blue-button {
    padding: 5px 40px;
    border-radius: 25px;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: var(--darkgrey);
    padding-top: 2%;
    padding-bottom: 2%;
}

footer p,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    color: var(--white) !important;
}

footer p {
    font-size: .85rem;
}

footer .bi {
    font-size: 1rem;
}

footer a {
    color: var(--lightblue);
}

footer a:hover {
    color: var(--white);
    text-decoration: none;
}

footer a:visited {
    color: var(--lightblue);
}

footer a:visited:hover {
    color: var(--white);
    text-decoration: none;
}


/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (min-width: 996px) {

    .dropdown-menu {
        border-radius: 0;
    }

    .jumbo {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 991px) {
    .home-overlay-module {
        width: 95%;
    }

    #navbarmain {
        padding: 0;
    }

    .navbar-brand {
        margin-left: 1rem;
        margin-top: .5rem;
    }

    .navbar-collapse {
        background-color: var(--darkgrey);
        margin-top: 15px;
        padding: .5rem;
    }

    .navbar-toggler {
        margin: 10px;
    }

    .navbar .nav-item {
        margin: 0;
        text-align: left;
    }

    .navbar .nav-link {
        font-family: "Dynapuff", sans-serif;
        font-size: 2rem;
        line-height: 40px;
    }

    .video-overlay {
        padding-bottom: 7rem;
    }

    .video-overlay h1 {
        font-size: 4rem;
    }

    .video-overlay h3 {
        font-size: 2rem;
    }

    .hero-text {
        bottom: 10%;
    }

    .hero-text h1 {
        font-size: 5rem;
    }

    .hero-text h3 {
        font-size: 2rem;
    }

    .hero-text .subtitle {
        margin-bottom: -30px;
    }
}

@media screen and (max-width: 768px) {

    .text-overlay h2 {
        font-size: 2rem;
        font-weight: 500;
    }

}
