body {
    margin-top: 0px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-left: auto;
    margin-right: auto;
    background-color: cornflowerblue;
    background-image: url(https://cdn.pixabay.com/photo/2016/09/08/20/52/starry-sky-1655503_1280.jpg);
}

#mainheader {
    background-color: #000000;
}

header {
    display:flex;
    justify-content: space-between;
}
.header-center {
    text-align: center;
    justify-content:center;
}

@font-face {
    font-family: myFirstFont;
    src: url(LuxuriousRoman-Regular.ttf);
}
  
h1 {
    display: flex;
    justify-content: center;
    font-family: myFirstFont;
    color:#061820;
}

.banner-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

nav {
    height: 60px;
    width: 1000px;
    margin: 0 auto 20px;
}

#leftmenu {
    float: float;
    width: 30%;
    margin-bottom: 20px;
}

.searchbox {
    padding: 5px;
    margin: 10px 10px;
    width: 200px;
}

#main {
    float: right;
    width: 70%;
    margin-bottom: 20%;
}

footer {
    clear: both;
    width: 100%;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block;
}

.menu-img {
    float: left;
    width: 10px;
}


.menu-button {
  font-size:3em;
  cursor:pointer;
  color:#796483;
  
}
@media screen and (max-width:768px){
  main-header{
    font-size:3em;
  }
}
.icon-bar a {
    display: block;
    width: 20%;
    text-align: center;
    padding: 12px 0;
    transition: all 0.3s ease;
    color: #796483;
    font-size: 36px;
    z-index: 999;
}

.icon-bar {
    z-index: 999;
}

.icon-bar a:hover {
    color: #3695be;
}

.active {
    background-color: #0a4863;
}

#heading-container {
    position: relative;
    margin-top: 20px;   
}

#content-wrap {
    padding-bottom: 2.5rem; /* Footer height */
}

footer {
    /* position: fixed; */
    bottom: 0;
    width: 100%;
    height: 7.5rem;         /* Footer height */
    background: black;
    font-size: 20px;
    padding: 20px;
    border: 2px solid #796483;
    margin: 20px;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
}
}

div.gallery {
    margin: 5px;
    border: 1px solid silver;
    float: left;
    width: 180px;
    background-color: black;
}

#gallery {
    display: flex;
    align-items: center;
    justify-content: space-between; 
}

div.gallery:hover {
    border: 1px solid plum;
}
  
div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
    background-color: black;
    color: #796483;
}

.flex-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  
  .flex-container > div {
    width: 100px;
    margin: 10px;
    text-align: center;
    line-height: 20px;
    font-size: 15px;
  }

  * {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 600px;
  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/5 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: #2e4e5c;
}

/* 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}
}

div.a {
  text-indent: 50px;
}

.double-space {
  line-height: 2;
}

.img-fluid {
  max-width: 100%; 
  height: auto;
}



