/*Main website content*/.bodymain {	background-color: #C8C8C8;	font-family:"Exo 2";}.bodytext {	margin: 25px 75px 150px;}mainh3 {	font-family: "Exo 2";	font-weight: normal;	font-size: 20px;	text-align: center;	padding: 0;}fineprint {	font-family: "Exo 2";	font-weight: normal;	font-size: 12px;	text-align: left;}/*Place images side by side*/.img-wrap, h1{				text-align: center;						}			.img-wrap a img{ 					display:block;			}			.img-wrap > a{ 					display:inline-block; 					vertical-align: middle; 					border: 0px solid #555			}			/*DROPDOWN HEADER MENU*/#dropdownheader { 	width: 100%;     background-color: rgba(38, 38, 38, 1);		height: 60px; 		position: static;	margin-top: 0px;		text-align: center;}
/* Dropdown Button */.dropbtn {    background-color: #4CAF50;    color: white;    padding: 13px;    font-size: 16px;	font-family:"Exo 2";	text-shadow: 4px 4px 4px #5A5A5A;    border: none;    cursor: pointer;	text-decoration: none;}/* The container <div> - needed to position the dropdown content */.dropdown {    position: relative;    display: inline-block;	text-decoration: none;	padding: 6px 0px;}/* Dropdown Content (Hidden by Default) */.dropdown-content {    display: none;	text-decoration: none;    position: absolute;    background-color: #f9f9f9;    min-width: 160px;    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);}/* Links inside the dropdown */.dropdown-content a {    color: black;    padding: 12px 12px;	font-family:"Exo 2";    text-decoration: none;    display: block;}/* Change color of dropdown links on hover */.dropdown-content a:hover {background-color: #f1f1f1}/* Show the dropdown menu on hover */.dropdown:hover .dropdown-content {    display: block;}/* Change the background color of the dropdown button when the dropdown content is shown */.dropdown:hover .dropbtn {    background-color: #3e8e41;}
/*For header buttons that are links themselves*/.buttonlink{    color: white;    font-size: 16px;    border: none;    cursor: pointer;	text-decoration: none;}