#form
{
    background-color: white;
    min-width:60%;
    max-width:80%;
    margin:auto;
    font-family: sans-serif;
    padding:2%;
    border:2% solid #27748A;
}

#form h2
{
    color:#000000;
    font-size:1.25rem;
    margin:0;
}
#form p
{
    font-size:0.80rem;
    color:#222222;
}
#form div
{
    margin-top:1%;
}
#form input, textarea
{
    width:100%;
    border:2% solid #9ECEDB;
    padding:2% 3%;
}
#form label
{
    font-weight:bold;
    font-size:1.50rem;
    color:#000;
}

#form button:hover
{
    background-color: #CBEAF2;
}
    input[placeholder] {
    font-weight: lighter;
    color: #000000;
}
textarea {
    font-weight: lighter;
    color: #000000;
}

.topnav {
	overflow: hidden;
	background-color: #F2F2F2;
}

.topnav a {
	float: left;
	display: block;
	color: #212121;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
 }

 .topnav a:hover {
 	background-color: #ddd;
 	color: black;
 }

.topnav a:hover {
	background-color: #04AA6D;
	color: white;
}

.topnav .icon {
	display: none;
}

@media screen and (max-width: 600px) {
	.topnav a:not(:first-child) {display: none}
	.topnav a.icon {
		float: right;
		display: block;
	}
}
@media screen and (max-width: 600px) {
	.topnav.responsive {position: relative;}
	.topnav.responsive .icon {
		position: absolute;
		right: 0px;
		top: 0px;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
	.text-block.responsive {position: relative;}

}
body {
	margin: 0;
	font-family: Arial,Helvetica, sans-serif;
	background-color: black;
}