body, html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Amiko', sans-serif;
	font-size: 15px;
	color: white;
}

h1 {
	font-size: 30pt;
	margin: 0 0 35px 0;
	padding: 0;
}

p {
	margin-top: 0;
	padding-top: 0;
	font-weight: 300;
	font-size: 11pt;
	line-height: 200%;
}

a {
	color: inherit;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

img {
	max-height: 200px;
}

#container {
  	display: table;
  	width: 100%;
	height: 100%;
	
	text-align: center;
	background: url(../img/spottedsounds.jpg), linear-gradient(90deg,#740149,#fa4248);
	background-blend-mode: soft-light;
	background-size: cover;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#container {
		background: linear-gradient(90deg,#740149,#fa4248);
	}
}

#vert {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding-bottom: 50px;
}

#vert img {
	max-width: 300px;
    margin-bottom: 40px;
}

#bot {
	display: table-footer-group;
	vertical-align: bottom;
	width: 100%;
	padding-bottom: 10px;
}

.btn {
	display: block;
	border-radius: 4px;
	border: 2px solid white;
	padding: 3px 15px 2px 15px;
	margin: 5px auto;
    max-width: 200px;
	text-decoration: none;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.btn:hover {
	opacity: .7;
}