@import url('https://fonts.googleapis.com/css?family=Arial|Sofadi+One|Bokor|Livvic|Open+Sans');

* {
  box-sizing: border-box;
}

body, html {
  background-color: #2E3440;
  height: 100%;
}

h1 {
  font-family: Bokor;
  font-size: 60px;
  color: #ED8554;
  text-align: center;
  text-shadow: 0 0 3px #FF0000;
}

h2 {
  font-family: Bokor;
  font-size: 40px;
  color: #173F5F;
  text-align: center;
}

h3 {
  font-family: Bokor;
  font-size: 70px;
  color: #ED8554;
  text-align: center;
}

h4 {
  font-family: Bokor;
  font-size: 30px;
  color: #ED8554;
  text-align: left;
  text-align: center;
}

h5 {
  font-family: Arial;
  font-size: 25px;
  color: #ED8554;
  text-align: left;
  text-align: center;
}

p {
  font-family: Arial;
  font-size: 25px;
  text-align: center;
  width: 100%;
  padding: 20px;
  color: #de8b67;
}

ol, ul {
  font-family: Arial;
  font-size: 25px;
  text-align: center;
  width: 100%;
  padding: 20px;
  color: #de8b67;
}

a. {
  color: #a64f63;
  text-decoration: underline;
}

 /* unvisited link */
a:link {
  color: #a64f63;
  text-decoration: underline;
}

/* visited link */
a:visited {
  color: #f3ea9a;
  text-decoration: underline;
}

/* mouse over link */
a:hover {
  color: #5F236B;
  text-decoration: underline;
}

/* selected link */
a:active {
  color: #5F236B;
  text-decoration: underline;
} 


/* Footer */
.footer {
  padding: 20px;
  text-align: center;
  background: none;
  margin-top: 20px;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
  }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
  .topnav a {
    float: none;
    width: 100%;
  }
}


/* Lore Bible table */
.loretable {
  width: 50%;
  border: none;
  background-color: #173F5F;
  padding: 20px;
}

/* Infotable */
.infotable {
  width: 100%;
  border: none;
  background-color: #173F5F;
  padding: 20px;
} 

/* Infotable titles */
.infotexttitle {
  font-family: Livvic;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
} 

/* Infotable text */
.infotext {
  font-family: Livvic;
  font-size: 20px;
  text-align: left;
  color: #ffffff;
} 

/* Invisible table for footer */
table {
  width: 100%;
  border: 0px solid red;
} 

.container {
  position: relative;
}

.bottomright {
  font-family: Arial;
  position: absolute;
  bottom: 8px;
  right: 16px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 5px #173F5F;
}

img { 
  height: auto;
}

/* Images floating at centre */
.central {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
	}

/* Images floating on left (wrapping, with border) */
.textwrapleft {
float: left;
margin: 10px;
border: 2px solid #fb8500;
	}

/* Images floating on right (wrapping, with border) */
.textwrapright {
float: right;
margin: 10px;
border: 2px solid #fb8500;
	}

/* Images floating on left (with border) */
.bordered {
margin: 10px;
border: 2px solid #fb8500;
	}

/* Images floating on left (no border - for circle icons) */
.textwrapleftcircle {
float: left;
margin: 10px;
border: none;
	}

/* Images floating on right (no border - for circle icons) */
.textwraprightcircle {
float: right;
margin: 10px;
border: none;
	}

div.gallery {
  margin: 20px;
  border: 1px solid #ED553B;
  float: left;
  width: 250px;
  padding: 15px;
  background-color: none;
}

div.gallery:hover {
  border: 1px solid #F6D55C;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

div.galtitle {
  padding: 15px;
  font-size: 25px;
  font-family: Livvic;
  font-weight: bold;
  color: #173F5F;
  text-align: center;
}

div.galmain {
  padding: 15px;
  font-family: Livvic;
  font-size: 18px;
  font-style: italic;
  text-align: left;
  color: #20639B;
}

 /* unvisited link */
a.desc:link {
  font-family: Livvic;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #20639B;
  color: white;
  padding: 14px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

/* visited link */
a.desc:visited {
  font-family: Livvic;
  font-size: 18px;
  font-weight: bold;
  background-color: #20639B;
  color: white;
  padding: 14px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

/* mouse over link */
a.desc:hover {
  font-family: Livvic;
  font-size: 18px;
  font-weight: bold;
  background-color: #68829E;
  color: white;
  padding: 14px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

/* selected link */
a.desc:active {
  font-family: Livvic;
  font-size: 18px;
  font-weight: bold;
  background-color: #20639B;
  color: white;
  padding: 14px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
} 

/* Slideshow */

body {font-family: Open Sans, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 500px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  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 {
  -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}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}