/*
Design by TEMPLATED
http://templated.co
Released for free under the Creative Commons Attribution License
*/

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0 0 0 0;
	background: #deeaee;
	font-family:
		Roboto,
		"Trebuchet MS",
		Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #425C5B;
}

h1,
h2,
h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: bolder;
	color: #425C5B;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.6em;
}

p,
ul,
ol {
	margin-top: 0;
	line-height: 180%;
}

a {
	text-decoration: none;
	color: #C94C4C;
}

a:hover {
	color:#425C5B;
	text-decoration:underline;
}

#wrapper {
	overflow: hidden;
	background: #deeaee;
}

.container {
	width: auto;
	margin: 0 auto;
	text-align: center;
}

/* Header */

#header-wrapper {
	overflow: hidden;
	height: 600px;
}

#header {
	width: 960px;
	height: 200px;
	margin: 0 auto;
	padding: 0 20px;
}

/* Logo */

#logo {
	overflow: hidden;
	height: auto;
}

#logo h1,
#logo p {
	text-align: center;
	font-weight: bolder;
}

#logo h1 {
	padding: 5px 0;
	text-transform: capitalize;
	font-size: 80px;
	color:#C94C4C;
}

#logo p {
	margin-top: 0;
	padding: 0 0 0 5px;
	font-size: 20px;
	font-weight: bold;
	color: #C94C4C;
}

#logo p a {
	color: #deeaee;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #3c342e;
}

/* Menu */

#menu-wrapper {
	overflow: hidden;
	height: 52px;
	margin-bottom: 2em;
	background: #425C5B;
}

#menu {
	overflow: hidden;
	height: 52px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
}

#menu a {
	display: block;
	padding: 0 30px;
	line-height: 52px;
	border: none;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

#menu a:hover {
	background: #C94C4C;
	text-decoration: none;
	color: #ffffff;
}

#menu .current_page_item a {
	background: #f7786b;
	text-decoration: none;
	color: #000000;
	font-weight: bolder;
}

/* Page */

#page {
	overflow: hidden;
	padding: 20px 20px 0 20px;
	margin: 0 20%;
	float:center;
}

/* Content */

#content {
	float: center;
	margin: 0 20% 50px 20%;
	padding: 20px;
	text-align: center;
	align-content: center;
	border: solid;
	border-color: #C94C4C;
	background-color: #ffffff;
}

#content iframe {
	align-items: center;
}
/* Footer */

#footer {
	position:static;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	margin: 0 0;
	padding: 10px 0 10px 0;
	background-color: #425C5B;
}

#footer p {
	margin: 0;
	padding-top: 10px;
	line-height: normal;
	text-align: center;
	color: #ffffff;
}

#footer a {
	text-decoration: none;
	color: #deeaee;
}

#footer a:hover {
	text-decoration: underline;
	color: #92a8d1;
}


/* Three Column Content */

.three-column {
	overflow: hidden;
	padding: 10px 0 50px 0px;
	width:1200px;
	float: center;
}

.three-column .tbox1 {
	float: left;
	width: 380px;
	border: solid;
	border-color: #C94C4C;
	margin-right: 20px;
}

.three-column .tbox2 {
	float: left;
	width: 380px;
	border: solid;
	border-color: #C94C4C;
	margin-right: 20px;
}

.three-column .tbox3 {
	float: left;
	width: 380px;
	border: solid;
	border-color: #C94C4C;
}

.box-style {
	background: #ffffff;
	text-align: center;
	height: 300px;
	vertical-align: middle;
}

.box-style h2 {
	padding: 10px 0;
	color: #425C5B;
	font-weight: bolder;
}

.box-style .content {
	overflow: hidden;
	width: 324px;
	padding: 30px;
}

.button {
	display: inline-block;
	margin: 1em 0;
	background: #425C5B;
	padding: 1em 2em;
	color: #ffffff;
}

.button:hover {
	background: #C94C4C;
}


#content p {
	text-align: justify;
}

#content h1 {
	color: #C94C4C;
	font-weight: bolder;
	font-size:2.0em;
}

iframe {
	max-width: 560px;
	width: 80%;
	max-height: 315px;
	display: block;
	margin: 0 auto;
	align-content:center;
}
