body {
	margin: 0;
	font-family: sans-serif;
	font-size: 14px;
}
#wrapper {
	margin: 0 auto;
	background-image: url("/images/connect-people-plus-background-goldengatebridge.jpg");
	background-color: #ffffff;
	background-position: 30% 0%;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 100vh;
}

section {
	position: relative;
	top: 100px;
	text-align: center;
	background-color: rgba(255,255,255,0.8);
	padding: 20px 0;
	border: 5px solid #78220D;
	border-left: 0;
	border-right: 0;
}

h1 {
	margin: 10px auto;
	font-size: 28px;
	color: #660000;
}
h2 {
	margin: 10px auto;
	font-size: 22px;
	color: #663300;
}
h3 {
	margin: 10px auto;
	font-size: 16px;
	color: #996633;
	}

p {
	font-size: 16px;
}
p.eyebrow {
	margin: 6px;
	color: #bf6408;
	font-weight: bold;
}

.hidetext {
	display: none;
}


@media only screen and (min-width: 720px) {

#wrapper {
	background-size: cover;
	min-height: 100vh;
}

section {
	position: relative;
	top: 100px;
	text-align: center;
	background-color: rgba(255,255,255,0.8);
	padding: 20px 0;
	border: 5px solid #78220D;
	border-left: 0;
	border-right: 0;
}

h1 {
	font-size: 48px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}

p {
	font-size: 20px;
}
p.eyebrow {
	font-size: 20px;
}

}