* 
{
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

Body
{
	background-color:#000;
}

table, th, td 
{
	padding: 15px;
	border: 1px solid;
	border-collapse: collapse;
	width: 90%;
}

#clipper
{
	float:left;
	width: 100%;
	margin-bottom: 20px;
	background-color: #ED1C24;
	height: 40px;
	margin-bottom:10px;
}

#Content
{
	color: #aaa;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	margin-bottom: 40px;
	max-width: 1260px;
	min-width: 780px;
	width: 780px;
	text-align: left;
}

#Content2
{
	color: #aaa;
	margin-left: auto;
	margin-right: auto;
	margin-top: 210px;
	margin-bottom: 40px;
	max-width: 1260px;
	min-width: 780px;
	width: 780px;
	text-align: left;
}

#Content3
{
	color: #aaa;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 450px;
	max-width: 1260px;
	min-width: 780px;
	width: 780px;
	text-align: left;
}

#logo 
{
	float: left;
	width: 302px;
	height: 72px;
	margin-right: 30px;
}
#Ender
{
	top:550px;
	position: relative;
	padding-top: 1px;
	width: 100%;
	height: 80px;
	bottom: 0px;
	background-color: #16120f;
}
header h1
{
	visibility: hidden;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  float: right;
  border-radius: 3px;    
}

nav li {
  float: left;          
}

nav #login {
	color: #fcff66;
}

nav #login-trigger,
nav #register a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  padding: 0 8px;
}

nav #register a {
  border-radius: 0 3px 3px 0;
}

nav #login-trigger {
  border-radius: 3px 0 0 3px;
}

nav #login-trigger:hover,
nav #login .active,
nav #register a:hover {
}

nav #login-content {
  display: none;
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 999;    
  padding: 15px;
  border-radius: 3px 0 3px 3px;
}

nav li #login-content {
  right: 0;
  width: 250px;  
}

nav ul li
{

	list-style: none;
	display: inline;
}

nav ul li a
{
	text-align: center;
	padding: 1px;
	display: inline-block;
}
nav 
{

	float: right;
	display: inline-block;
	margin-right:  59px;
	margin-top: 5px;
}

section
{

}

section ul, ol
{
}

h2 {
    text-align: left;
  }
h3
{
  text-align: left;
}

footer
{
	position:absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	border-top: solid 2px #9C8D00;
	height: 5rem;

}

.img-proj1
{
	float: left;
	margin-right: 50px;
	Height: 250px;
	Width: 400px;
}

.Tile
{
	Height: 300px;
	Width: 1050px;
	border: solid 1px #9C8D00;
	display: inline-block;
	Margin: 4px;
	margin-bottom: 20px;
}

.Description
{
	color: #aaa;
	Width: 1000px;
	Height: 300px;

}

.Tile1 
{
	Height: 300px;
	Width: 100px;
	margin-top: 12px;
	margin-bottom: 24px;
	margin-left: 20px;
	margin-right: 20px;
	display: inline-block;
}

.foottext
{
	color: #aaa;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 700px;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}


@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
