ul
{
	list-style-type: none;
	font-size: 20px;
	font-family: serif;
}
/*-------------------------------------Classes------------------------------*/
.contactUs-body
{
	padding-left: 0;
	left: 0px;
	top: 0px;
	background-color: white;
	height: 1000px;
	width: 100%;
	background-image: url(../images/architecture-clouds-daylight-226407.jpg);
}

/*-------------------------------------IDs------------------------------*/
#contact-info-background
{
	margin-left: auto;
	margin-right: auto;
    transform: translateY(300px);
    background: rgba(69,43,30,.9);
    width: 600px;
    height: 600px;
    border: 1px solid black;
    font-size: 30px;
    color: gold;
    font-family: serif;
}
#contact-form
{
	padding-left: 20px;
	padding-top: 20px;
	font-family: serif;
}