html, body{
	width:100%;
	max-width: 100%;
	margin: 0;
	padding: 0;

	-webkit-font-smoothing: antialiased !important;
}

h1, h2, h3, h4, h5, h6, p{
		font-family: 'proxima_nova_rgregular';
		color:white;
}
p{
	margin:0;
}

#content img{
	margin:20px auto; 
}
/* Container*/
	#content h2{font-size: 26px; line-height: 26px; margin:0;}
	#content p{font-size: 16px; line-height: 18px;}

#logotype img{
	margin: 20px auto;
}
.container{
	max-width: 700px;
}
#content img{
	max-width: 100px;
}
#contact-form{
	margin-top:50px;
}
input{
	width: 100%;
	border-radius: 5px;
	height:50px;
	border:none;
	box-shadow: 0px 2px 0 rgba(0,0,0,0.1);
}

input[type="text"], input[type="email"]{
	background-color:white;
	color:#999;
	padding-left:12px;
	margin:10px 0;
	position: relative;
	letter-spacing: 1.5px;
}
input[type="submit"]{
	background-color:#82c1a9; 
	color:white;
	letter-spacing: 1.5px;
	margin:10px 0;
	height: 80px;
	letter-spacing: 1.5px;
}

footer p:before{
	font-family: 'Sybarit';
	content:'a';
	font-size: 13px;
	position: absolute;
	top:8px;
	left:10px;
}
footer p, footer a{
	font-family: 'proxima_novasemibold';
	font-size: 10px;
	letter-spacing: 2px;
	position: relative;
	padding:10px;
	color:white;
}
	footer{
	width:200px;
	display: block;
	background-color:#4b394e;
	margin: 0 auto;
	width: 200px;
	border-radius: 5px;
	color:white;
	margin-top:50px;
	}

.error-wrapper{
	position: fixed;
	top:-80px;
	width:260px;
	left:50%;
	margin-left:-130px;
	background-color:rgb(213, 100, 100); 	
	padding:20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	border-radius: 5px;
		  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.error-wrapper.show{
	top:-5px;
}
#contact-form{
	position: relative;
	height: 240px;
}
.contact-form-free{
	text-align: right;
	color:white;
	letter-spacing: 1px;
	font-family: 'proxima_novasemibold';
}
#contact_form_sent{
	display: none;
	text-align: center;
	position: absolute;
	width:100%;
	top:0;
	margin-left:15px;
	
}
/* MEDIA QUERYS*/
@media (min-width: 768px){
	#logotype img{
		padding:25px 0;
		margin:0;
	}
	#content h2{font-size: 46px; line-height: 46px;}
	#content p{font-size: 18px; line-height: 18px;}

	input[type="submit"]{
		height:50px;
		margin: 10px 0;
	}
	input[type="text"], input[type="email"]{
		margin:10px 0;
	}
	footer{
	position: absolute;
	bottom:30px;
	width:200px;
	background-color:#4b394e;
	left:50%;
	margin-left:-100px;
	border-radius: 5px;
	color:white;
	}
	footer p{
		padding-left:20px;
	}
	footer p:before{
	top:8px;
	}
	
}
	
@media (min-width: 992px){
	#logotype img{
		padding:45px 0;
		margin:0;
	}
	footer{
		bottom:40px;
	}
}

@media (min-width: 1200px){
	#logotype img{
		padding:55px 0;
		margin:0;
	}
	footer{
		bottom:50px;
	}
}
