/* unvisited link */
a:link {
    color: #FFFF00;
}

/* visited link */
a:visited {
    color: #990000;
}

/* mouse over link */
a:hover {
    color: #FFFFEB;
}

/* selected link */
a:active {
    color: #0000FF;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

* {
  box-sizing: border-box;
}

#header {
	height: 64px;
	width: 100%;
	font-family: Tahoma, Geneva, sans-serif;
}
h1 {
	color: #FFFF00;
	font-family: Avenir, Tahoma, Geneva, sans-serif;
}
body {
	background-color: #D00002; 
	margin: 0px;
	padding: 0px;
	font-family: Avenir, Tahoma, Geneva, sans-serif;
	font-size: 18px;
}
#menu {
	float: left;
	height: 30px;
	width: 100%;
	background-color: #FF8C00;
	white-space: nowrap;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #E68A00;
	clear: both;
	text-align: left;
	padding-left: 16px;
	box-shadow: 10px 5px 10px darkred; 
     /* padding-right: 10px */
}


#banner {
	float: left;
	height: auto;
	width: 100%;
	background-color: #E68A00;
	white-space: nowrap;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 64px;
	padding-left: 16px;
	color: white;
	text-align: left;
	box-shadow: 10px 5px 30px darkred; 
}


.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;

}

.left, .right {
  width: 18%;
}

.middle {
  width: 64%;
  background-color: #FF8C00;
  font-size: 20px;
  color: white;
  padding-top: 2%;
  padding: 2%;
  box-shadow: 10px 5px 30px darkred; 
}

img{
width: 100%;
}

audio{
width: 100%;
}

video{
width:100%,
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFF00;
	background-color:#FF8C00;
	text-align: right;
	clear: both;
	float: right;
	height: 16px;
	width: 100%;
}
