h3 {
	color:#2E5984;
	font-weight: 550;
	font-family: cursive;
}
body{
	background-color:#dae6f2;
	font-size: 150%;
	margin: 30px;
}
h1{
	color: #2E5984;
	text-align: center;
	text-shadow: 3px 2px 1.5px #83abd3;
	font-family: cursive;
}
li, p, form, ::placeholder{
	color: #3f3f3f;
}
b{
	color: #3f3f3f;
	text-align: right;
}
#email_location{
	text-align: center;
	color: #3f3f3f;
	font-family: serif;
	font-weight: 300;
	text-decoration: underline;
}
.date{
	font-style: italic;
}
section{
	margin-left: 20%;
}
a{
	font-size: 120%;
	padding: 5px 10px 5px 10px;
	border-radius: 12px;
}
a:link{
	background-color: #2E5984;
	color: #dae6f2;
	border: 1px solid #dae6f2;
}
a:visted{
	background-color: ##84a0bb;
	color: #2E5984;
	border:1px solid #2E5984;
}
a:hover{
	background-color: #83abd3;
	color: #2E5984;
	border:1px solid #2E5984;
	padding: 10px 15px 10px 15px;
	font-size: 130%;
}
a:active{
	padding: 5px 10px 5px 10px;
	font-size: 115%;
	background-color:#84a0bb;
	color: #dae6f2;
}
footer{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
hr{
	border: 1px solid;
	color: #2E5984;
}
th, td{
	border: 1px solid #2E5984;
	padding: 10px 20px 10px 20px;
	text-align: center;
	width: 100px;
}
table{
	border-collapse: collapse;
	color: #1c354f;
	margin-left: 30px;
	width: 50%;
}
th{
	background-color: #6698c9;
	text-transform: uppercase;
	font-family: cursive;
	text-shadow: 1px 1px 0px #1c354f;
	text-shadow: -1px -1px 0px #1c354f;
	text-shadow: -1px 1px 0px #1c354f;
	text-shadow: 1px -1px 0px #1c354f;
}
tr:nth-child(2), tr:nth-child(3){
	background-color: #b2cce4;
}
tr:nth-child(4), tr:nth-child(5){
background-color: #f0f5fa;
}
.container{
     display: flex;
     align-items: flex-start;
}
.container img{
     max-width: 15%;
     margin-right: 25%
}
.text-container{
     display: flex;
     flex-direction: column;
}
.text-container h1 {
     margin: 0;
 }
 #messageTF{
 	width: 257px;
 	padding-bottom: 30px;
 }
 #submitB, #messageTF, #nameTF2, #emailTF{
 	font-family: serif;
 }
 #messageTF, #nameTF2, #emailTF{
 	font-size: 18px;
 	margin-bottom: 5px;
 }
 #nameTF2, #emailTF{
 	padding-bottom: 5px;
 	padding-top: 5px;
 	margin-bottom: 5px;
 }
 #submitB{
 	font-size: 80%;
 	background-color: #2E5984;
	color: #dae6f2;
	border: 1px solid #dae6f2;
	border-radius: 5px;
 }
 #submitB:hover{
 	background-color: #83abd3;
	color: #2E5984;
	border:1px solid #2E5984;
	border-radius: 5px;
	padding: 4px 8px 4px 8px;
	font-size: 100%;
 }
 #submitB:active{
 	padding: 2px 4px 2px 4px;
 	font-size: 80%;
 	background-color:#84a0bb;
	color: #dae6f2;
 }