﻿.body{
	background-image:url('plan9.gif');
	background-size:100% auto;
	background-position:center;
	background-repeat:repeat;
	background-attachment:fixed;
}
img.logo {
    width:100%;
    height:auto;
}
.auto-style3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:100%;
	color:#003399;
	text-decoration:none;
}
.auto-style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	color:black;
}
.auto-style5 {
	font-family: Tahoma;
	font-size: x-large;
}
.auto-style6 {
	font-size: x-large;
}
.auto-style7 {
	font-size: small;
	color: #C0C0C0;
}


/* Slideshow container */
.slideshow-container {
  max-width: 300px;
  position:relative;
  margin:;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  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);
}
.row2:after {
  content: "";
  display: table;
  clear: inherit;
}

@media only screen and (max-width: 800px) {
  .auto-style5{ font-size: large}
  .auto-style6{ font-size: large}
  .titlesize{ font-size: x-large}
  .prev, .next,.text {font-size: 11px}
  .next{ margin-right:20px}
}

