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

html, body {
   margin:0;
   padding:0;
   height:100%;
   font-size: medium; 
	font-family: 'Arimo', sans-serif; 
	line-height: 22px;
}
#container {
   min-height:100%;
   position:relative;
   padding: 0;
}
#header {
   width: 100%;
   height: 150px;
   background-color: #00aced;
   padding: 0;
}
#body {
   padding:0;
   padding-bottom:60px;   /* Height of the footer */
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */
   background:#333;
   font-size: small;
   color: #fff;
   text-align: center;
   padding-top: 10px;
}
#footer a {
    color: #fff;
}
#body-wrapper {
	width: 800px;
	height: 600px;
	padding: 0;
	margin: 0;
	clear: both;
	margin: 0 auto;
	margin-top: 40px;
	overflow: auto;
}
.left, .right, #form, #nota {
	width: 45%;
	clear: none;
	margin: 0;
}
.left, #nota {
	float: left;
	text-align: left;
	padding: 1%;
}
.right, #form {
	float: right;
	position: relative;
	top: 80px;
	text-align: right;
	padding: 2%;
}
#logo {
	position: relative;
	top: 0;
}
#social {
	
}
#social img {
	margin: 3px;
}

#form {
	top: 0;
	text-align: left;
	padding-left: 30px;
	border-left: 1px solid #DBDBDB;
}
#nota {
	
}
h1 {
	font-family: 'Arimo', sans-serif;	
	font-size: x-large;
	color: #00aced;	
}
h2 {
	font-family: 'Arimo', sans-serif;	
	font-size: large;	
	color: #333;
}
form input, form textarea {
	width: 99%;
	font-size: medium;
	height: 30px;
}
form textarea {
	height: 150px;
}
p#please {
	font-size: large; 
	font-family: 'Arimo', sans-serif; 
	line-height: 26px;
	padding-right: 2%;
}
._survey {
	text-decoration: none;
	color: rgb(255, 255, 255);
	font-size: 20px;
	padding: 20px 30px;
	text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: rgb(0, 172, 237);
	background: -moz-linear-gradient(90deg, rgb(0, 172, 237) 30%, rgb(86, 187, 255) 60%);
	background: -webkit-linear-gradient(90deg, rgb(0, 172, 237) 30%, rgb(86, 187, 255) 60%);
	background: -o-linear-gradient(90deg, rgb(0, 172, 237) 30%, rgb(86, 187, 255) 60%);
	background: -ms-linear-gradient(90deg, rgb(0, 172, 237) 30%, rgb(86, 187, 255) 60%);
	background: linear-gradient(0deg, rgb(0, 172, 237) 30%, rgb(86, 187, 255) 60%);
	-webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75);
 	
}
a._survey:hover {
	color: #333;
	text-shadow: none;
}

#survey {
	width: 780px;
	height: 100%; 	
}

@media only screen and (max-width: 999px) {
body {
	font-size: x-large; 
	line-height: 26px;
}
#body-wrapper {
	width: 100%;
	height: auto;
}
.right {
	float: right;
	clear: both;
	width: 100%;
	top: -15px;
}
#nota, #form {
	clear: both;
	width: 100%;
	margin: 0;
	
}
#nota {
	width: 95%;
	padding-left: 30px;
}
#form {
	width: 95%;
	border-left: none;
	padding-left: 10px;
	border-top: 1px solid #DBDBDB;
	margin-top: 60px;
}
form {
	width: 100%;
}

form input, form textarea {
	font-size: xx-large;
	height: 60px;
	margin-top: 20px;
}
form textarea {
	font-size: xx-large;
	height: 150px;
}
h1, h2 {
font-size: xx-large;
margin-top: 20px;
}
h1 {
	
}
h2 {
margin-top: 40px;
margin-bottom: -20px;
}
p#please {
	font-size: large; 
	line-height: 26px;
	margin-top: -40px;
}
#social img {
	margin: 2px;
}

#survey {
	width: 100%;
	margin: 0;
	padding: 0;
}
}