body {
    background-color: #FFD902;
    margin: 0;
    padding: 0;
    /* font-family: "Montserrat", sans-serif; */
    font-family: nexa, sans-serif;
    font-style: normal;
    /* font-family: fields, sans-serif;
    font-weight: 400;
    font-style: normal; */
    color: #000000;
}

a {
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    transition: all 0.4s;
}
.lightbg {
    background-color: #ffffff;
    color: #2b2b2b !important;
}

.poop {
    width: 100%;
    position: sticky;
    top: 0;
    background-color: #ffffff;
    /* background-image: linear-gradient(to bottom, #fffeb8, #ffffff); */
    display: flex;
    align-items: center;
    justify-content: space-between;

}

* {
    box-sizing: border-box;
}

.yellowBg {
    background-color: #2b2b2b !important;
    color: #FFD902;
}
.darkBg {
    background-color: #313131;
    color: #FFD902 !important;
}
.footerdarkbg {
    background-color: #2b2b2b;
    color: #FFD902 !important;
}

.darkBg h2 {
    background-color: #FFD902;
    padding: 0 20px;
    width: fit-content;
    margin: 25px auto;
}
p {
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.6em;

}

.whitetext {
    color: #ffffff;
    text-size-adjust: 200%;
    text-align: center;
}

.whitetext2 {
    color: #ffffff;
    text-size-adjust: 200%;
}
.middle {
    align-items: center;
}

.club {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.club img {
    vertical-align: middle;
}

.club span {
    padding-left: 10px;
    font-weight: 700;
    font-size: 40px;
}

.navigation a {
    font-weight: 800;
    font-size: 25px;
    padding: 10px 5px;
    margin: 0 5px;
    color: #2b2b2b;
}

.navigation a:hover {
    color: #FFD902;
    font-weight: 900;
}
.navigation a:active {
    color: #FFD902;
    font-weight: 900;
}
.navigation ul {
    font-size: 25px;
    display: flex;

}

.header {
    padding: 30px 20px;
}

.logo {
    max-width: 70px;
}


.grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 10px;
}

.edgeGrid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 10px;
}

.smlGrid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 10px;
}

.cell {
    /*    background-color: rgb(240, 240, 240);*/
    padding: 10px;
}

.cellsmall {
    padding: 5px;
}

.mainTitle {
    font-size: 90px;
    line-height: .9;
    font-weight: 800;
    text-wrap: balance;
    display: flex;
}

.bottom {
    align-self: end;
}

footer {

    padding: 110px 0 50px;
    background-color: #2b2b2b;
}
.footercontent {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.footercontent ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }

.footercontenttext {
margin-top: 20px;
font-size: 20px !important;
font-weight: 600px !important;
color: #FFD902 !important;
}

.footercontenttext a {
    color: #FFD902;
}

.ctr {
    text-align: center;
}

nav {

}

nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

nav li {
    text-align: center;
    display: inline;
}
.spacer {
    padding-top: 20px;
}

a:hover {}

a.active {
    color: #ffc002;
    font-weight: 900;
}

.featured {
    width: 100%;
    height: 80vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: grid;
    position: relative;
    overflow: hidden;
}

.bgVideo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; /* behind your content */
}

.featuredText {
    position: relative;
    z-index: 1;
}

.featuredText {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1400px;
    padding: 40px 10px;
    /*    justify-self: end;*/
    align-self: end;
    margin: 0 auto;
    text-align: center;
    /*       margin: auto auto;*/
}
.buttoncentre {
    text-align: center;
}
.testimonial {
    width: 100%;
    background-image: url(/images/darkimg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*    Stays fixed while the rest of the page scrolls    */
    background-attachment: fixed;
    display: grid;
    padding: 20px 0;
    /* margin-bottom: 120px; */
}

.testimonial .button {
    margin: 30px 0px 0px;
}

.imgbg {
    /* background: #2b2b2b; */
    color: #FFD902;
}

.imgsz {
    max-height: 800px;
    object-fit: cover;
}
h1 {
    text-transform: uppercase;
    font-weight: 900;
}

h2 {
    font-size: 60px;
  font-style: normal;
  font-weight: 800;
    text-transform: uppercase;
    color: #000000;
}

h3 {
    font-size: clamp(28px, 3vw, 42px);
  font-style: normal;
  font-weight: 800;
    text-transform: uppercase;
}

.contact-section {
    padding: 80px 20px;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    max-width: 1000px;
    margin: 0 auto;
}

.contact-info h2 {
    color: var(--dark-color);
    margin-bottom: 1rem;
    font-size: 2rem;
}

.contact-info p {
    color: var(--gray-color);
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-item {
    padding: 1rem;
    background-color: #f5f5f5;
    border-left: 4px solid var(--primary-color);
}

.contact-item strong {
    color: var(--dark-color);
    display: block;
    margin-bottom: 0.5rem;
}

.contact-item p {
    color: var(--gray-color);
    margin: 0;
}

/* Contact Form */
.contact-form-wrapper {
    background-color: #f5f5f5;
    padding: 2rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--dark-color);
    font-weight: 600;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
}

.contact-form button {
    width: 100%;
}




.quote blockquote {
    font-size: clamp(22px, 2.8vw, 36px);
    font-weight: 700;
}

.textbox {
    background-color: #2b2b2b;
    color: #FFD902;
    padding: 20px;
    box-shadow: 0 10px 20px rgb(0, 0, 0, 0.15);
}
h4 {
    font-size: clamp(20px, 2.4vw, 30px);
    font-weight: 700;
}

blockquote {
    text-wrap: balance;
    font-style: italic;
}

.smlLowerGap {
    padding-bottom: 20px;
}

.lgLowerGap {
    padding-bottom: 120px;
}

.mediumimg {
    max-width: 100%;
    height: 700px;
    object-fit: cover;
    margin: auto;
}
.button {
    padding: 15px 20px;
    background-color: #b2000000;
    box-sizing: border-box;
    border: 4px #FFD902 solid;
    color: #ffffff;
    font-family: nexa, sans-serif;
    font-size: 28px;
    font-weight: 800;
    transition: all 0.7s;
}

.button:hover {
    padding: 15px 20px;
    background: #2b2b2b;
    background-color: rgba(43, 43, 43, .8);
    border: #FFD902;
    outline-offset: 10px;
    outline: 12px #FFD902 solid;
    color: #ffffff;
    font-family: nexa, sans-serif;
    font-size: 34px;
    font-weight: 800;
    transition: all 0.7s;
    /* color: #ffffff;
    background: #19A0AA;
    outline-offset: 8px;
    outline: 8px #19A0AA solid; */
}

.underImg {
    padding-top: 10px;
}

.fit {
    max-width: 100%;
    object-fit: cover;
}

.fill {
    max-width: 100%;
    height: 100vh;
    object-fit: cover;
}

.line {
    /* border-top: 1px #425777 solid;
    padding: 60px; */
}

/*
.imgLeft{
    width: 100px;
    height: 100%;
    float: left;
    padding-right: 20px;
}
*/
.sideBySide {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 20px;
    padding: 20px 10px;
    text-wrap: balance;
}

.sidespacer {
width: 60%;
margin: auto;
}

.fifty {
   margin: auto;
    width: 50%;
}

.rnd {
    border-radius: 50%;
}

.vertCtr {
    align-self: center;
}

.card {
    background-color: #e8ecf2;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgb(0, 0, 0, 0.15);
}

.darkBg nav a {
    color: #fff;
}

.darkBg nav a:hover {
    color: #ffffff;
    background: #2b2b2b;
}

.darkBg .button {
    border: 4px #e8ecf2 solid;
    color: #ffffff;
}

.darkBg .button:hover {
    color: #2b2b2b;
    background: #ffffff;
}

.right {
    text-align: right;
}

.darkBg a {
    color: #e8ecf2;
}

.darkBg .line {
    border-top: 1px #e8ecf2 solid;
    padding: 60px;
}

.nospace {
    padding: 20px !important;
}

.innerSpace {
    padding-top: 20px;
    padding-bottom: 60px;
    color: #ffffff;
}

.innerSpace h2 {
    text-align: center;

}
.innerSpace  h3 {
      margin-bottom: 16px;
    text-align: center;
    color: #ffffff;
}

.upperGap {
    margin-bottom: 80px;
}

.lowerGap {
    margin-bottom: 15px;
}

/* default - small devices */

[class*="col"] {
    grid-column-end: span 12;
}

.twothirds {
    grid-column-end: span 12;
}

/* below 600px typically tablet*/

@media only screen and (max-width: 600px) {

    footer .right,
    footer .club,
    .header .club,
    .header nav {
   
    }

    .sm1 {
        grid-column-end: span 12;
    }

    .sm2 {
        grid-column-end: span 6;
    }

    .sm3 {
        grid-column-end: span 4;
    }

    .sm4 {
        grid-column-end: span 3;
    }

    .sm6 {
        grid-column-end: span 2;
    }

    .sm12 {
        grid-column-end: span 1;
    }

    .navigation a {
    font-size: 18px;

}

}

/* above 601px typically tablet*/

@media only screen and (min-width: 601px) {
    .reduced {
        padding-left: 10%;
        padding-right: 10%;
    }

    .smlGrid {
        margin: 0 auto;
        max-width: 940px;
    }

    .twothirds {
        grid-column-end: span 8;
    }

    .md1 {
        grid-column-end: span 12;
    }

    .md2 {
        grid-column-end: span 6;
    }

    .md3 {
        grid-column-end: span 4;
    }

    .md4 {
        grid-column-end: span 3;
    }

    .md6 {
        grid-column-end: span 2;
    }

    .md12 {
        grid-column-end: span 1;
    }
    

}


@media only screen and (max-width: 1000px) {
.mainTitle {
    font-size: 50px;

}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    max-width: 1000px;
    margin: 0 auto;
}
}





































/* above 1025px typically desktop*/

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

    .grid,
    .quote {
        margin: 0 auto;
        /* max-width: 1400px; */
    }

    .vertCtr,
    .reduced {
        padding-left: 30%;
        padding-right: 30%;
    }

    .col1 {
        grid-column-end: span 12;
    }
    .col1 p {
       text-align: center;
    }

    .col2 {
        grid-column-end: span 6;
    }

    .col3 {
        grid-column-end: span 4;
    }

    .col4 {
        grid-column-end: span 3;
    }
    .col4 p {
       text-align: center;
    }

    .col6 {
        grid-column-end: span 2;
    }

    .col12 {
        grid-column-end: span 1;
    }

    .col10 {
        grid-column-end: span 10;
        margin: auto;
    }
}

.centreall {
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.zeroGridGap {
    gap: 0 !important;
}

.fullHeight {
    height: 100vh;
    display: grid;
}

.lilgap {
    background-color: #1f1f1f;
}

.forminput {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

.leftgap {
    margin-left: 300px;
}


.btn {
    display: inline-block;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.btn-primary {
    background-color: var(--primary-color);
    color: var(--dark-color);
}

.bgoverwrite {
    background-color: #2d2d2d !important;
}