.contact {
	width: 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
input {
	width: 100%;
	height: 25px;
}
form {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial,
		sans-serif;
	padding: 20px;
	height: 290px;
	padding: 0px;
	border-radius: 10px;
	background-color: rgb(226, 226, 219);
	border: 1px solid gray;
	margin: 0;
	width: 100%;
	padding: 10px;
}
.btn-primary {
	background-color: #4d415a;
	color: #ffffff;
	padding: 5px 25px;
	margin-top: 9px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	border-radius: 4px;
	border-color: #ffffff;
}
.message input {
	width: 100%;
}
a#toplink {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial,
		sans-serif;
	text-decoration: none;
	color: white;
	font-size: 3vw;
	margin-left: 50%;
	margin-right: auto;
}
.social {
	font-size: 2vw;
}
.social a {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial,
		sans-serif;
	text-decoration: none;
	color: white;
}
.social a:hover {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial,
		sans-serif;
	text-decoration: none;
	background-color: rgb(47, 47, 143);
}
a#toplink:hover {
	color: rgb(59, 91, 133);
}
.form-element1 {
	padding: 3px;
	margin-right: 25px;
}
.form-element2 {
	padding: 3px;
	margin-right: 23px;
}
.form-element3 {
	padding: 3px;
}
textarea {
	width: 100%;
}
.btn {
	background-color: #003c64;
}
@media (max-width: 415px) {
	.contact {
		margin: auto;
		width: 100%;

		padding: 0px;
	}
	.social {
		font-size: 10px;
	}
	.socialh {
		font-size: 10px;
	}
}
@media (max-width: 719px) {
	.contact {
		margin: auto;
		width: 100%;

		padding: 0px;
	}
	.social {
		font-size: 10px;
	}
	.socialh {
		font-size: 10px;
	}
}
