/* Base */

* {
	
	padding: 0;
}

body {
	background: #ffffff url('./img/bg.png') repeat;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 40px;
	color: #353535;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	
}

.container {
	background-color: #ffffff;
	max-height: 900px;
	max-width: 1200px;
	
}

#contact {
	width: 70%;
	margin: 0 auto;
	background: #ffffff;
}

#contact-form label {
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form textarea {
	border: solid 2px #123648;
	outline: none;
	font-size: 18px;
	padding: 10px;
	margin: 0 0 10px;
	width: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

#contact-form textarea {
	resize: vertical;
	height: 120px;
}

#contact-form input[type="checkbox"] + label {
	display: inline;
	cursor: pointer;
}

.copyright-info h4, .copyright-info h5 {
	margin: 0;
	line-height: 18px;
	font-size: 14px;
	text-align: center;
}

#copyright-info h4 {
	font-weight: bold;
}

#copyright-info {
	margin: 500px;
}

#banner
{
	margin-top: 30px;
}
@media only screen and (max-width: 600px) {
	#contact {
	  min-width: 80% !important;
	}
	#copyright-info {
		margin: 0px I !important;
	}
  }
