body {
    margin: 0;
    background-image: url(img/background.jpg);
    position: relative;
    min-height: 990px;
}

.top-row {
    position: absolute;
    height: 50%;
    width: 100%;
    background: url(img/X.png) no-repeat center;
    background-size: contain;
}

/* Adjust width and height for img size, left for horizontal positioning and top for vertical positioning */
.gg-logo {
    height: 30%;
    width: 30%;
    background: url(img/GGLogo.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 20%;
    top: 15%;
}
/* Adjust width and height for img size, right for horizontal positioning and top for vertical positioning */
.studio-logo {
    height: 30%;
    width: 20%;
    background: url(img/StudioLogo.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 20%;
    top: 15%;
}

.banner {
    background: url(img/Banner.png) no-repeat center;
    width: 100%;
    height: 240px;
    background-size: cover;
    position: absolute;
    bottom: 45%;
}

.chevron {
    background: url(img/arrows.webp) no-repeat center;
    width: 100%;
    height: 340px;
    position: absolute;
    background-size: cover;
    bottom:25%;
}

.game-logo {
    height: 100%;
    width: 100%;
    
    background-size: contain;
    position: absolute;
    bottom: 23%;

}

h1 {
    text-align: center;
    font-family: sans-serif;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight:normal;
    font-size: 122px;
    line-height: 100%;
    letter-spacing: 0.3em;
    color: white;
    text-shadow: 0px 6px 4px #000000;
    position: absolute;
    width: 100%;
    height: 1;
    margin: 0 auto;
    padding-top: 25px;
	padding-bottom: 15px;
}
h2 {
    text-align: center;
    font-family: sans-serif;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight:normal;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0.1em;
    color: white;
    text-shadow: 0px 6px 4px #000000;
    position: absolute;
    width: 100%;
    height: 1;
    margin: 0 auto;
    padding-top: 25px;
	padding-bottom: 15px;
}

.game-title {
    position: absolute;
    bottom: 40px;
    width: 100%;
    font-size: 60px;
    color: white;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
  }

.main-title{
	font-size: 122px;
	font-weight: 900;
    letter-spacing: 20px;
	text-shadow: 3px 2px #000000;
	blur-radius: 4;
}
@media only screen and (max-width: 1180px) { 
    h1 {
        padding-top: 0;
    }
}

@media only screen and (max-width: 940px) {
    .top-row {
        width: 100%;
        height: 400px;
        background-size: cover;
        top: 0;
    }
    .gg-logo {
        width: 100%;
		padding-right:20px;
        left:0px;
    }

    .studio-logo {
        width: 100%;
		padding-left:20px;
        right: auto;
        top: 50%;
    }

    .banner {
        bottom: auto;
        top: 20%;
    }
    h1 {
        font-weight:700;
		padding-top: 20px;
		padding-bottom: 20px;
        font-size: 60px;
    }
    .game-logo {
        background-size: cover;
    }
  }

  .footer {
    position: absolute;
    bottom: 80px;
    width: 100%;
    font-size: 14px;
    color: white;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
  }