@media(min-width: 768px) {
	.main-container{
	width: 90%;
	background: white;
	margin:auto;
	font-family: Open Sans;
}

.contactus{
	padding: 20px;
	padding-left: 35px;
	color: #232f3e;
}

.contactus p{
	color: #232f3e;
	font-size: 120%;
	padding-bottom: 10px;
	border-bottom: 1px dotted #232f3e;
	/*width: 80%;*/
}

.contactus-form{
	margin-top: 30px;
	font-size: 110%;
}

.name, .email, .message{
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.contactus-form label{
	padding:10px;
	width: 10%;
}

.contactus-form input{
	border-radius: 3px;
	padding: 5px;
	border: 1px solid silver;
	width: 20%;
}

.message textarea{
	width: 50%;
	height: 150px;
	border:1px solid silver;
	border-radius: 3px;
}
.submit{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.submit button{
	padding: 10px 20px;
	border:1px solid silver;
	border-radius: 3px;
	float: left;
	margin-left: 10%;
	cursor: pointer;
	background: white;
}

#update-message{
	margin-left: 10%;
	margin-top: 20px;
}}