@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Regular.woff2") format("woff2"), url("../fonts/WorkSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Regular.woff2") format("woff2"), url("../fonts/Nunito-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 10px;
}
section {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.section-header {
  text-align: center;
}
.section-header h2 {
  font-size: 4rem;
  margin-bottom: 2.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.section-header p {
  font-size: 1.8rem;
  color: #787878;
  font-family: "Nunito", sans-serif;
}
.section-header-light h2 {
  color: white;
}
.section-header-light p {
  color: white;
}
.header .navbar-light .navbar-nav .nav-link {
  color: #000000;
}
.header .navbar-light .navbar-nav .nav-link:hover {
  color: #10c9c3;
}
.header .navbar-light .navbar-toggler {
  color: black;
  border-color: black;
}
.header .navbar {
  padding: 2rem 0.5rem;
}
.header .navbar-toggler {
  padding: 0.5rem 0.75rem;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 0.5rem;
  outline: none;
}
.header .navbar-light .navbar-nav .active > .nav-link {
  color: #10c9c3;
}
.header .nav-link {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.heading {
  background-color: #e9e9e9;
  padding-top: 10rem;
  padding-bottom: 10rem;
  text-align: center;
}
.author {
  background: url("../img/amelia-woods.jpg") no-repeat center top;
  background-size: cover;
}
.main .pad {
  padding-left: 6.4rem;
}
.main h1 {
  font-size: 4rem;
  margin-bottom: 2.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.main p {
  font-size: 1.8rem;
  margin-bottom: 4.8rem;
  font-family: "Nunito", sans-serif;
}
.main-btn {
  padding: 1.6rem 4.8rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #10c9c3;
  color: #ffffff;
  outline: none;
  border: none;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: white;
}
.main-btn:focus {
  outline: none;
}
.me {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  background-color: #f8f9f9;
}
.me .bg-container {
  position: absolute;
  background: url("../img/about-me.jpg") no-repeat center;
  background-size: cover;
  top: 0%;
  margin-right: 60%;
  width: 45%;
  height: 100%;
}
.me h2 {
  font-size: 4rem;
  margin-bottom: 2.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.me p {
  font-size: 1.8rem;
  color: #787878;
  font-family: "Nunito", sans-serif;
  margin-bottom: 2.4rem;
}
.me-block {
  margin-top: 14rem;
  margin-bottom: 14rem;
}
.numbers {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-color: #10c9c3;
  color: white;
}
.numbers .mr-3,
.numbers .mx-3 {
  margin-top: 1.5rem;
}
.numbers .media {
  margin-top: 3rem;
  margin-left: 4rem;
}
.numbers .media-body h4 {
  font-size: 2.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-weight: 500;
}
.numbers .media-body p {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-weight: 500;
}
.works {
  padding-top: 0;
  padding-bottom: 0;
}
.works .box {
  background-color: black;
  position: relative;
  float: left;
  width: 25%;
  display: none;
}
.works .box .bg {
  width: 100%;
  height: auto;
  opacity: 1;
}
.works .box .display {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4rem;
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.works .box:hover .bg {
  opacity: 0.6;
}
.works .box:hover .display {
  cursor: pointer;
  opacity: 1;
}
#loadMore {
  width: 100%;
  height: 10rem;
  line-height: 10rem;
  color: #8e8e8e;
  display: inline-block;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  background-color: #f5f5f5;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
#loadMore:hover {
  color: #10c9c3;
  text-decoration: none;
}
.noContent {
  color: #8e8e8e !important;
  background-color: #f5f5f5 !important;
  pointer-events: none;
}
.contact {
  background-color: #e9e9e9;
}
.contact h2 {
  font-size: 4rem;
  margin-bottom: 2.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.contact p {
  font-size: 1.5rem;
  color: #787878;
  font-family: "Nunito", sans-serif;
  margin-bottom: 2.4rem;
}
.contact span {
  color: black;
}
.contact input,
.contact textarea {
  display: block;
  width: 100%;
  border: none;
  font-size: 1.8rem;
  background-color: #ffffff;
  margin-bottom: 2.4rem;
  color: #787878;
}
.contact input {
  line-height: 4rem;
}
.contact textarea {
  resize: none;
  height: 17rem;
}
.contact textarea:focus {
  outline: none;
}
.send-message {
  margin-top: 2.4rem;
  padding: 1.5rem 4rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-weight: 500;
  font-size: 1.5rem;
  background-color: #10c9c3;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  border: none;
  cursor: pointer;
}
.send-message:focus {
  outline: none;
}
.footer {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #141414;
  color: #ffffff;
}
.footer h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: white;
  margin-bottom: 2rem;
}
.footer p {
  font-size: 1.5rem;
  color: #787878;
}
.footer-list {
  display: inline-block;
  list-style: none;
}
.footer-list .footer-link {
  text-decoration: none;
  color: #787878;
  font-size: 1.5rem;
}
.footer-list .footer-link:hover {
  color: #10c9c3;
}
.map {
  padding-top: 0;
  background-color: #e9e9e9;
}
iframe {
  width: 100%;
}
.project {
  background-color: #10c9c3;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.project-text h2 {
  margin-top: 2.4rem;
  font-size: 4rem;
  margin-bottom: 2.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.project-text p {
  font-size: 1.5rem;
  color: black;
  font-family: "Nunito", sans-serif;
  margin-bottom: 2.4rem;
}
.project-text span {
  font-weight: bold;
  color: black;
}
.project-slider-block img {
  margin: 0 auto;
}
.navigation {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.navigation button {
  display: block;
  margin: 0 auto;
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
  text-align: center;
}
.navigation button:focus {
  outline: none;
}
.navigation-btn {
  text-align: center;
}
.navigation a {
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.navigation a:hover {
  text-decoration: none;
  color: #10c9c3;
}
.navigation-previous a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f104";
  display: inline-block;
  font-size: 1.2rem;
  width: 2rem;
  height: 1.5rem;
  background-size: 100%;
  vertical-align: top;
}
.navigation-next {
  text-align: right;
}
.navigation-next a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  display: inline-block;
  font-size: 1.2rem;
  width: 2rem;
  height: 1.5rem;
  background-size: 100%;
  vertical-align: top;
}
@media (max-width: 991px) {
  .header .nav-link {
    font-size: 2rem;
  }
  .main {
    text-align: center;
  }
  .works .box {
    float: left;
    width: 50%;
  }
  .works .box img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .skills-block {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .skills h2 {
    text-align: center;
  }
  .skills .bg-container {
    display: none;
  }
  .footer-pad {
    margin-top: 4.3rem;
  }
  .footer-list {
    padding-inline-start: 0px;
    margin-top: 4rem;
  }
  .footer-list li {
    margin-right: 6rem;
  }
  .me .bg-container {
    display: none;
  }
  .me-block {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
  }
  .contact h2,
  .contact p {
    text-align: center;
  }
  .contact-btn {
    display: block;
    margin: 0 auto;
  }
  .author {
    background: url("../img/amelia-woods-mob.jpg") no-repeat right 20%;
    background-size: cover;
  }
}

@media (max-width: 575px) {
  .works .box {
    float: left;
    width: 100%;
  }
  .works .box img {
    width: 100%;
  }
}
