@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "Raleway", sans-serif;
	font-weight: 300;
	color: #303030;
	font-size: 16px;
	line-height: 24px;
}

html { 
  background: url(../img/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


h1 {
	font-size: 36px;
	font-weight: 200;
	line-height: 42px;
	color: #0c7684;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 21px;
	font-weight: 200;
	line-height: 42px;
	color: #0c7684;
	padding: 0;
	margin: 0;
}

.content-padding {
	padding: 0px 20px
}

.introcontent{
	margin: 70px auto 0px auto;
	padding-top: 20px;
	overflow: auto;
	width: 640px;
	background-color: white;
		-webkit-box-shadow: 0px 2px 6px rgba(51, 51, 51, 0.35);
	-moz-box-shadow: 0px 2px 6px rgba(51, 51, 51, 0.35);
	box-shadow: 0px 2px 6px rgba(51, 51, 51, 0.35);
}

#logo {
	width: 100%;
	height: 220px;
	background: url(../img/logo.png) no-repeat center center;
	background-size: contain;

}

#main {
	margin-top: 20px;
}

#main .content {
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 50px;
	overflow: auto;
	width: 640px;
	background-color: white;
	-webkit-box-shadow: 0px 2px 6px rgba(51, 51, 51, 0.35);
	-moz-box-shadow: 0px 2px 6px rgba(51, 51, 51, 0.35);
	box-shadow: 0px 2px 6px rgba(51, 51, 51, 0.35);
}


#footer {
	margin: 20px auto 40px auto;
	overflow: auto;
	width: 640px;
}

.footer-content {
	float: right;
	font-size: smaller;
	padding-right: 20px;
}

.footer-content a {
	color: black;
	text-decoration: none;
}

.footer-content a:hover {
	color: #2D8461;
	text-decoration: none;
}

