section{
    background-color: #114285;
}
.introSection{
    background-image: url('Intro-placeholder-1.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.MissionIntro{
    background-image: url('SponsorPlaceholderImg3.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.MeetTeamIntro{
    background-image: url('SponsorPlaceholderImg3.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.ScoreSheetIMG{
    width: 60%;
    background-image: url('Rubric-gsb.svg'); 
    background-size: contain;
    background-repeat: none;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.CompeteIntro{
    background-image: url('ryan-jacobson-cXUOQWdRV4I-unsplash.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.EventOverview-Intro{
    background-image: url('alexander-londono-_u5dfeo2UuY-unsplash.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.SponsorIntro{
    background-image: url('SponsorPlaceholderImg3.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.TeamContainer{
    display: grid;
    grid-template-columns: repeat(4,365px);
    margin-top: 50px;
    margin-bottom: 120px;
    margin-left: 50px; 
}
.TeamContainer img{
    width: 300px;
    padding-bottom: 10px;
}
.TeamContainer div{
    width: 330px;
    text-align: center;
}
.TeamContainer div h1{
    font-family: 'Roboto', sans-serif;
    font-weight: 450;
    font-size: 22px;
    letter-spacing: 1.5px;
}
.TeamContainer div h2{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    font-size: 14px;
}
.TeamContainer p{
    display: none;
}
.SectionTitle{
    text-align: center;
    font-family: 'Roboto',sans-serif;
    padding-bottom: 40px;
}
.SectionTitle h1{
    padding-bottom: 5px;
    padding-top: 30px;
}

.question-wrapper{
    background-color: #333;
    padding: 20px;
    margin-left: -6px;
    border-radius: 15px;
}