* {
	font-family: "Arial", Verdana, sans-serif;
	background-color: #FFF5EE;
}

#Navigator {
	font-size: 20px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 11.5%;
	background-color: #333;
	height: 125%;
    position: absolute;
    overflow: visible;
	border-right: 2px solid black;
}

table, td {
	column-width: 650px;
	vertical-align: top;
}

li a, .dropbtn {
	background-color: #333;
	display: block;
	color: white;
	text-align: left;
	padding: 14px 20px;
	text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
	background-color: #1e1e1e;
}

li:last-child {
    border-bottom: none;
}

h1 {
	font-size: 55px;
	color: black;
	height: 80px;
	margin: 0;
	text-align: left;
	padding-top: 28px;
	padding-bottom: 12px;
	border-bottom: 2px solid black;
	text-indent: 195px;
	background: url("Flag.jpg") no-repeat center top;
	background-size: 1400px 130px;
	background-attachment: fixed;
}

.InformationA {
	position: relative;
	left: 200px;
	width: 500px;
}

.InformationB {
	position: relative;
	left: 200px;
	width: 800px;
}

p {
	font-size: 18px;
}

h2 {
	font-size: 30px;
	height: 20px;
}

mark {
	background-color: #f2f2ef;
	padding-left: 8px;
	padding-right: 10px;
}

img {
	border-radius: 2%; /* Round image corners */
}

/* Dropdown Stuff */
li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #0a0a0a;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.dropdown-content a:hover {background-color: black}

.dropdown:hover .dropdown-content {
    display: block;
}
/* Slideshow CSS */

/* {box-sizing:border-box} (Screws up previous code, not sure what it does with slides)

	/* Slideshow container */
.Slideshow {
  max-width: 500px;
  position: relative;
  margin: auto;
  padding-top: 25px;
  float: right;
}

.Slides {
    display: none;
}

	/* Caption text  */
.Caption {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

	/* Fading animation */
.Fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* End Slideshow CSS */

