html{
	background:   linear-gradient(to bottom, #2d405a, #2c295a);
	height: 100vh;
	font-family: "Merriweather", serif;
	color: white;
	font-size: calc(1em);
	background-attachment:fixed;
}

header{
	margin-left: 0%;
	margin-bottom: 2%;
}

body{
	margin-left: 6%;
}

h{
	display: block;
	color: #f52b6d;
	font-size: 2em;
	font-style: italic;
}

h_cap{
	font-size: 1.5em
}

sh{
	margin-top: 2px;
	display: inline-block;
	color: white;
	font-size:calc(.625em);
	font-style:normal;
}

img{
    max-height: 320px;
}

.gameHeader{
	display: inline-block;
	max-width: 45%;
	padding-top: 4px;
}

a{
	text-decoration: none;
	color: #f52b6d;
}

a:hover{
		color: #62c169;
	text-decoration: underline wavy;
}

.headerImg{
    width:640px; 
    height: 360px;
    vertical-align:top;
	display: inline-block;
	 margin-right:5px;
}

.contentImg{
	float:none;
	text-align:center;
	display: inline-block;
    margin:2%;
}

.centerContainer{
    text-align: center;
}

button{
	margin-left: -10px;
	float:top;

}

.applinks{
    text-align:center;
}

.collapsible:hover{
	color: #62c169;
	text-decoration: underline wavy;
}

.collapsible {
	background-color: Transparent;
  	cursor: pointer;
  	width: 100%;
  	color: #f52b6d;
	font-style: italic;
	font-size: 1.6em;

  	font-family: "Merriweather", serif;
  	border: none;
  	text-align: left;
  	outline: none;
  	margin-bottom: 4px;
}

.intro{
	max-width: calc(10em + 27vw);
}

.content{
    max-width: calc(10em + 40vw);
	padding: 0 5vw;
  	display: none;
  	overflow: hidden;
}