body {
	font-family: verdana, arial, helvetica, sans-serif;
	/*background: url(20150121_224438.jpg) center 130px no-repeat;*/
	background: url(3L-blue-60.jpg) center 130px no-repeat;
	background-size: cover;
}
a { text-decoration-style: dotted; text-underline-offset: 2px; }
strong > a {
    display: block;
    text-align: center;
    text-decoration: none;
    background: #fec;
    padding: 10px 20px;
    margin-left: -20px;
    border-radius: 50px;
    border: 2px solid #640;
}
a:link,a:visited { color: #640; }
a:hover,a:focus,a:active { background-color: #fec; }
#header {
	background-color: black;
	color: white;
	text-align: center;
	margin: -10px;
	font-size: 1.5rem;
	position: fixed;
	width: 100vw;
}
#header h1 {
	font-family: 'Playfair Display', serif;
	margin: 0px;
	padding: 10px;
}
#social { background-color: rgba(255,255,255,0.6);}
#social img {
    height: 32px;
    margin: 10px 15px 5px;
}
#social a:hover,#social a:focus,#social a:active { background-color: transparent; }
#content {
	padding: 1px 20px 5px 20px;
	margin: 150px 20px 20px;
	/*width: 410px;*/
	width: 500px;
	background-color: rgba(255,255,255,0.6);
	border-radius: 10px;
	float: left;
}
#content h1 { margin-bottom: 0; }
#content h1 + p { margin-top: 0; }
#content li { margin-bottom: 1rem; }
ul:first-of-type li {
    list-style-type: none;
    margin-left: -20px;
}
#mc_embed_signup div {
	font-size: 90%;
}
.mc-field-group > label {
	width: 33%;
	display: inline-block;
	text-align: right;
}
#mc-embedded-subscribe {
	margin-left: 120px;
}
#spotify {
	float: right;
	margin: 150px 20px 20px;
	width: 410px;
}
#spotify iframe {
	width: 100%;
	height: 100vh;
	padding-top: 900px;
}
.photo-credit {
	font-size: 70%;
	position: fixed;
	bottom: 5px;
	right: 5px;
	background-color: rgba(255,255,255,0.3);
    padding: 3px;
}
.rem {
	display: none;
}
@media only screen and (max-device-width: 812px) {
	#header {
		font-size: 3rem;
	}
	#social img {
	    height: 115px;
	    margin: 10px -2px 0;
	}
	#content {
		width: calc(100% - 60px);
		margin: 290px 10px 10px;
	}
	#spotify {
	    margin: 20px;
	}
	#spotify iframe {
	    padding-top: unset;
	}
	body {
		font-size: 32px;
		background-size: auto;
		background-color: #1a1b20;
	}
	strong > a {
	    padding: 40px 20px;
	    border-radius: 80px;
	}
	.mc-field-group input,
	#mc-embedded-subscribe {
		font-size: 2rem;
	}
	#spotify {
		width: calc(100% - 40px);
	}
}
