body {
	margin: 0;
	padding: 0;
	background-color: rgb(8, 8, 15);
	text-align: center;
	user-select: none;
}
a {
	text-decoration: none;
}
.header-style {
	background: linear-gradient(rgb(8, 8, 15), rgb(40, 38, 76));
}
.body-style {
	background-color: rgb(40, 38, 76);
}
.footer-style {
	background: linear-gradient(rgb(40, 38, 76), rgb(8, 8, 15));
}

.header-logo {
	max-width: 80%;
	margin: 0 auto;
}
.header-logo:hover {
	filter: hue-rotate(270deg);
}
.footer-logo {
	max-width: 30%;
	margin: 0 auto;
}
.footer-logo:hover {
	filter: hue-rotate(270deg);
}

.hidden-divider {
	padding-top: 3rem;
}
.hidden-divider-small {
	padding-top: 1.5rem;
}
.divider {
	width: 80%;
	max-width: 400px;
	height: 10px;
	margin: 0px auto;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: rgb(60, 57, 114);
}
.shadow {
	box-shadow: 0px 0px 50px rgb(8, 8, 15);	
}
.external {
    border-bottom: 1px solid rgba(70%, 70%, 100%, 0.2);
}
.external:hover,
.external:focus {
    border-bottom: 1px solid rgba(80%, 80%, 100%, 0.5);
}


/* based on https://fdossena.com/?p=html5cool/buttons/i.frag */
.steam {
	display:inline-block;
	padding:0.5em 1.25em;
	border-radius:0.3em;
	text-decoration:none;
	font-family: 'Secular One', sans-serif;
	text-transform:uppercase;
	font-weight:400;
	font-size: 200%;
	color:#FFFFFF;
	background-color:rgb(80, 77, 150);
	text-align:center;
	position:relative;
}

.itch-container {
	padding-right: 1rem;
	padding-left: 1rem;
	margin: 0 auto;
}
.itch-container iframe {
	max-width: 100%;
}
/* jump straight to the widget's smaller size */
@media(max-width:552px) {
	.itch-container {
		width: 208px;
	}
}
.youtube-container {
	max-width: 1024px;
	margin: 0 auto;
}
.responsive-16-9 {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}
.responsive-16-9 iframe {
	position: absolute;
	top: 0;
	left: 0; 
	width: 100%;
	height: 100%;
	border: 0;
}

#about {
	font-family: 'Rokkitt', serif;
    overflow: auto;
    user-select: text;
	text-align: left;
    max-width: 1024px;
    margin: 0px auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
#about a {
    color: rgb(70%, 70%, 100%);
}
#about p {
    margin: 0;
    color: rgb(70%, 70%, 100%);
    font-size: 1.2rem;
    line-height: 1.6;
}
#about h1, #about h2 {
    font-family: 'Secular One', sans-serif;
    text-transform: uppercase;
    line-height: 1.05;
    color: white;
}
#about h1 {
    margin: 0;
    padding: 1rem 0 1rem 0;
    font-size: 2.5em;
    font-weight: 700;
    text-shadow: -4px +4px rgb(60, 57, 114);
}
#about h2 {
    margin-bottom: .5rem;
    font-size: 1.25rem;
    font-weight: 600;
    text-shadow: -3px +3px rgb(60, 57, 114);
}

.image-gallery {
	padding-left: 1rem;
	padding-right: 1rem;
	max-width: 1024px;
    margin: 0 auto;
}

.i-5 {
    max-width: 45.0%;
    margin: .5rem .5rem .5rem .5rem;
}
.w-3 {
    float: left;
    position: relative;
    width: 25%;
}
.w-7 {
    float: right;
    position: relative;
    width: 70%;
}

/* stack the images instead of doing grid */
@media(max-width:48em) {
    .i-s-10 {
        max-width: 100%;
        margin: 0 0 1rem 0;    	
    }
    .w-s-10 {
        position: relative;
        width: 100%;
    }
}


