
@media only screen and (min-width: 484px)
{
.topbar
{
	width:100%;
	height:60px;
	background-color:#89CFF0
}

h1
{
	font-family: Arial, Verdana, Sans-Serif;
	color:#ADD8E6;
	margin-left:2em;
	text-shadow: 1px,1px,2px #000000;
	text-align:center;
	text-shadow: 3px 3px 2px #386db1;
	text-align:center;
	font-size:200%;
	line-height:110%;
}

.banner
{
	width:100%;
	float:left;
}

nav
{
	font-family:Verdana, Arial, Sans-serif;
	width:100%;
	float:left;
}

ul
{
	display:flex;
	flex-direction:row;
	list-style-type:none;
	padding:0;
	margin:0;
}

li
{
	background:#84cdee;
	width:20%;
	margin:0 15px 15px 0;
	padding:5px;
	text-align:center;
}

/* unvisited link */
a:link {
  color:#366ab3;
  text-decoration:none;
  font-family: Impact, sans-serif;
}

/* visited link */
a:visited {
  color:#3363ab;
  text-decoration:none;
  font-family: Impact, sans-serif;
}

/* mouse over link */
a:hover {
  color:#224b8d;
  text-decoration:none;
  font-family: Impact, sans-serif;
}

/* selected link */
a:active {
  color:#386db1;
  text-decoration:none;
  font-family: Impact, sans-serif;
}

h2
{
	font-family: Arial, Verdana, Sans-Serif;
	color:#224b8d;
	font-size:200%;
	line-height:110%;
}

body
{
	background:#386db1;
}

p
{
	font-family:Arial, Verdana, Sans-Serif;
	text-align:justify;
	margin-left: 2em;
	margin-right: 2em;
	text-indent: 2em;
	font-size:200%;
}
main
{
	width:60%;
	float:left;
}
aside
{
	width:40%;
	float:right;
}
blockquote
{
	font-family:Arial, Verdana, Sans-Serif;
	text-align:justify;
	margin-left: 2em;
	margin-right: 2em;
	text-indent: 2em;
	font-size:100%;
}

.king
{
 display:block;
 margin-left:auto;
 margin-right:auto;
 width:40%;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 12000px;
  position: relative;
  margin: auto;
}

/* 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);
}

/* 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}
}

.gallery
{
    width:100%;
    display:grid;
    grid-template:33% 33% 33% / 33% 33% 33%;
    grid-gap: 20px 20px;
    grid-row-gap:10px;
    align-content:center;
}

.history
{
	width:50%;

}

.maker
{
	width:75%;
	margin-top:75px;
}

.map
{
	font-family:Verdana, Arial, Sans-serif;
	width:100%;
}

}

@media only screen and (max-width: 484px)

{
.topbar
{
	width:100%;
	height:60px;
	background-color:#89CFF0
}

h1
{
	font-family: Arial, Verdana, Sans-Serif;
	color:#ADD8E6;
	margin-left:2em;
	text-shadow: 1px,1px,2px #000000;
	text-align:center;
	text-shadow: 3px 3px 2px #386db1;
	text-align:center;
	font-size:200%;
	line-height:110%;
}

.banner
{
	width:100%;
	float:left;
}

nav
{
	font-family:Verdana, Arial, Sans-serif;
	width:100%;
	float:left;
}

ul
{
	display:flex;
	flex-direction:row;
	list-style-type:none;
	padding:0;
	margin:0;
}

li
{
	background:#84cdee;
	width:20%;
	margin:0 15px 15px 0;
	padding:5px;
	text-align:center;
}

/* unvisited link */
a:link {
  color:#366ab3;
  text-decoration:none;
  font-family: Impact, sans-serif;
}

/* visited link */
a:visited {
  color:#3363ab;
  text-decoration:none;
  font-family: Impact, sans-serif;
}

/* mouse over link */
a:hover {
  color:#224b8d;
  text-decoration:none;
  font-family: Impact, sans-serif;
}

/* selected link */
a:active {
  color:#386db1;
  text-decoration:none;
  font-family: Impact, sans-serif;
}

h2
{
	font-family: Arial, Verdana, Sans-Serif;
	color:#224b8d;
	font-size:200%;
	line-height:110%;
}

body
{
	background:#35aefd;
}

p
{
	font-family:Arial, Verdana, Sans-Serif;
	text-align:justify;
	margin-left: 1em;
	margin-right: 1em;
	text-indent: 2em;
	font-size:5vw;
}
main
{
	width:100%;
	float:right;
}
aside
{
	width:100%;
	float:right;
}
blockquote
{
	font-family:Arial, Verdana, Sans-Serif;
	text-align:justify;
	margin-left: 2em;
	margin-right: 2em;
	text-indent: 2em;
	font-size:100%;
}
.king
{
 display:block;
 margin-left:auto;
 margin-right:auto;
 width:40%;
}

* {box-sizing:border-box}

/* 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: 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);
}

/* 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}
}

.history
{	
	font-family:Arial, Verdana, Sans-Serif;
	text-align:justify;
	margin-left: 2em;
	margin-right: 2em;
	text-indent: 2em;
	font-size:100%;

}

.gallery
{
    width:100%;
    display:grid;
    grid-template:33% 33% 33% / 33% 33% 33%;
    grid-gap: 20px 20px;
    grid-row-gap:10px;
    align-content:center;
}

.maker
{
	width:75%;
	margin-top:50px;
}

.map
{
	font-family:Verdana, Arial, Sans-serif;
	width:100%;
}

}	













