@import url('https://fonts.googleapis.com/css?family=Raleway:300');


header, #navigation, main {
	width: 900px;
	margin: 0px auto;
}	


.photoband {
	background-color: #f1f1f3;
	margin: 20px auto;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 2px dashed #c8c8d0;
	border-bottom: 2px dashed #c8c8d0;
}

main {
	text-align: center;
	padding: 30px;

}


h2 /*navigation text*/{
	font-family: 'Raleway', sans-serif;
	font-size: 1.3em;
	text-align: left;
	font-weight: normal;
}

h2 a:link {
	color: #525260;
	text-decoration: none;
}

h2 a:visited {
	color: #525260;
	text-decoration: none;
}

h2 a:hover, a.current:link {
	color: #004d66;
	text-decoration: none;
	font-weight: bold;
}

h2 a:active {
	color: #37241d;
	text-decoration: none;
}

h3 {
	font-family: 'Raleway', sans-serif;
	color: #525260;
	font-size: 1.6em;
	line-height: 1.5em;
	font-weight: normal;
}

p {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	color: #46464f;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: 1px;
}

p a:link {
	color: #335666;
	text-decoration: none;
}

p a:visited {
	color: #335666;
	text-decoration: none;
}

p a:hover {
	color: #96b072;
	text-decoration: none;
}

p a:active {
	color: #37241d;
	text-decoration: none;
}

.contact-form {
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
}

input[type=text], textarea {
	width: 100%;
	font-family: 'Quicksand', sans-serif;
	font-size: 1em;
	padding: 8px 8px;
	margin: 6px 0;
	box-sizing: border-box;
	border: 1px dashed grey;
	background-color: #eee;
}

input[type=text]:focus, textarea:focus {
	background-color: #e5e5e5;
	border: 1px solid grey;
}

input[type=text] {
	border-radius: 6px;
}

textarea {
	height: 200px;
	border-radius: 7px;
}

button[type=submit] {
	background-color: lightgrey;
	color: #323232;
	padding: 10px 30px;
	text-decoration: none;
	
	margin: 4px 2px 0px 0px;
	cursor: pointer;
	font-family: 'Quicksand', sans-serif;
	font-size: 1.2em;
	border: 1px dashed grey;
	border-radius: 6px;
}

button:hover {
	background-color: lightgrey;
	opacity: .8;
	border: 1px solid grey;
}

button:active {
	color: white;
}

.button {
	margin: 10px 15px 5px 15px;
}

#center {
	text-align: center;
}

.column {
	float: left;
	/*width: 30%;*/
	width: 200px;
	height: 200px;
	/*margin-left: 70px;*/
}

.columnspacer {
	float: left;
	width: 150px;
}

.invisible {
	color: white;
}

.row:after {
	content:"";
	display: table;
	clear: both;
}

.homebutton img {
	border-radius: 10%;
	border: 2px dashed #525260;
	box-shadow: 3px 3px 10px black;
}

a.homebutton:link{
	opacity: 0.8;
}

a.homebutton:visited{
	opacity: 0.8;
}

a.homebutton:hover{
	opacity: 1; 
}

a.homebutton:active{
	opacity: 0.2; 
}

.spacerfront {
	height: 80px;
}

.spacerbottom {
	height: 250px;
}

footer {
	min-height: 50px;
	background-color: #f1f1f3;
	border-top: 2px dashed #c8c8d0;
	border-bottom: 2px dashed #c8c8d0;
	margin: 0 0 0 0;
}

footer p {
	text-align: center;
	/*font-family: 'Special Elite', cursive;*/
	font-weight: 500;
	font-size: 1em;
	line-height: 1.4em;
	letter-spacing: 3px;
	color: #404040;
	text-transform: none;
	padding: 20px;
}
