@import url("reset.css");

h1 {
	font-family: serif; 
	font-size: 3em;
	font-weight: bold;
	color: Blue;
}

h2 {
	font-family: serif; 
	font-size: 2em;
	font-weight: bold;
	color: Black;
}

h3 {
	font-family: serif; 
	font-size: 1.5em;
	font-weight: bold;
	color: Black;
}

h4 {
	font-family: serif; 
	font-size: 1.4em;
	font-weight: bold;
	color: Black;
}

ul {
	list-style: disc inside;
}

strong {
	font-weight: bold;
	font-family: serif;
}

p {
	margin-bottom: .5em;
	margin-top: .5em;
}


#wrapper {
 	margin: 0 auto;
    width: 95%;
    background-color: white;
    padding: 10px;
}

#header {
	float: left;
	width: 100%;
   	margin-top: .1px;
   	margin-bottom: 20px;
    height: auto;
    background: white;
    text-align: center;
}

#chooser {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 90%;
	margin-left: 5%;
}

#navigation {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

#overview {
	display: flex;
	width: 90%;
	margin-left: 5%;
	flex-direction: row;
	background: white;
	border: 4px double gray;
	margin-bottom: 10px;
	
}

#history {
	display: flex
	flex-direction: column;
	background: white;
}

#forum {
	margin: 0 auto;
	margin-top: 10px;
    width: 80%;
    background-color: white;
    border: 2px solid white;
    padding: 30px;

}

#archive {
	margin: 0 auto;
    width: 80%;
    background-color: white;
    border: 2px solid white;
    padding: 30px;
}

#btn {
	width: 10em;
	background-color: yellow;
    border: 3px solid silver;
    margin-left: 27%;
    margin-top: .4em;
}

#links {
	display: flex;
	flex-direction: column;
    border: 2px solid white;
	background: white;
	padding: 30px;	
}

#new {
    width: 90%;
    background-color: white;
    border: 2px solid white;  
    margin: 10px;
    margin-bottom: 1em;
	padding: 10px;
}

/* Beginning of code for button to open new site  REF: How to change image on hover with CSS */

#button {
	margin-left: 3em;
}

.switch {
	width: 84px;
	height: 33px;
	position: relative;
	display: inline-block;
}

.switch .reg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index:99;
}

.switch:hover .reg {
	display: inline;
}

/* End of code to open new site */

#docs {
    width: 90%;
    background-color: white;
    border: 2px solid white;  
    margin: 10px;
    margin-bottom: 1em;
	padding: 10px;
}

.cntr {
	text-align: center;
	margin-bottom: .3em;
}

#deaths {
	background-color: white;
	padding-bottom: 10px;
	border-bottom: 4px double gray;
}

#programs {
	margin-top: 30px;
}

#footer {
    height: 40px;
    width: 100%;
    background: white;
    clear: both;
    text-align: center;
    padding-top: 30px;
}
