body
{
background-color: red;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
margin:0.20em;
padding:0.1em;
color: #111;
}

a
{
text-decoration: none;
}

section a
{
color:#0000CD;
}

section a:visited
{
color:#0000CD;
}

h1
{
font: 2em/1.8em arial, helvetica, sans-serif; /* 24px/36px */
margin: 0.1em;
padding: 0.01em;
}

h2
{
font: 1.6em/1.5em arial, helvetica, sans-serif; /* 18px/27px */
margin: 0.1em;
padding: 0.01em;
}

h3
{
font: 1.4em/1.3em arial, helvetica, sans-serif; /* 16px/24px */
margin: 0.1em;
padding: 0.01em;
}

h4 {
font: 1.3em/1.2em arial, helvetica, sans-serif; /* 14px/21px */
margin: 0.01em;
padding: 0.01em;
}

h5
{
font: 1.2em/1.1em arial, helvetica, sans-serif; /* 12px/18px */
margin: 0.01em;
padding: 0.01em;
}

h6
{
font: 1.15em/1.1em arial, helvetica, sans-serif; /* 12px/18px */
margin: 0.01em;
padding: 0.01em;
}

table, th, td {
  border: none;
  margins: 0;
  padding: 0;
  font: 0.95em arial, helvetica, sans-serif; /* 12px/18px */
}

label
{
font-size: 1.1em;
line-height: 1em;
width: 150px;
text-align: right;
}

article 
{
margin: 0.01em;
padding: 0.01em;
}

section
{
margin-top: 1.25em;
margin-left: 0.25em;
margin-right: 0.25em;
margin-bottom: 1.25em;
padding: 0.01em;
}

dl
{
margin-top: 0.75em;
margin-bottom: 0.01em;
margin-left: 0.01em;
margin-right: 0.01em;
padding: 0.01em;
}

dt
{
font: 1em/1.5em arial, helvetica, sans-serif;
margin-top: 0.01em;
margin-bottom: 0.01em;
margin-left: 0.5em;
margin-right: 0.01em;
padding: 0.01em;
}

dd
{
display: list-item;
list-style-type: disc;
margin-top: 0.2em;
margin-bottom: 0.01em;
margin-left: 2em;
margin-right: 0.01em;
padding: 0.01em;
}

td
{
height: 25px;
padding: 5px;
border: none;
}

footer
{
font-size: 1em;
line-height: 1.5em;
color:#FFF;
clear:both;
text-align:center; padding:5px;
}

footer a:link
{
color:#FFF;
}

footer a:visited
{
color:#FFF;
}

footer a:hover
{
color:#FFF;
}

footer a:active
{
color:#FFF;
}

main
{
width: 90%;
padding: 10px;
border: 5px white;
background-color: white;
border-radius: 25px;
margin: auto;
min-height: 50em;
}

header, nav, article, footer
{
border:1px white;
margin:0.01em;
padding:0.2em;
}

header
{
background-color: white;
color: #111;
}

nav {
background-color: #111;
border: 1px solid #111;
color: #fff;
display: block;
margin: 0.3;
padding: 0.1;
overflow: hidden;
font: 0.95em arial, helvetica, sans-serif;
}

nav ul
{
margin: 1px 1px;
padding: 1px;
list-style: none;
}

nav ul li
{
margin: 1px 1px;
padding: 1px;
display: inline-block;
list-style-type: none;
transition: all 0.2s;
}

nav > ul > li > a
{
color: #aaa;
display: block;
line-height: 2em;
margin: 1px 10px;
padding: 1px;
text-decoration: none;
}



nav li > ul {
display : none;
background-color: #bbb;
}

nav li > ul li
{
display: block;
}

nav li > ul li a
{
color: #111;
display: block;
line-height: 2em;
padding: 0.5em 1em;
text-decoration: none;
}

nav li:hover
{
background-color: #666;
}


nav li:hover > ul
{
position:absolute;
display : block;
}

nav li > ul > li ul {
display: none;
background-color: #888;
}

nav li > ul > li:hover > ul {
position:absolute;
display : block;
margin-left:100%;
margin-top:-3em;
}

nav ul > li.sub {
background: url(ic_keyboard_arrow_down_white_18dp.png) right center no-repeat;
}

nav ul > li.sub li.sub {
background: url(ic_keyboard_arrow_right_white_18dp.png) right center no-repeat;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 500px;
  max-height: 500px;  
  position: relative;
  margin: 50px auto 5px auto;
}

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

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

/* 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: black;
  font-size: 15px;
  padding: 35px 1px;
  position: absolute;
  bottom: 5%;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: red;
  font: 0.95em arial, helvetica, sans-serif;
  position: absolute;
  top: -45px;
  left: 50px;
  
}

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

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

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

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

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