h1,
h2,
h3,
h4,
p,
a,
li {
  font-family: "Montserrat", sans-serif;
  color: #212459;
}

.favicon {
  position: fixed;
  z-index: 4;
  top: 40px;
  left: 40px;
  width: 40px;
}
@media (max-width: 768px) {
  .favicon {
    width: 20px;
    top: 30px;
  }
}

p {
  font-size: 16px;
  line-height: 22px;
}

a {
  font-weight: 600;
  text-transform: uppercase;
  color: black;
  font-size: 14px;
  text-decoration: solid;
  border-bottom: 1px solid black;
  padding-bottom: 2px;
  color: #212459;
}
@media (max-width: 768px) {
  a {
    font-size: 12px;
  }
}

.body {
  margin: 0 40px;
  font-weight: 800;
}

.container {
  width: 60%;
  margin: 0 auto;
  max-width: 600px;
}
@media (max-width: 768px) {
  .container {
    width: 80%;
  }
}

nav {
  position: fixed;
  top: 110px;
  right: 0;
  left: 40px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  nav {
    top: 0;
    left: 0;
    padding: 15px 0 15px 90px;
    background-color: white;
  }
}
nav ul {
  padding-left: 0;
}
nav li {
  margin: 16px 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  nav li {
    display: inline-block;
    margin: 0 12px;
  }
}

.hero {
  display: grid;
  height: 90vh;
  min-height: 300px;
}
.hero .container {
  align-self: center;
}
.hero img {
  max-width: 100%;
  max-height: 400px;
}
@media (max-width: 768px) {
  .hero img {
    max-height: 250px;
  }
}
.hero h1 {
  font-size: 20px;
  padding-top: 40px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .hero h1 {
    font-size: 14px;
    padding-top: 12px;
  }
}
.hero__project h1 {
  font-size: 28px;
  font-weight: 800;
}
@media (max-width: 768px) {
  .hero__project h1 {
    font-size: 20px;
  }
}

.project {
  margin-bottom: 200px;
}
@media (max-width: 768px) {
  .project {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .project h2 {
    font-size: 18px;
  }
}

.project-details {
  display: grid;
  grid-template-columns: 50% auto;
  grid-gap: 10%;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .project-details {
    margin-top: 40px;
  }
}
.project-details img {
  width: 100%;
}
.project-details h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .project-details h3 {
    font-size: 14px;
  }
}
.project-details h2 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .project-details h2 {
    font-size: 12px;
    margin-bottom: 30px;
  }
}

.timeline h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
}
.timeline h4 {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 400;
}
.timeline p {
  font-size: 14px;
  line-height: 18px;
}
.timeline .timePeriod {
  margin: 40px 0;
}

.text-center {
  text-align: center;
}

section {
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  section {
    margin-bottom: 50px;
  }
}
section h2 {
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 768px) {
  section h2 {
    font-size: 16px;
  }
}
section img {
  max-width: 90%;
  margin-top: 40px;
}
@media (max-width: 768px) {
  section img {
    margin-top: 20px;
  }
}
section iframe {
  width: 100%;
  height: 600px;
}
section ul {
  text-align: left;
  padding: 0;
}
section li {
  font-size: 14px;
  padding-bottom: 12px;
}
@media (max-width: 768px) {
  section li {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  section p {
    font-size: 12px;
    line-height: 16px;
  }
}

/*# sourceMappingURL=style.css.map */
