#map {
	width: 47%;
	display: block;
	float: left;
	height: 60vh;
	min-height:420px;
	background-color: gray;
	margin-left: 1%;
}

.contactfields{
	display: block;
	float: left;
	width: 44%;
	min-width: 80px;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 1%;
	margin-bottom: 1%;
	height:48px;
	background: rgba(140, 140, 140, .3);
	transition: all 0.5s;
}
.contactfields:hover {
	display: block;
	float: left;
	width: 44%;
	min-width: 80px;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 1%;
	margin-bottom: 1%;
	height:48px;
	background: rgba(104, 238, 229, .5) 
}

.contactfields:focus {
	display: block;
	float: left;
	width: 44%;
	min-width: 80px;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 1%;
	margin-bottom: 1%;
	height:48px;
	transition: all 0.25s;
	background: rgba(53, 235, 183, .85) 
}

#txt-val {
	width: 70%;
	min-width: 160px;
	height: 140px;
	display:block;
	float: left;
}
#send-form {
	width: 20%;
	min-width: 32px;
	height: 140px;
	display: flex;
	float: left;
	justify-content: center;
	align-items: center;
}
#send-form-button {
	width: 50%;
	min-width: 16px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#subject {
	min-width: 160px;
}
#phone-nbr {
	min-width: 160px;
}
fieldset {
	width: 50%;
	display: block;
	float: left;
	margin-left: 1%;
	margin-bottom: 20px;
	border-width: 0;
}

#contactdetail {
	width:45%;
	display: block;
	float: left;
	margin-left: 2%;
	
}

ul {
	list-style-type: none;
	font-size: larger;
}

p.contactinfo {
	
	
}

/* MOBILE */
@media (max-width: 760px) {

#map {
	width: 80%;
	display: block;
	float: left;
	height: 90vh;
	min-height:420px;
	background-color: gray;
	margin-left: 10%;
}

.contactfields{
	display: block;
	float: left;
	width: 90%;
	min-width: 80px;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 1%;
	margin-bottom: 1%;
	height:48px;
	transition: all 0.5s;
}
.contactfields:hover {
	display: block;
	float: left;
	width: 90%;
	min-width: 80px;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 1%;
	margin-bottom: 1%;
	height:48px;
}

.contactfields:focus {
	display: block;
	float: left;
	width: 90%;
	min-width: 80px;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 1%;
	margin-bottom: 1%;
	height:48px;
	transition: all 0.25s;
}

#txt-val {
	width: 70%;
	min-width: 160px;
	height: 140px;
	display:block;
	float: left;
}
#send-form {
	width: 20%;
	min-width: 32px;
	height: 140px;
	display: flex;
	float: left;
	justify-content: center;
	align-items: center;
}
#send-form-button {
	width: 50%;
	min-width: 16px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#subject {
	min-width: 160px;
}
#phone-nbr {
	min-width: 160px;
}
fieldset {
	width: 95%;
	display: block;
	float: left;
	margin-left: 1%;
	margin-bottom: 20px;
	border-width: 0;
}

#contactdetail {
	width:95%;
	display: block;
	float: left;
	margin-left: 2%;
	
}

ul {
	list-style-type: none;
	font-size: larger;
}

p.contactinfo {
	
	
}

}
/* END MOBILE */