/* MAIN ELEMENTS */

.topPadding{
    padding-top:80px;
}

.bannerGeneric{
    position:relative;
    height:70px;
}

#bannerYellow{
    background-color: rgb(254, 229, 48);
}

#bannerBlack{
    background-color: black;
}

.bannerText{
    text-align: center;
    text-wrap: nowrap;
    padding-top: 6px;
    font-size:43px;
    font-weight: 400px;
}

#textYellow{
    color:rgb(254, 229, 48);
}

#textWhite{
    color:white;
}

.stackBanner{
    width:100%;
    /* height:400px; */
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image:url('images/home/stackin.png');
    text-align: center;
}

#pageTitle{
    padding-top:10px;
    text-align:center;
    font-size:48px;
    font-weight: 700;
    color:white;
}

.gameWindow{
    padding-bottom:10px;
}

.controls{
    padding-left: 5%;
    color:white;
    padding-bottom:10px;
    padding-right:15%;
}

.header{
    text-align:center;
    font-size:40px;
    font-weight:700;
}

.projectDetails{
    text-align:center;
    font-size:32px;
    font-weight:600;
}

.section{
    padding-top:10px;
    padding-bottom:10px;
}

.sectionText{
    margin-left:5%;
    margin-right:5%;
    padding-top: 5px;
    padding-bottom:10px;
    font-size:24px;
    font-weight:300;
}

#sectionWhite{
    background-color:white;
    color:black;
}

#sectionBlack{
    background-color:black;
    color:white;
}

#sectionGray{
    background-color: rgb(59, 59, 59);
    color:white
}

.yt{
    text-align: center;
}

/* .colorBack{
    width:100%;
    padding-top:200px;
    padding-bottom:200px;
}

#backStack{
    background-color:rgba(255, 255, 255, 0.5);
    color:black;
} */

body {
    font-family: 'Montserrat', sans-serif;
    font-size:16px;
    margin: 0;
    padding: 0; 
}