body {
	background: url(../img/background.jpg) 50% 50% / cover fixed;
	font-family:'Crimson Text',serif;
	line-height:1.5;
	margin-top:40px;
}

a, a:hover, a:visited {
	color:#f0efb3;
}

.content {
	background:rgba(0,0,0,.5);
	border:1px solid white;
	padding-top:40px;
	padding-bottom:40px;
	margin-bottom:40px;
	color:white;
}

h1,h2 {
	font-weight:bold;
	margin:0 0 1em;
}

h1 {
	line-height:1;
}

h2 {
	line-height:1.5;
}

#title h1 {
	font-weight:normal;
	margin:.5em 0;
}

#title h2 {
	padding-top:20px;
	border-top:1px solid #ccc;
	color:#ccc;
}

#title {
	text-align:center;
}

#portrait {
	width:100%;
	max-width:150px;
	height:auto;
	margin:40px auto;
	display:block;
	box-shadow:0 1px 5px rgba(0,0,0,.3);
}

.googlemap {
    position: relative;
    padding-bottom: 30%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.googlemap iframe,   
.googlemap object,  
.googlemap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.listen {
	text-align:center;
	margin-top:40px;
}

ul {
	margin:0;
	padding:0;
	list-style-position: inside;
	list-style-type: none;
}

li {
	margin-bottom:.5em;
}

form {
	margin-top:30px;
}

.field {
	margin-bottom:10px;
}

label {
	margin-bottom:0;
}

.required label:after {
	content:'*';
	padding-left:.5em;
	color:red;
}

input, select, textarea {
	display:block;
	width:100%;
	color:black;
	padding:.5em;
}

input[type=text] {
	padding:.5em;
}

textarea {
	padding:.5em;
	height:4em;
}

input[type=submit] {
	margin-top:20px;
	padding:10px;
}

.missing {
	border:1px solid red;
}

.formsuccess {
	display:none;
}

body { font-size:14px; }
h1 { font-size:40px; }
h2 { font-size:16px; }
label { font-size:10px; }

/* sm */
@media only screen and (min-width : 768px) {

	body { font-size:16px; }
	h1 { font-size:48px; }
	h2 { font-size:18px; }
	label { font-size:11px; }

}

/* md */
@media only screen and (min-width : 992px) {

	body { font-size:18px; }
	h1 { font-size:56px; }
	h2 { font-size:20px; }
	label { font-size:12px; }

}

/* bg */
@media only screen and (min-width : 1200px) {

	body { font-size:20px; }
	h1 { font-size:60px; }
	h2 { font-size:22px; }
	label { font-size:12px; }

}