.newsreader-uniquifier {
  font-family: "Newsreader", serif;
  font-size: auto;
  font-weight: 200;
  font-style: normal;
}
.unifrakturcook-bold {
  font-family: "UnifrakturCook", cursive;
  font-weight: 700;
  font-style: normal;
}
body {
  background-color: rgb(245, 245, 245);
}
#columns {
  column-count: 3;
  column-gap: 40px;
  column-width: 250px;
  text-align: justify;
  background-color: rgb(255, 255, 255);
}
.image-container {
  display: flex;
  justify-content: center;
  align-items: top;
  width: 100%;
  padding-bottom: 250px;
  background: url("professor-pictures.jpg"), url("family.jpg"),
    url("professor-outside.png");
  background-size: cover, 40%;
  background-position: center, right;
  background-blend-mode: hue;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}
img {
  width: 250px;
  transition: border 0.3s ease-in-out;
}
.sidebar {
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #f1f1f1;
  position: fixed;
  height: 100%;
  overflow: auto;
  opacity: 0.5;
}
.sidebar a {
  display: block;
  color: black;
  padding: 16px;
  text-decoration: none;
}

.sidebar:hover {
  background-color: #c084c7;
  opacity: 1;
}
h1 {
  background-color: rgb(254, 247, 247);
  text-align: center;
  font-size: 40pt;
  padding: 0;
  margin: 0;
}
h2 {
  background-color: rgb(255, 252, 252);
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.sidebar:hover {
  opacity: 1;
}
h1:hover {
  transition: ease-in;
  color: rgb(204, 138, 204);
}
h2:hover {
  transition: ease-in;
  color: rgb(204, 138, 204);
}
p:first-letter {
  font-size: 32px;
}
img1,
img2,
img3,
img4 {
  float: right;
  width: 200px;
}
.img1 img:hover {
  border: 4px solid rgb(255, 189, 189);
}

.img2 img:hover {
  border: 4px dotted rgb(51, 199, 123);
}

.img3 img:hover {
  border: 4px solid rgb(255, 196, 0);
}
.img4 img:hover {
  border: 4px dotted rgb(255, 121, 58);
}
h3:hover {
  color: rgb(125, 218, 255);
  transition: ease-in-out;
}
p {
  font-family: "newsreader";
}
.footer {
  font-family: "UnifrakturCook";
  text-align: center;
  font-size: 15pt;
}

@media screen and (max-width: 600px) {
  #columns {
    column-count: 1;
    column-gap: 20px;
    padding: 0 10px;
  }

  h1 {
    font-size: 24pt;
  }

  h2 {
    font-size: 16pt;
  }

  .image-container {
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
    background-size: cover;
    background-position: center;
  }

  img {
    width: 100%;
    max-width: 300px;
  }

  .sidebar {
    position: static;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  p {
    font-size: 14px;
    line-height: 1.5;
  }

  .footer {
    font-size: 12pt;
  }
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
  #columns {
    column-count: 2;
    column-gap: 30px;
  }

  h1 {
    font-size: 32pt;
  }

  h2 {
    font-size: 20pt;
  }

  .image-container {
    background-size: contain;
    padding-bottom: 150px;
  }

  img {
    max-width: 400px;
    width: 100%;
  }

  p {
    font-size: 15px;
  }

  .footer {
    font-size: 14pt;
  }
}
