@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;
}
.structure-paragraph {
  font-size: 15px;
  font-family: "Montserrat";
  letter-spacing: 1px;
  padding: 0.5rem 0;
}
.our-structure {
  width: 100%;
}
#showcase {
  background-size: cover;
  background-position: 0 30%;
  background-repeat: no-repeat;
  width: 100%;
  height: 80vh;
  background-image: url("/assets/photos/boy-in-green-crew-neck-t-shirt-wearing-black-framed-3997718.jpg");
  display: flex;
  align-items: center;
}

#showcase-overlay {
  width: 100%;
  height: 80vh;
  position: absolute;
  background: #333;
  opacity: 0.6;
  z-index: 1;
}
#showcase-content p {
  color: white;
}
#showcase-content {
  padding: 10%;
  position: relative;
  z-index: 2;
  font-family: "Comfortaa";
  font-size: 70px;
  color: #ffffff;
}
.our-structure-content {
  padding: 100px 20px;
  max-width: 1200px;
  margin: auto;
}
.structure-cards-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
}

.structure-card .blue-title {
  margin: 0;
  font-size: 23px;
  font-family: "Montserrat";
  padding-top: 1rem;
  font-weight: 500;
}

.card-paragraph {
  padding: 0.5rem 0 1rem 0;
  margin-block-start: 0;
  margin-block-end: 0;
  font-family: "Montserrat";
  font-size: 12px;
}
.structure-card img {
  width: 300px;
  height: auto;
  border-radius: 30px;
  -webkit-box-shadow: 15px 15px 20px -15px rgba(184,184,184,1);
  -moz-box-shadow: 15px 15px 20px -15px rgba(184,184,184,1);
  box-shadow: 15px 15px 20px -15px rgba(184,184,184,1);
}
#map {
  margin-top: 50px;
  height: 400px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 5rem;
}

@media (max-width: 1200px) {
  #showcase-content {
    padding: 20% 10%;
    position: relative;
    z-index: 2;
    font-family: "Comfortaa";
    font-size: 50px;
    color: #ffffff;
  }
  .structure-cards-block {
    padding: 20px 20px;
    grid-template-columns: 1fr;
    justify-self: center;
  }
  .structure-card {
    padding-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 4rem;
  }
  .structure-card:last-child {
    margin: 0;
  }
  
}
