/* MAIN ELEMENTS */

.skyBack{
    width:100%;
    height:400px;
    background-image:url('images/home/sky_back.png');
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top:80px;
}

.homeLogo{
    text-align: center;
    padding-top:15px;
}

.titleText{
    text-align: center;
    font-size:62px;
    font-weight: 700;
    text-wrap: nowrap;
}

.subTitleText{
    text-align: center;
    font-size:36px;
    font-weight: 600;
    margin-top: -6px;
    text-wrap: nowrap;
}

.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;
}

#textYellow{
    color:rgb(254, 229, 48);
}

#textWhite{
    color:white;
}

/* .stackBanner{
    width:100%;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image:url('images/home/stackin.png');
    text-align: center;
} */

.colorBack{
    width:100%;
    padding-top:200px;
    padding-bottom:200px;
}

#backBlack{
    background-color:rgba(0, 0, 0, 0.5);
    color:white;
}

#backWhite{
    background-color:rgba(255, 255, 255, 0.01);
    color:black;
}

.linkedButton{
    width:100%;
    position:absolute;
    left:50%;
    transform: translateX(-50%);
    user-select:none;
    color:transparent;
}

#stackin{
    padding-top:200px;
    padding-bottom:253px;
    margin-top:-453px;
}

#otherProject{
    padding-top:150px;
    padding-bottom:150px;
    margin-top:-400px;
    /* background-color:red; */
}

@media (max-width: 896px){
    .projectGrid{
        justify-content: center !important;
    }
}

.projectGrid{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-template-columns: repeat(auto-fill, minmax(410px, 0px));
    row-gap: 30px;
    /* background-color:gray; */
    max-width:850px;
    margin: 0 auto;
    padding:30px;
    justify-content: space-between;
}

.projectBackground{
    position: relative;
    width: 400px;
    height:300px;
    text-align: center;
    overflow: hidden;
}

.projectBackground::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: -1;
}

.stackinOverflow::before{
    background-image: url('images/home/stackin.png');
    background-size: cover;
    background-position: center;
    opacity: 0.2;
}

.unrealRPG::before{
    background-image: url('images/home/unrealRPGscreen.png');
    background-size: cover;
    background-position: center;
    opacity: 0.2;
}

.hexHavoc::before{
    background-image: url('images/home/hexHavocScreen.png');
    background-size: cover;
    background-position: center;
    opacity: 0.2;
}

.knighttime::before{
    background-image: url('images/home/knighttimeScreen.png');
    background-size: cover;
    background-position: center;
    opacity: 0.2;
}

.unityRPG::before{
    background-image: url('images/home/KCscreen.png');
    background-size: cover;
    background-position: center;
    opacity: 0.2;
}

.projectLabel{
    text-align:center;
    user-select:none;
}

.buttonText{
    z-index: 1;
    text-align:center;

}

#oneline{
    margin-top:-280px;
}

#twoline{
    margin-top:-300px;
}

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0; 
    font-size:43px;
    font-weight:600;
}