:root {
  --primary-color: grey;
  --secondary-color: lightgrey;
  --heading-font-family: "Inter", serif;
  --default-font-family: neue-haas-grotesk-display, sans-serif;
}

body {
  font-family: var(--default-font-family);
  background-color: #202020;
}
.about {
  background-color: #ffffff !important;
}

h1 {
  font-family: var(--heading-font-family);
  font-style: normal;
  font-weight: 200;
  font-size: 98px;
  text-transform: uppercase;
  line-height: 0.9;
  color: white;
}
h3 {
  line-height: 1;
}
p {
  font-family: var(--default-font-family);
  font-style: normal;
}
a {
  color: white;
  font-family: var(--default-font-family);
}
.nav-link {
  color: grey !important;
  font-family: var(--default-font-family);
}
.nav-link:hover {
  color: white !important;
}
.active {
  color: white !important;
}
span {
  background: grey;
  border-radius: 20px;
  font-size: 14px;
  opacity: 0.4;
  padding: 5px 10px 5px 10px;
  margin-right: 5px;
  color: black;
  font-weight: 500;
}
.navbar {
  font-family: var(--default-font-family);
  border-bottom: 1px solid lightgray;
  padding: 20px 0;
  background-color: #202020;
}
.navbar-brand {
  color: white !important;
}
.navbar .container {
  padding: 0px;
}
button.navbar-toggler {
  background: none;
  border-radius: none;
}
button.navbar-toggler:focus {
  outline: none;
}
.navbar-toggler {
  border: none;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.menu-icon {
  color: white !important;
  background: none !important;
  opacity: 1 !important;
}
.menu-line {
  border-bottom: 1px solid white;
  margin: 5px 1px 5px 0px;
  padding-left: 15px;
  padding-right: 15px;
}

.about h1 {
  color: black !important;
}
.about h3 {
  color: black !important;
}
.about p {
  color: black !important;
}
.about a {
  color: black !important;
}
.about .nav-link {
  color: grey !important;
}
.about .nav-link:hover {
  color: black !important;
}
.about .btn {
  margin-top: 30px;
}
.about .active {
  color: black !important;
}
.about .navbar {
  color: black !important;
  background-color: #ffffff !important;
}
.about .menu-line {
  border-bottom: 1px solid lightgray;
}

.content-container {
  color: white;
  padding: 0px 80px 0px 80px;
}

.content-container h3 {
  font-family: var(--default-font-family);
  font-style: normal;
  font-weight: 200;
  font-size: 28px;
  color: grey;
}

.content {
  margin-top: 80px;
}

.btn-branding {
  border: 1px solid lightgray;
  font-size: 18px;
  font-family: var(--default-font-family);
  font-weight: 200;
  margin-top: 20px;
  border-radius: 0 !important;
  color: white;
}

.btn-branding:hover {
  border: 1px solid grey;
  color: grey !important;
}
.work {
  padding-bottom: 20px;
}
.card {
  background: #1a1a1a;
  border: none;
  border-radius: 0 !important;
}
.work-1 {
  padding-top: 50px;
}
.work-home {
  padding-top: 100px;
}
.project {
  padding: 25px;
}
.project h2 {
  font-size: 28px;
  padding-bottom: 0px;
  color: white;
}

.project p {
  font-size: 20px;
  font-weight: 100;
  line-height: 1;
  color: grey;
}

.project a {
  color: grey;
}

.profile-picture {
  filter: grayscale(1);
}

footer {
  padding: 50px 0px 50px 0px;
}

footer a {
  text-decoration: none;
}
.social-links a {
  margin-right: 40px;
}
i:hover {
  color: grey;
}
.small-head {
  font-size: 12px;
  margin-bottom: 0px;
}

span.further-info {
  font-size: 15px;
  font-weight: 500;
  background: black;
  color: white;
}

@media (max-width: 1200px) {
  h1 {
    font-size: 55px;
  }
  .project h2 {
    padding-top: 30px;
    font-size: 28px;
    padding-bottom: 5px;
    margin: 0;
  }
  .content {
    margin-top: 30px;
    padding: 5px;
  }
  .content-container h3 {
    font-size: 18px;
  }

  .btn-branding {
    margin-top: 30px;
  }
  .work-1 {
    padding-top: 30px;
  }
  .work-home {
    padding-top: 30px;
  }

  .project p {
    font-size: 16px;
    font-weight: 100;
    line-height: 1.2;
    margin: 0;
  }
  .project h2 {
    font-size: 20px;
    padding-bottom: 0px;
  }
  span {
    font-size: 11px;
    font-weight: 500;
  }
}

@media (max-width: 900px) {
  h1 {
    font-size: 48px;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 40px;
  }
  .project {
    padding: 12px;
  }
  .project h2 {
    padding-top: 30px;
    font-size: 22px;
    padding-bottom: 5px;
    margin: 0;
  }
  .project p {
    font-size: 18px;
    font-weight: 100;
    line-height: 1;
    margin: 0;
    width: 80%;
  }
  .content-container {
    padding: 0px 30px 0px 30px;
  }
  .content-container h3 {
    font-size: 22px;
  }
  .btn-branding {
    margin-top: 15px;
    font-size: 12px;
    margin-bottom: 30px;
  }

  span {
    font-size: 12px;
    font-weight: 500;
  }

  .profile-picture {
    width: 50%;
  }
  span.further-info {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .work-home {
    padding-top: 0px;
  }
  .work-mobile {
    margin-bottom: 20px;
  }
}
