
/*
Design by TEMPLATED
http://templated.co
Released for free under the Creative Commons Attribution License
*/

body {
	margin: 0;
	padding: 0;
	background: #00D6C3;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 300;
	color: #FF009D;
}

h1 {
	font-size: 2em;
}

h2 {text-decoration: underline  #00D6C3 4px;
	font-size: 2.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
}

#wrapper {
	overflow: hidden;
	background: #FFB8E4;
}

.container {
	width: 1200px;
	margin: 0px auto;
}

/* Header */

#header-wrapper {
	overflow: hidden;
	height: 600px;
}

#header {
	width: 960px;
	height: 200px;
	margin: 0 auto;
	padding: 0px 20px;
}

/* Logo */

#logo {
	overflow: hidden;
	height: 180px;
}

#logo h1, #logo p {
	text-align: center;
}

#logo h1 {
	padding: 1px 5px 8px 0px;
	letter-spacing: -4px;
	text-transform: capitalize;
	font-size: 75px;
}

#logo p {
	margin-top: -8px;
	padding: 15px 20px 20px -30px;
	font-size: 25px;
	font-weight: 900;
		text-shadow: 3px 1px 5px #000000;
	color: #00D6C3;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #242121;
}

#logo p a {
	color: #000000;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #3C342E;
}


/* Menu */

#menu-wrapper {
	overflow: hidden;
	height: 52px;
	margin-bottom: 2em;
	background: #00D6C3;
}

#menu {
	overflow: hidden;
	height: 52px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
}

#menu a {
	display: block;
	padding: 0px 30px;
	line-height: 55px;
	border: none;
	text-decoration: none;
	text-align: center;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

#menu a:hover, #menu .current_page_item a {
	background: #FF009D;
	text-decoration: none;
	color: #000000; font-weight: bold;
	
}

#menu .current_page_item a {
	background: #FF009D;
	text-decoration: none;
	color: #000000; font-weight: bold;
}

/* Page */

#page {
	overflow: hidden;
	padding: 20px 20px 40px 20px;
}

/* Content */

#content {
	float: left;
	width: 752px;
	padding: 0px 0px 0px 0px;
}


/* Footer */

#footer {
	height: 100px;
	margin: 0 auto;
	padding: 50px 0px 0px 0px;
}

#footer p {
	margin: 0;
	padding-top: 10px;
	line-height: normal;
	text-align: center;
	text-shadow: 1px 1px 0px #000000;
	color: #ffffff;font-weight: bold;
}

#footer a {
	text-decoration: underline;
	color: #ffffff;
}

#footer a:hover {
	text-decoration: none;
	color: #FF009D;
}

.box1 {
	overflow: hidden;
	height: 300px;
	background: url(images/img04.jpg) no-repeat center bottom;
}


/* Three Column Content */

#three-column {
	overflow: hidden;
	padding: 10px 0px 50px 0px;
}

#three-column .tbox1 {
	float: left;
	width: 384px;
	margin-right: 20px;
}

#three-column .tbox2 {
	float: left;
	width: 384px;
}

#three-column .tbox3 {
	float: right;
	width: 384px;
}

.box-style {
	background: #FF009D; background: linear-gradient(181deg,#f93bb0 0%, #ffffff 85%, rgba(255, 255, 255, 1) 100%);
	text-align: left;
	color: #000000;font-weight: bold;
  border-width: 8px;
  border-style: solid;
  border-color: #FF009D;
}


.box-style h2 {
	padding: 10px 0px;
	letter-spacing: -1px;
	text-align: center;
	font-size: 25px;
	color: #ffffff; font-weight: bold;
}

.box-style .content {
	overflow: hidden;
	width: 324px;
	padding: 30px;
}

.button
{
	display: inline-block; 
	margin: 1em 0em;
	background: rgb(0, 214, 195);
	padding: 1em 2em;
	color: #FFFFFF; font-weight: bold;
	border-width: 3px;
  border-style: solid;
  border-color: #009b8e;
}