body {
    background: #d7e4c2;
}
a { 
    color:#be1e2d;
    text-decoration:none;
} 
body {margin:0;}

.topnav {
  overflow: hidden;
  background-color: #41393d;
}

.topnav a {
  float: right;
  color: #d7e4c2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ef4e22;
  color: #41393d;
}

.topnav a.active {
  float: left;
  background-color: #be1e2d;
  color: #d7e4c2;
}
h1 {text-align:center; 
    float:right;
    color:#be1e2d;
    float: right;
    margin: 100px 350px 0px;
    padding: 0px;
    direction: ltr;
    line-height: 20px;
    letter-spacing: 0.1em;
    width: 650px;
    font-size: 24pt;
}
h2 {text-align:center; 
    float:right;
    color:#be1e2d;
    float: right;
    margin: 100px 350px 0px;
    padding: 0px;
    direction: ltr;
    line-height: 20px;
    letter-spacing: 0.1em;
    width: 650px;
    font-size: 20pt;
} 
p1 { text-align:center;
    float:right;
    color:#41393d;
    display: block;
    margin-top: 2em;
    margin-bottom: 3em;
    margin-left: 7em;
    margin-right: 7em;
    margin: 50px 350px 50px;
    padding: 0px;
    direction: ltr;
    font-family: 'Adobe Caslon Pro', 'Hoefler Text', Georgia, Garamond, Times, serif;
    font-weight: normal;
    font-size: 14pt;
    line-height: 18px;
    letter-spacing: 0.1em;
    width: 650px;
    text-transform: lowercase;
    font-variant: small-caps;
}
p2 { text-align:center;
    color:#41393d;
    display: block;
    margin-top: 2em;
    margin-bottom: 3em;
    margin-left: 7em;
    margin-right: 7em;
    margin: 100px 350px 50px;
    padding: 0px;
    direction: ltr;
    font-family: 'Adobe Caslon Pro', 'Hoefler Text', Georgia, Garamond, Times, serif;
    font-weight: normal;
    font-size: 12pt;
    line-height: 16px;
    letter-spacing: 0.1em;
    width: 650px;
    text-transform: lowercase;
    font-variant: small-caps;
}
p3 { text-align:center;
    color:#ef4e22;
    display: block;
    margin-top: 2em;
    margin-bottom: 3em;
    margin-left: 7em;
    margin-right: 7em;
    margin: 10px 350px 30px;
    padding: 0px;
    direction: ltr;
    font-family: 'Adobe Caslon Pro', 'Hoefler Text', Georgia, Garamond, Times, serif;
    font-weight: normal;
    font-size: 10pt;
    line-height: 16px;
    letter-spacing: 0.1em;
    width: 650px;
    text-transform: lowercase;
    font-variant: small-caps;
}
.image1 { float:left;
       padding: 0px;
       direction: ltr;
       margin: 0px -600px 0px;
}

.container {
    position: relative;
    text-align: center;
    color: white;
}

.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

div.center1{
    color: #006;
    width: 100%;
}

span {margin: 0px;
      padding: 0px;
      border: 0px;
      outline: 0px;
      font-family: Georgia;
      font-size: 30px;
}

.mySlides {display: none}
img vertical-align: middle;
box-sizing: border-box;
    }
body {font-family: Verdana, sans-serif; margin:0}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  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;
}

/* 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}
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -80px;
    width: 40%;
} 



.botnav{
    overflow: hidden;
    z-index: 500;
    background-color: #41393d;
    text-decoration: none;
    list-style: none;
    text-align:center;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.botnav li{
    display:inline;
}
.botnav a{
    overflow: hidden;
    text-decoration: none;
    display:inline-block;
    padding:14px 14px;
    color: #d7e4c2;
}

.botnav a:hover {
  background: #f1f1f1;
  color: black;
}
   
.main {
  padding: 16px;
  margin-bottom: 30px;
}
/*the container must be positioned relative:*/
.custom-select {
  float: left;
  position: relative;
  font-family: 'Adobe Caslon Pro', 'Hoefler Text', Georgia, Garamond, Times, serif;
  margin-right: 10px;
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}
.select-selected {
  background-color: #ef4e22;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #ef4e22;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

<!-- Social media icons -->    
<style>
    img { width: 100%
}
.fa {
  padding: 16px;
  font-size: 16px;
  width: 16px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #be1e2d;
  color: white;
}

.fa-twitter {
  background: #be1e2d;
  color: white;
}
.fa-instagram {
  background: #be1e2d;
  color: white;
}

.fa-tumblr {
  background: #be1e2d;
  color: white;
}   