html {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

body {
  background-color: #79b0d5;
}

h1 {
  font-family: sans-serif;
  text-align: center;
  color: white;
}

.slider-container {
  background-color: #34749D;
  margin: auto;
  width: 100px;
  display: relative;
  padding: 0.5rem;
  border-radius: 20px;
}

iframe {
  border-radius: 20px;
}

button[data-controls="next"],
button[data-controls="prev"] {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 0;
  margin: 0 auto;
  font-size: 3rem;
  text-align: center;
  line-height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}

/* button[data-controls="next"] */
button[data-controls="next"] {
  position: absolute;
  right: 2vw;
  top: calc(50% - 50px);
  z-index: 100;
}

/* button[data-controls="prev"] */
button[data-controls="prev"] {
  position: absolute;
  left: 2vw;
  top: calc(50% - 50px);
  z-index: 100;
}

#identityProj {
  margin: 0 auto;
  width: 50%;
  display: absolute;
  transform: translate(52%, 0%);
  margin-top: 2vh;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}

#brochureProj {
  width: 100%;
  height: 65vh;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}

p {
  background-color: #D7D7D7;
  border-radius: 10px;
  font-family: sans-serif;
  line-height: 1.5rem;
  padding: 10px;
  width: 50%;
  transform: translate(50%);
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}

#logos,
#yearbook {
  width: 100%;
  height: 65vh;
  padding: 0;
  margin: 0;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}

#retouch p {
  width: 50%;
  transform: translate(50%);
}

#retouch1 {
  height: 60vh;
  position: relative;
  left: 20%;
  border: 2px solid darkblue;
  margin-top: 2vh;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}

#retouch2 {
  height: 60vh;
  position: relative;
  left: 30%;
  border: 2px solid darkblue;
  margin-top: 2vh;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}

#retouchArrow {
  position: relative;
  height: 100px;
  transform: translate(460px, -225px) rotate(90deg);
}

#mountain {
  height: 60vh;
  position: relative;
  margin-top: 2vh;
  margin-left: 37.5vw;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
  border-radius: 10px;
}

.bold {
  font-weight: bold;
}