.bg {
    top:0;
    bottom: 0;
    
    width: 100%; /* Change to 147vh (or width / height if new image) to make it fit teh height */
    position:fixed;
    z-index: 1;
    pointer-events:none;

    transform-origin: 50% 0%;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#mainPage::-webkit-scrollbar {
    display: none;
  }

#mainPage {
    position: absolute;
    width: 100%;
    height: 100vh;
    scroll-behavior: smooth;
    overflow-y: auto;

  
  /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  
  }

.container {
    position: relative;
    width: 70%;
    left: 15%;
    right: 15%;
    height: auto;
    flex: none;
}

.containerContainer{
    margin-bottom: -1vh;
    width: 100%;
    position: relative;
    z-index: 11;
}


p{
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: medium;
}

h1{
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 2rem;
    text-align: left;
}
#committee h1{
    text-align: center;
}
#tickets h1{
    text-align: center;
}


a{
    color: white;
}

img{
    margin-bottom: -4px;
}

.seperator {
    width: 100%;
    height: auto;
    z-index: 100;
    left: 0%;
}

/*frontPage settings*/

#frontPage {
    position: relative;
    height: 100vh;
    width: 100%;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: hidden;
  }

/*Intro part*/

#intro{
    z-index: 2;
    background-color: #5f7857;
    padding-top: 5vh;
}

#introText  {
    width: 80%;/*Already on 70% so * 80% = 56%*/
    margin: auto;
    z-index: 20;
    position: relative;
}

#introText1{
    width: 100%;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 4rem;
    text-align: center;
    font-weight: 700;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-bottom: .5rem;
}

#introText2{
    width: 100%;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

#introText3{
    width: 100%;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 8rem;
    font-weight: 800;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

#introText p{
    text-align: justify;
    font-size: 2rem;
}

#introDeco1{
    position: absolute;
    width: 30%;
    bottom: 10%;
    right: 0;
}

#introDeco2{
    position: absolute;
    width: 30%;
    bottom: 10%;
    left: 0;
}

/*Ticketing part*/

#tickets{
    z-index: 3;
    background-color: #53684b;
}

#promotion{
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 0;
}

#promotion1{
    padding-top: 2rem;
    padding-bottom: 1rem;
    font-size:xxx-large;
    margin-bottom: 0;
}

#ticketTypes {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: flex-start;
    justify-content: space-around;
    gap: 10px 10px;
}

.ticketType {
    border-radius: 25px;
    background: #495B41;
    width: 20rem;
    height: auto;
    padding: 1rem;
}

.ticketType h3 {
    font-size: large;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}

.ticketType h4 {
    font-size: large;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.ticketType p {
    font-weight: 400;
    margin-top: 1rem;
    margin-bottom: 0;
}

#ticketLink {
    display: block;
    position: relative;
    width: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

#TandC {
    display: block;
    position: relative;
    width: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-top: 1rem;
    margin-bottom: 4rem;
}

/*FAQ part*/
#faq{
    background-color:#485b41;
}

#faqContainer{
    left: 15%;
    right:15%;
    width: 70%;
}

#questions{
    position: relative;
}

.question h2 {
    font-size: large;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.question p{
    font-weight: 400;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}

#faq1{
    position: absolute;
    left: 0;
    width:15%;
    top: 30%;
    -webkit-transform: translate(-10%, 0);
    transform: translate(-10%, 0);
}
#faq2{
    position: absolute;
    right: 0;
    width:15%;
    top: 5%;
}

/*Charities part*/

#charities {
    background-color: #53684b;
}

#charitiesContainer{
    position: relative;
}

.charity{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
}

#c1 picture{
    height: 71px;
    width: 212px;
}

#c2 picture{
    height: 144px;
    width: 372px;
}

#charities1{
    position: absolute;
    left: 0;
    width:15%;
    top: 30%;
    -webkit-transform: translate(-10%, 0);
    transform: translate(-10%, 0);
    z-index: -1;
}
#charities2{
    position: absolute;
    right: 0;
    width:15%;
    top: 15%;
}


/*Sponsorship part*/

#sponsorship{
    background-color: #5f7857;
}

#sponsorship1{
    position: absolute;
    left: 23%;
    width:15%;
    bottom: 10%;
    z-index: -1;
}
#sponsorship2{
    position: absolute;
    right: 20%;
    width:15%;
    bottom: 7%;
    z-index: -1;
}

#ComingSoonText{
    position: relative;
    width: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

/*Committee part*/

#committee{
    background-color: #53684b;
    
    margin-bottom: -10vh;
}

#committeeContainer{
    position: relative;
    width: 80%;
    left: 10%;
    right: 10%;
}

#committeeMembers{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-around;
    gap: 100px 100px;
}

.committeeMember h4{
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: x-large;
    text-align: center;
    text-transform: uppercase;
}

.committeeMember picture{
    display: block;
    width: 280px;
    height: 280px;
}

.committeeMember a{
    text-align: center;
    font-size:medium;
    text-transform: lowercase;
}
.committeeMember p{
    text-align: center;
    font-size: large;
    text-transform: capitalize;
}
.manualCase p{
    text-transform: none;
}

#horseHill{
    padding-top: 3rem;
}

#footer{
    position: absolute;
    bottom: 0%;
    background-color: #92aa87;
}

#footer p{
    padding-left: 1rem;
    padding-bottom: 0.5rem;
    margin-top: 0;
    line-height: 1;
    margin-bottom: 0;
}

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

    #intro{
        z-index: 2;
    }
    
    #introContainer{
        width: 80%;
        left: 10%;
        right: 10%;
    }
    #introText{
        width: 100%;
    }
    
    #introText1{
        font-size: 2rem;
        
    padding-bottom: .25rem;
    }
    
    #introText2{
        font-size: 1.2rem;
    }
    
    #introText3{
        font-size: 4rem;
    }
    
    #introText p{
        font-size: 1rem;
    }

    .desktopOnly{
        display: none;
    }

    #ticketLink {
        width: 80%;
    }

    #TandC {
        width: 50%;
    }
}