      body {
        font-family: 'Montserrat', sans-serif;
      }
      .brandcolorteal {
        color: #ffffff;
      }
      .brandcoloryellow {
        color: #fdd823;
      }
      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }
      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }
      .b-example-divider {
        width: 100%;
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }
      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }
      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }
      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }
      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }
      .btn-bd-primary {
        --bd-violet-bg: #712cf9;
        --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
        --bs-btn-font-weight: 600;
        --bs-btn-color: var(--bs-white);
        --bs-btn-bg: var(--bd-violet-bg);
        --bs-btn-border-color: var(--bd-violet-bg);
        --bs-btn-hover-color: var(--bs-white);
        --bs-btn-hover-bg: #6528e0;
        --bs-btn-hover-border-color: #6528e0;
        --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
        --bs-btn-active-color: var(--bs-btn-hover-color);
        --bs-btn-active-bg: #5a23c8;
        --bs-btn-active-border-color: #5a23c8;
      }
      .bd-mode-toggle {
        z-index: 1500;
      }
      .bd-mode-toggle .dropdown-menu .active .bi {
        display: block !important;
      }
      /* Override UGG site */
      #main {
        width: 100%;
        padding: 0;
      }
      .content-asset p {
        margin: 0 auto;
      }
      .breadcrumb {
        display: none;
      }
      /* Helpers */
      /**************************/
      .margin-top-10 {
        padding-top: 10px;
      }
      .margin-bot-10 {
        padding-bottom: 10px;
      }
      /* Typography */
      /**************************/
      #parallax h1 {
        font-family: 'Montserrat', sans-serif;
        font-size: 24px;
        font-weight: 400;
        text-transform: uppercase;
        color: black;
        padding: 0;
        margin: 0;
      }
      #parallax h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 48px;
        letter-spacing: 1px;
        text-align: center;
        color: #fdd823;
        font-weight: 800;
        font-style: italic;
        z-index: 10;
        opacity: .9;
      }
      #parallax h3 {
        font-family: 'Montserrat', sans-serif;
        font-size: 48px;
        font-weight: 800;
        letter-spacing: 1px;
        font-style: italic;
        color: black;
      }
      #parallax h4 {
        font-family: 'Montserrat', sans-serif;
        font-size: 28px;
        font-weight: 800;
        letter-spacing: 1px;
        font-style: italic;
      }
      #parallax p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-size: 1em;
        line-height: 24px;
      }
      .first-character {
        font-weight: 400;
        float: left;
        font-size: 84px;
        line-height: 64px;
        padding-top: 4px;
        padding-right: 8px;
        padding-left: 3px;
        font-family: 'Source Sans Pro', sans-serif;
      }
      .sc {
        color: #3b8595;
      }
      .ny {
        color: #3d3c3a;
      }
      .atw {
        color: #c48660;
      }
      /* Section - Title */
      /**************************/
      #parallax .title {
        background: white;
        padding: 60px;
        margin: 0 auto;
        text-align: center;
      }
      #parallax .title h1 {
        font-size: 35px;
        letter-spacing: 8px;
      }
      /* Section - Block */
      /**************************/
      #parallax .block {
        background: white;
        padding: 60px;
        width: 820px;
        margin: 0 auto;
        text-align: justify;
      }
      #parallax .block-gray {
        background: #f2f2f2;
        padding: 60px;
      }
      #parallax .section-overlay-mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: 0.70;
      }
      /* Section - Parallax */
      /**************************/
      #parallax .parallax-one {
        margin-top: 100px;
        padding-top: 200px;
        padding-bottom: 200px;
        overflow: hidden;
        position: relative;
        width: 100%;
        background-image: url(../img/parallax1.jpg);
        background-attachment: fixed;
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .6);
        
      }
.parallax-one {
    text-align: center;
    color: white;
    font-weight: 700;
}
      #parallax .parallax-two {
        padding-top: 200px;
        padding-bottom: 200px;
        overflow: hidden;
        position: relative;
        width: 100%;
        background-image: url(../img/parallax2.jpg);
        background-attachment: fixed;
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .6);
      }
      #parallax .parallax-three {
        padding-top: 200px;
        padding-bottom: 200px;
        overflow: hidden;
        position: relative;
        width: 100%;
        background-image: url(../img/parallax3.jpg);
        background-attachment: fixed;
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .6);
      }
      .wrapper {
        background-color: rgba(111, 105, 197, 0.5);
        padding: 30px 0
      }
      .wrapper h2 {
        color: #fdd823;
      }

      /* Extras */
      /**************************/
      #parallax .line-break {
        border-bottom: 1px solid black;
        width: 150px;
        margin: 0 auto;
      }
      .navbar-dark {
        font-weight: 800;
        ;
        letter-spacing: 1px;
        border-bottom: 2px solid #00a6ce;
      }
      .navbar-dark a:hover {
        color: #f4d94f
      }
      /* [1] The container */
      .img-hover-zoom {
        height: auto; /* [1.1] Set it as per your need */
        overflow: hidden; /* [1.2] Hide the overflowing of child elements */
      }
      /* [2] Transition property for smooth transformation of images */
      .img-hover-zoom img {
        transition: transform .5s ease;
      }
      /* Colorize-zoom Container */
      .img-hover-zoom img {
        transition: transform .5s, filter 1.5s ease-in-out;
        filter: grayscale(100%);
      }
      /* The Transformation */
      .img-hover-zoom:hover img {
        filter: grayscale(0);
        transform: scale(1.1);
      }
      .card-body {
        border-top: 2px solid #f4d94f;
        padding: 8px
      }
      .card-title {
        font-style: italic;
        font-weight: 800;
        color: #f4d94f;
      }
      @-webkit-keyframes scroll {
        0% {
          transform: translateX(0);
        }
        100% {
          transform: translateX(calc(-250px * 7));
        }
      }
      @keyframes scroll {
        0% {
          transform: translateX(0);
        }
        100% {
          transform: translateX(calc(-250px * 7));
        }
      }
      .slider {
        background: white;
        height: 100px;
        margin: auto;
        overflow: hidden;
        position: relative;
        width: 100%;
      }
      .slider::before, .slider::after {
        background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
        content: "";
        height: 100px;
        position: absolute;
        width: 200px;
        z-index: 2;
      }
      .slider::after {
        right: 0;
        top: 0;
        transform: rotateZ(180deg);
      }
      .slider::before {
        left: 0;
        top: 0;
      }
      .slider .slide-track {
        -webkit-animation: scroll 40s linear infinite;
        animation: scroll 40s linear infinite;
        display: flex;
        width: calc(250px * 14);
      }
      .slider .slide {
        height: 100px;
        width: 250px;
  display: flex; 
  align-items: center;
  justify-content: center;

      }
      footer {
        background-color: #363463;
        color: #fff;
      }
      .footer-logo {
        max-width: 300px;
        max-height: 100px;
      }
      .footer-right {
        background-color: #fdd823;
        color: #000;
      }
      .footer-right h3 {
        font-weight: 800;
      }
      .tryouts-body {
        display: flex;
        flex-grow: 1;
        height: auto;
        background: url(../img/tryouts.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: auto;
        box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .6);
      }
      .tryouts-title {
        border-top: 2px solid #fdd823;
        padding: 8px 0;
      }
      .tryouts-text {
        padding-top: 15%;
      }
      .coach {
        background: #363463;
        padding: 0.8em;
      }
      .coach h4 {
        color: #f4d94f;
      }
      .coach-button {
        background-color: #363463;
      }
      .coach-button:hover {
        background-color: #f4d94f;
      }


.coach-link {
    display: block;
    color: #fff;
    text-decoration: none;
}
.coach-link:hover {
    color: #363463;
}
.coach-button a {
    color: #fff;
    text-decoration: none;
}
.coach-button:hover a {
    color: #363463;
}
.navbar-nav .nav-link.active {
    color: #fdd823 !important;
}
.navlogo {width:300px;}
.alert {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 5px;
}
.alert-success {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}
.alert-danger {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

/* Dropdown menu styles */
.dropdown-menu {
    background-color: #363463;
    border: 2px solid #00a6ce;
    border-radius: 0;
    padding: 10px 0;
    margin-top: 0;
}
.dropdown-item {
    color: #fff;
    padding: 8px 20px;
    transition: all 0.3s ease;
}
.dropdown-item:hover {
    background-color: #00a6ce !important;
    color: #fff !important;
    padding-left: 25px;
}
.dropdown-header {
    color: #fdd823;
    font-weight: 800;
    font-size: 0.9rem;
    letter-spacing: 1px;
    padding: 8px 20px;
}
.dropdown-divider {
    border-color: #00a6ce;
    margin: 5px 0;
}
.dropdown:hover > .dropdown-menu {display:block;margin-top:0;}
/* Ensure dropdown appears above other content */
.dropdown-menu {
    z-index: 1000;
}
/* Active state for dropdown parent */
.nav-item.dropdown .nav-link.active {
    color: #fdd823;
}
/* Mobile styles */
@media (max-width: 767px) {
    .dropdown-menu {
        background-color: transparent;
        border: none;
        padding-left: 20px;
    }
    .dropdown-item {
        color: #fff;
    }
    .dropdown-header {
        color: #fdd823;
    }
    .dropdown-divider {
        border-color: #00a6ce;
    }
}

      /* Media Queries */
      /**************************/
      @media screen and (max-width: 959px) and (min-width: 768px) {
        #parallax .block {
          padding: 40px;
          width: 620px;
        }
      }
      @media screen and (max-width: 767px) {
        #parallax .block {
          padding: 30px;
          width: 420px;
        }
        #parallax h2 {
          font-size: 30px;
        }
        #parallax .block {
          padding: 30px;
        }
        #parallax .parallax-one, #parallax .parallax-two, #parallax .parallax-three {
          padding-top: 100px;
          padding-bottom: 100px;
        }
	.navlogo{width:250px}
      }
      @media screen and (max-width: 479px) {
        #parallax .block {
          padding: 30px 15px;
          width: 290px;
        }
	.navlogo{width:240px}

      }

