/* HTML5 display-role reset for older browsers */
address, article, aside, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section 
{
  display: block;
  margin: 0;
  padding: 0;
}

header, footer 
{
  font-family: Verdana, trebuchet, Arial, sans-serif;
  text-align: center;
  background-color: #a12b02;
}
nav 
{
  display: inline-block;
  font-size: 18px;
  text-align: center;
}
a
{
  padding: 5px;
  margin: 10px;
  background-color: white;
  border: solid 1px white;
  letter-spacing: 3px;
  border-radius: 5px;
}
h1
{
  font-size: 40px;
  font-weight: 10px;
}
h3
{
  font-weight: 20px;
  font-size: 30px;}
body 
{
  color: white;
  margin: 0 auto;
  padding: 5px;
  line-height: 2;
  background: black url(background.png);
  background-size: cover;
  font-family: Georgia, 'Lucida bright', 'times new roman', serif;
  font-size: 14px;
  text-align: center;
  align-content: center;
}
blockquote, q 
{
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after 
{
  content: '';
  content: none;
}
ol, ul 
{
  list-style: none;
}
table 
{
  border-collapse: collapse;
  border-spacing: 0;
}
footer 
{
  margin-top: 300px;
  padding: 10px;
}
#ad 
{
  margin: 10px 0;
  padding: 5px;
}
#search 
{
  color: white;
  margin: 10px 0;
  padding: 5px;
}
#results 
{
  color: white;
  padding: 2px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  float: left;
}

.active 
{
  height: 350px;
}
.active button 
{
  visibility: visible;
} 
.active .buttons 
{
  padding: 0px 0;
  text-align: center;
  z-index: 10;
  position: relative;
}
.active li 
{
  position: absolute;
  top: 50px;
  opacity: 0;
  transform: scale(0);
  transition: 1s;
}
.active li.current 
{
  top: 50px;
  opacity: 1;
  transform: scale(1);
  transition: 1s;
}
.arrow
{
  height: 30px;
  width: 50px;
}
.carouselbox 
{
  font-family: helvetica,sans-serif;
  font-size: 14px;
  width: 300px;
  position: relative;
  margin-left: 30%;
  overflow: hidden;
}
.carouselbox button 
{
  visibility: visible;
}
.cell
{
  background-color: black;
  padding: 6px;
  font-size: 20px;
}
.content 
{
  margin: 0;
  padding: 0;
}
.content li 
{
  font-size: 100px;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
  z-index: 2;
}
.field
{
  border: none;
}
.footer {
  text-align: center;
}
.offscreen 
{
  position: absolute;
  left: -2000px;
}
.li img 
{
  width: 300px;
  height: 300px;
  display: block;
}
.simple-form 
{
  float: right;
  padding: 2px;
  display: inline-block;
  vertical-align: top;
  background-color: white;
  color: black;
}
.simple-form label 
{
  font-weight: bold;
}
.simple-form input[type=text],
.simple-form select,
.simple-form input[type=password],
.simple-form textarea 
{
  width: 150px;
}
.simple-form input[type=submit],
.simple-form button[type=submit]
{
  background-color: green;
  color: white;
  border-radius: 15px;
  padding: 3px;
  margin-top: 5px;
  float: right;
}
.table 
{
  height: 200px;
  width: 400px;
}