@font-face {
  font-family: "Montserrat-Regular";
  src: url("/assets/fonts/Montserrat/Montserrat-Regular.woff");
  font-display: auto;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("/assets/fonts/Montserrat/Montserrat-Medium.woff");
  font-display: auto;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("/assets/fonts/Montserrat/Montserrat-Light.woff");
  font-display: auto;
  font-style: normal;
}
@font-face {
  font-family: "Comfortaa";
  src: url("/assets/fonts/Comfortaa/Comfortaa-Light.ttf");
  font-display: auto;
  font-style: normal;
}
body {
  margin: 0;
}
#showcase {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 80vh;
  background-image: url("/assets/photos/person-reading-a-book-1741230.jpg");
  display: flex;
  align-items: center;
}
#showcase-content p {
  color: white;
}
#showcase-overlay {
  width: 100%;
  height: 80vh;
  position: absolute;
  background: #333;
  opacity: 0.6;
  z-index: 1;
}

#showcase-content {
  padding: 10%;
  position: relative;
  z-index: 2;
  font-family: "Comfortaa";
  font-size: 70px;
  color: #ffffff;
}
.educational-project{
    width: 100%;
    padding-bottom: 15vh;
}
.educational-content{
    max-width: 1200px;
    padding: 100px 20px;
    margin: auto;
}
.educational-paragraph{
    font-family: 'Montserrat';
    font-size: 15px;
    padding: 0.5rem 0;
}
.back-to-top-button {
  position: relative;
  top: 650px;
  right: 0px;
}
.project-img {
  display: flex;
  width: 60%;
  margin: auto;
  justify-content: center;
}
@media(max-width:1000px){
  #showcase-content {
    padding: 20% 5%;
    position: relative;
    z-index: 2;
    font-family: "Comfortaa";
    font-size: 50px;
    color: #ffffff;
  }
}
