@charset "utf-8";

body {
	margin: 0;
	font-family: 'Didact Gothic';
	font-size: 12px;
	background-color: #909090;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom left;
}
								/*-----------form-----------------*/


input, select, textarea {
	/*	color: darkred; */
	margin: 5px;
	width: 270px;
	padding: 5px;
	
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.place_right {
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	border-style: none;
	height: 60px;
	width: 550px;
	background-color: transparent;
}

#navcontainer {
	text-align: center;
	margin-top: 10px;
	padding-bottom: 10px;
}
#navcontainer a {
	text-decoration: none;
	padding-right: 20px;
	font-size: 12px;
	color: #000000;
}
#corpo {
	text-align: center;
	font-size: 12px;
	
	color: #1f7c71;
	margin-bottom: 20px;
}

.footer {
	text-align: center;
	padding-top: 10px;
	color: #1f7c71;
	font-size: 14px;
}
.footer a {
	text-decoration: none;
	padding-right: 20px;
	font-size: 10px;
	color: #1f7c71;
}

.container {
	font-size: 0px;
	position: relative;
	background-image: url(images/index.jpg);
	background-repeat: no-repeat;
	height: 700px;	
}

#wrap {
	
	width:1000px;		
	margin: 40px auto;
	-webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.5);
	box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.5);
	
}

.sitename {
	
	width: 1000px;
	margin: 30px auto 0px;
	font-size: 32px;
	color: #1f7c71;
	text-transform: uppercase;
}

.welcomemessage {
	width: 460px;
	font-size: 16px;
	position: absolute;
	top: 50px;
	left: 470px;
}

.contactdetails {
	
	position: absolute;
	top: 240px;
	left: 470px;
	font-size: 14px;
}

.boxes {
	width: 460px;
	float: left;
	padding-right: 20px;
}
.boxes img {
	margin-top: 0;
	padding-top: 0;
}
.highlight {
	color: #1f7c71;
}
.btn1 {
	text-align: center;
	width: 440px;
	background-color: #1f7c71;
	color: #fff;
	padding: 12px;
	font-size: 18px;	
	margin-top: 20px;
	
}
.btn1:hover {
	transition: background-color 0.5s ease;
	background-color: #18c7bb;
}
a {
	text-decoration: none;
}
