@charset "utf-8";
/* CSS Document */




*{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}

header {
	font-size: 20px;
	position: relative;
	background-color: #DDDDDD;
	height: 150px;
}

.image {
	bottom: 750px;
	right: 10px;
	border-bottom: medium solid black;
}

h1 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	text-shadow: 2px 2px #FFF;
	display: block;
	top: 100px;
	line-height: 2;
}

h2 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	text-shadow: 2px 2px #FFF;
	display: block;
	top: 0px;
	line-height: 0px;
}



/* SIDEBAR */

.w3-sidebar {
	height:100%;
	width:200px;
	background-color:#fff;
	position:fixed!important;
	z-index:10;
	overflow:auto;
	border: medium solid black;
	margin-top: -178px;
}
.w3-bar-block .w3-dropdown-hover,.w3-bar-block .w3-dropdown-click {
	width:100%;
}
.w3-bar-block .w3-dropdown-hover .w3-dropdown-content,.w3-bar-block .w3-dropdown-click .w3-dropdown-content {
	min-width:100%;
}
.w3-bar-block .w3-dropdown-hover .w3-button,.w3-bar-block .w3-dropdown-click .w3-button {
	width:100%;
	text-align:left;
	padding:8px 16px;
}

.w3-bar {
	width:100%;
	overflow:hidden;
}.w3-center .w3-bar {
	display:inline-block;
	width:auto;
}
.w3-bar .w3-bar-item {
	padding:8px 16px;
	float:left;
	width:auto;
	border:none;
	outline:none;
	display:block;
}
.w3-bar .w3-dropdown-hover,.w3-bar .w3-dropdown-click {
	position:static;
	float:left;
}
.w3-bar .w3-button{
	white-space:normal;
}
.w3-bar-block .w3-bar-item {
	width:auto;
	display:block;
	padding:8px 16px;
	text-align:left;
	border:none;
	outline:none;
	white-space:normal;
	float:none;
}
.w3-bar-block.w3-center .w3-bar-item {
	text-align:center;
}.w3-block {
	display:block;
	width:100%;
}


h3 {
	text-align: center;
	font-size: 27px;
}

.links {
	display: flex;
	flex-wrap: wrap;
}

.link-link {
	min-width: 490px;
	max-width: inherit;
}

ul {
	list-style-type: none;
	padding: 8px 16px;
}


/* LINK SETTINGS */


a.one:link, a.one:visited {
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
}

a.one:hover, a.one:active {
    background-color: #555;
    color: white;
}

a.two:link, a.two:visited {
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
	display: block;
}

a.two:hover, a.two:active {
    background-color: #555;
    color: white;
}

.menu-bar {
	display: flex;
	color: #000;
	padding: 8px 16px;
	text-decoration: none;
	font-size: 18px;
	background-color: #DDDDDD;
	text-align: center;
}

/* JUMBOTRON */

.jumbotron {
	display: flex;
	align-items: center;
	background-image: url(images/2002_0806_092836AA1.jpg);
	background-size: cover;
	height: 400px;
}

/* FOOTER */

footer {
  	font-size: 13px;
  	padding: 5px 0;
	margin-top: 10px;
	text-align: center;
	background-color: #DDDDDD;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}