body {background-color: white;}

.sidebar {
  list-style-type: none;
  z-index: 1; /* Stay on top */
  margin: 0;
  top: 5%;
  padding: 0;
  width: 20%;
  height: 100%;
  position: fixed;
  overflow: auto;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
}

.sidebar a {
  display: block;
  color: black;
  padding: 8px 16px;
  padding-top: 10px;
  text-decoration: none;
}
.sidebar a:hover:not(.active) {
    opacity: 0.5;
    color: black;
}
@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #ffffff;
    margin: 0;
    text-align: center;
  }
  .sidebar a {float: left;}
  div.content {margin-left: 0;}
}

@media screen and (max-width: 700px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
}

* {
  box-sizing: border-box;
}

.flex-container {
  padding-left: 12%;
  margin-top: 4%;
  display: flex;
}

@media screen and (max-width: 700px) {
  .flex-container {
    padding-left: 1%;
    padding-right: 1%;
    display: flex;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}


/* Create four equal columns that sits next to each other */
.column {
  flex-wrap: wrap;
  max-width: 33%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  text-decoration: none;
}

.column img {
  margin: 2px;
  vertical-align: middle;
  width: 100%;
}

/* gallery */

.content {
  padding-left: 230px;
  padding-right: 100px;
}


* {box-sizing:border-box}

.header {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 1px;
  color: black;
  margin-top: 8%;
  padding-bottom: 10%;
}

.header2 {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 1px;
  color: black;
  margin-top: 5%;
  padding-bottom: 2%;
}

.header3 {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  color: black;
  margin-top: 2%;
  padding-bottom: 3%;
}

hr {
  width: 5%;
  border: 1px solid grey;
  margin-top: 5%;
}

.img {
  width: 100px;
  float: right;
  padding-top: 20px;
}


/* Slideshow container */
.slideshow-container {
  max-width: 600px;
  max-height: 400px;
  position: relative;
  margin: auto;
  text-align: center;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 90%;
  left: 90%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: gray;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 5px 5px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 5px 0 0 5px;
}

.prev {
  left: 0;
  border-radius: 5px 0 0 5px;
}


/* Caption text */
.text {
  color: black;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  position: absolute;
  width: 100%;
  top: 135%;
  text-align: center;
  margin: auto;

}


/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 4px;
  width: 4px;
  margin: 150px 2px;
  background-color: #bbb;
  border-radius: 50%;

  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: black;
}

/* Fading animation*/
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 0.5s;
  animation-name: fade;
  animation-duration: 0.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.paragraph {
  font-family: 'Vollkorn', serif;
  max-width: 600px;
  position: relative;
  margin: auto;
  width: 100%;
  font-size: 14px;
  text-align: left;
  line-height: 20px;
  letter-spacing: 0.7px;
}

.paragraph2 {
  font-family: 'Vollkorn', serif;
  max-width: 600px;
  position: relative;
  margin: auto;
  width: 100%;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  letter-spacing: 0.7px;
}

* {
  box-sizing: border-box;
}
/*
.name {
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    color: black;
    padding-top: 1px;
    padding-bottom: 20px;
    text-decoration: none;
    }*/

@media screen and (max-width: 700px) {
  .content {
    padding-left: 0;
    padding-right: 0;
    }
  }
/* gallery */

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}
.name {
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    color: black;

    padding-bottom: 20px;
    text-decoration: none;
    }

.footer2 {
  font-family: 'Lato', sans-serif;
  font-style: italic;
  text-align: center;
  font-size: 12px;
  padding-top: 10%;
  padding-bottom: 5%;
  padding-left: 20%;
  color: black;
}

.footer {
  font-family: 'Lato', sans-serif;
  font-style: italic;
  text-align: center;
  font-size: 12px;
  padding-top: 5%;
  padding-bottom: 3%;
  padding-left: 33,3%;
  color: black;
}

@media screen and (max-width: 700px) {
  .footer2 {
    padding-left: 1%;
    padding-right: 1%;
}

@media screen and (max-width: 700px) {
  .footer {
    padding-left: 1%;
    padding-right: 1%;
}
