body {
    /*background-image: radial-gradient(closest-side at 50% 60%, #011a07, black);*/
    background: #f2f1ef;
    background-size: cover;
    background-attachment: fixed;
    scroll-behavior: smooth;
    width: 90vw;
    min-width: 720px;
  }
  header{
    background-color: #f2f1ef;
      width: 100%;
      padding: 10px;
      height: 10vh;
      z-index: 3;
      position: fixed;
      top: 0;
  }

  aside{
    float: left;
    height: 85%;
    width: 200px;
    margin: 20px;
    position: fixed;
    top: 115px;
    background: #d8cfd0;
    border-radius: 25px;
  }

  #aboutaside, #asidetitle{
    padding: 0px 20px 0px 20px;
 }

  html{
    scroll-behavior: smooth;
  }
  h2, h3{
    font-family: "League Spartan", sans-serif;
    font-weight: 400;
    color: #413f3d;
  }
  h1{
    font-family: "League Spartan", sans-serif;
    font-weight: 400;
    color: #413f3d;
    font-size: 3vw;
  }

  p{
    font-family: "Libre Baskerville", serif;
    font-size: 12px;
  }
  li{
    list-style: none;
    margin-bottom: 10px;

  }
  #homepage, #aboutpage{
    margin: 150px 250px;
    scroll-margin: 130px 0 0 0; 
    justify-content: center;
    width: 80%;
  }  
  footer{
    margin: 150px 250px;
    justify-content: center;
    width: 80%;
  }
img{
    width: 500px;
    height: 500px;
    object-fit: contain;
    vertical-align: middle;

}

.slides1, .slides2, .slides3, .slides4, .slides5, .slides6, .slides7, .slides8, .slides9, .slides10, .slides11, .slides12, .slides13{
    display: none;
    margin-left: auto;
    margin-right: auto;
}

/* Slideshow */
.slideContainer{
    min-width: 500px;
    position: relative;
    width: 60%;
    margin: auto;
    margin-bottom: 50px;
    justify-content: center;
    align-items: center;

}
.slideshows{
    box-sizing: border-box;

}

/* forward and back buttons */

.forward, .back {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #413f3d;
    font-weight: bold;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.forward{
    right: 0;
    border-radius: 3px 0 0 3px;
}

.forward:hover, .back:hover {
    color: #697184;
    text-shadow: 0px 5px 8px black;
    font-size: 50px;

}
/* End Slideshow */


#logo img{
  position: fixed;
  height: 10vh;
  width: 1vw;
  border-radius: 0;
  object-fit: contain;
  z-index: 3;
  margin-left: 10px;
}

#logo img:hover {
cursor: pointer;
}

/* Navigation */
nav{
position: fixed;
font-family: "League Spartan", sans-serif;
font-weight: 400;
text-align: right;
padding: 30px;
margin-right: 10px;
}

aside a{
  font-size: 20px;
  font-family: "League Spartan", sans-serif;
  font-weight: 400;
  text-decoration: none;
  color: #413f3d;
  padding-right: 20px;
  transition: 0.6s ease;
}

nav a{
  color: #413f3d;
  font-size: 20px;
  text-decoration: none;
  padding-right: 20px;
  transition: 0.6s ease;
}

nav a:hover, aside a:hover{
  text-shadow: 0px 5px 8px black;
  color: #697184;
  font-size: 30px;
  
}

#nav-container{
  display: flex;
  justify-content: right;
	width: 100%;
  background: black;
  }

  .caption{
    width: 500px;
  }

  #slideshows{
 float: center;
  }

  .caption{
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
#artist{
  border-radius: 50%;
  width: 300px;
  height: 300px;
  float: right;
}
#ProjectPoster{
float: right;
width: 300px;
margin: 20px;
}