body {
	margin: 0;
    background-color: #402256;
    color: #fff;
    font: 14px Helvetica,Arial,sans-serif;
}

.main-img {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
}

.info {
    position: relative;
    padding: 2vw;
    background: rgba(0,0,0,0.5);
    border-radius: 2vh;
    max-width: 820px;
    font-size: 1.2rem;
    text-align: center;
    left: 50%;
    line-height: 1.2rem;
    transform: translate(-50%, 0);
    width: 90%;
}

#mc_embed_signup label, #mc_embed_signup input.email, #mc_embed_signup .button {
    font-size: 1.3rem !important; 
}

.logo {
    background-image: url(logo.png);
    width: 90vw;
    height: 20vh;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
    margin: 1rem;
}

.fright {
    float: right;
}

.fleft {
    float: left;
}

.readmore {
    text-align: center;
    padding: 1rem 0;
}

.youtube {
    position: relative;
    text-align: center;
    padding: 1rem;
    max-width: 820px;
    width: 90%;
    margin: auto;
}

a {
    color: #fff;
}

a:hover{
    color: purple;
}

.divider {
    height: 1vh;
}

.start-btn{
    display: block;
    margin: 2rem auto 0;
    min-width: 200px;
    width: 10vw;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    background-color: lightgray;
    text-shadow: -1px 1px 5px orange;
    color: gray;
    -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
    box-shadow: 0 .2em gray; 
    cursor: pointer;
}

.start-btn a {
    color: yellow;
    text-decoration: none;
}

.start-btn:active, .start-btn:hover {
	box-shadow: none;
	position: relative;
	top: .2em;
}
.steam-container {
	text-align: center;
	width: 80%;
	margin: auto;
}

.steam-frame {
	z-index: 1;
    position: relative;
	margin: 1rem auto;
    display: inline;
    max-width: 31vw;
	min-width: 450px;
}
@media (max-width: 768px) {
    #mc_embed_signup .button, #mc_embed_signup input.email {
        width: 90% !important;
    }
    .readmore {
        float: none !important;
    }
    .start-btn{
        margin: 1rem auto;
    }
    .steam-frame {
		max-width: 95%;
		min-width: 95% !important;
	}
}