
/*
    Theme Name: ConnorRMCG
    Author: ConnorRMCG
    Description: Theme for the ConnorRMCG Website
    Version: 1.0
*/


:root{
    background-color: #331E31;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}
header{
    font-family: "Questrial", sans-serif;
    background-color: #331E31;
    color: #CCE1CE;
}

footer{
    background-color: #331E31
}

.boxContainer{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-inline: 2%;
    padding-block: .5%;
}
.nameAndTitle, .WhereImageAndInfo, .WhenImageAndInfo, .WhatImageAndInfo{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
}
.logo{
    width: 100px;
}
.entry{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.logoEntry{
    width: 400px;
}
.LSBUHub, .clockMan{
    width: 400px;
}
.entryText{
    color: #331E31;
    font-family: "Questrial", sans-serif;
    font-size: 40px;
    text-align: center;
}
.main_section{
    width: 100%;
    min-height: 100vh;
    background-image: url(images/Background.png);
    background-position: center;
    background-size: 100%;
    background-repeat: repeat-y;
    padding: 10px 10%;
    overflow: hidden;
}



h3{
    font-size: 50px;
}
h4{
    font-size: 30px;
}

.Where, .When{
    color: #331E31;
    font-family: "Questrial", sans-serif;
    font-size: 40px;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.What{
    color: #331E31;
    font-family: "Questrial", sans-serif;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center
}

.whereText, .whenText, .whatText{
    font-size: 80px;
}


.infoWhereText{
    font-size: 40px;
}

.infoWhenText, .infoWhatText{
    font-size: 40px;
}

nav ul li{
    display: inline-block;
    list-style: none;
    margin: 10px 15px;
}
nav ul li a{
    text-decoration: none;
    color: #CCE1CE;
    font-weight: 400;
}

.imageSlider{
    gap: 40px;
}

.carousel{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}

.carousel_item{
    width: 780px;
    height: 450px;
    background: #331E31;
    border-radius: 55px;
    padding: .8em;
    display: none;
}

.promoArt
{
    width: 750px;
    border-radius: 40px;
}

.carousel_item--selected{
    display: block;
}

.carousel_nav{
    width: 100%;
    padding: 20px 0;
    position: absolute;
    bottom: 0;
    left: 0;;
    text-align: center;
}

.carousel_button{
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: rgba(255,255,255,.2);
    border-radius: 40%;
    margin: 0 5px;
    cursor: pointer;
}

.Where, .imageSlider, .About{
    background-color: rgba(0,0,0,.06);
    background-origin: inherit;
    padding: .5em;
    border-radius: 40px;
}

.carousel_button--selected{
    background-color: rgba(255,255,255,.5);
}

.getTickets{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.BigButton, .BiggerButton{
    gap: 20px;
    width: 300px;
    height: 100px;
    background: #331E31;
    border-radius: 45px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.BiggerButton{
    width: 400px;
}

.BigButton:hover, .BiggerButton:hover{
    background: #6D4069;
}

a {
    text-decoration: none;
}

.ButtonText{
    color: #CCE1CE;
    font-family: "Questrial", sans-serif;
    font-size: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.About{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.AboutText{
    color: #331E31;
    font-family: "Questrial", sans-serif;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.AboutGGEZ{
    font-size: 50px;
    font-weight: bold;
}

.AboutPara{
    font-size: 40px;
}

.clickableText{
    font-weight: bold;
    color: #331E31;
    text-decoration: underline;
}

.discordLogo{
    width: 100px;
}

@media (max-width: 1835px)
{
    .LogoBottomLarge{
        display: none;
    }
}

@media (min-width: 1295px)
{
    .leftCenteredText{
        text-align: left;
    }
    .rightCenteredText{
        text-align: right;
    }
}

@media (max-width: 1294px){
    .leftCenteredText, .rightCenteredText{
        text-align: center;
    }
}

@media (max-width: 1000px){
    .promoArt
    {
        width: 100%;
        border-radius: 30px;
    }
    .carousel_item{
        width: 100%;
        height: 10%;
        border-radius: 40px;
    }
}

@media (max-width: 842px){
    .nameAndTitle{
        display: none;
    }
}

@media (max-width: 800px){
    
    .logoHeader{
        display: none;
    }
    
    .logoEntry, .LSBUHub{
        width: 80%;
    }
    
    .discordLogo{
        width: 30%;
    }

    .clockMan{
        width: 50%;
    }
    
    .main_section{
        text-align: center;
    }
    
    .whereText, .whenText, .whatText{
        font-size: 10vmin;
    }
    .h3, .AboutGGEZ{
        font-size: 8vmin;
    }

    .entryText, .Where, .When, .infoWhereText, .infoWhenText, .infoWhatText, .AboutPara{
        font-size: 6vmin;
    }
    
    .QuickLinks{
        font-size: 4.5vmin;
    }
    
}

@media (max-width: 500px){
    .ButtonText{
        font-size: 10vmin;
    }
}

