body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
    "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #111111 !important;
  color: white !important;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

.holder {
  margin-top: 25px;
  padding-left: 40px;
}

#title-container {
  margin-top: 250px;
}

.large-title {
  font-weight: 800;
  font-size: 116px;
  line-height: 0.85;
  display: inline;
  white-space: nowrap;
  margin-top: 0px;

  transition: font-size 0.5s, margin-top 0.5s;
}

#title-container #jordan {
  position: absolute;
  top: -100;
  right: 0;
  z-index: -1;
  height: 100%;
  padding-top: 40px;

  transition: height 0.5s;
}

.title {
  font-size: 64px;
  font-weight: 800;
  margin-bottom: 0px;

  transition: font-size 0.5s;
}

.subtitle {
  margin-top: 0px;
  font-size: 38px;

  transition: font-size 0.5s;
}

#email-container h2 a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}

.work-item img {
  overflow: hidden;
  width: 100%;
}

.work-item a:hover {
  text-decoration: none;
}

.work-item img {
  border-radius: 5px;
}

.work-item h3 {
  margin-top: 8px;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0px;
  color: white;
}

.work-item p {
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
}

#work-container .title {
  margin-bottom: 10px;
}

#work-container .row {
  width: 99%;
}

#work-container .col-6 {
  margin-bottom: 15px;
}

.work-item {
  transform: scale(0.99);
  transition: all 0.2s ease-in-out;
}

.work-item:hover {
  transform: scale(1.02);
}

#article-container .title {
  margin-bottom: 10px;
}

#article-container article img {
  max-width: 50%;
  border-radius: 8px;
  display: block;
  margin-bottom: 10px;
}

#article-container article {
  margin-bottom: 10px;
  transform: scale(0.99);
  transition: all 0.2s ease-in-out;
}

#article-container article:hover {
  transform: scale(1.01);
}

#article-container p {
  font-size: 36px;
  max-width: 90%;
  color: white;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 30px;

  transition: max-width 0.5s, opacity 0.5;
  -webkit-transition: max-width 0.5s, opacity 0.5;
}

#article-container a {
  color: white;
  text-decoration: none;
}

#article-container a:hover {
  text-decoration: none;
}

#links-container p {
  font-size: 36px;
  max-width: 45%;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 30px;

  transition: max-width 0.5s, opacity 0.5;
  -webkit-transition: max-width 0.5s, opacity 0.5;
}

#links-container a {
  margin-top: 15px;
  color: white;
  text-decoration: underline;
}

.gray {
  color: rgba(255, 255, 255, 0.5);
}

.on {
  opacity: 1 !important;
}

.highlight {
  opacity: 0.5;

  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5;
}

#copyright {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
}

#copyright h1 {
  display: block;
  font-weight: 700;
}

#copyright p {
  font-weight: 600;
}

@media screen and (max-width: 1100px) {
  .large-title {
    font-size: 100px;
  }

  #title-container #jordan {
    height: 90%;
  }
}

@media screen and (max-width: 1000px) {
  .col-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

@media screen and (max-width: 950px) {
  .large-title {
    font-size: 84px;
  }

  #title-container #jordan {
    height: 80%;
  }

  .title {
    font-size: 48px;
  }

  .subtitle {
    font-size: 26px;
  }

  #article-container p {
    max-width: 70%;
  }

  #links-container p {
    max-width: 70%;
  }
}

@media screen and (max-width: 750px) {
  .large-title {
    display: block;
    margin-top: 170px;
    font-size: 64px;
  }

  #title-container #jordan {
    height: 60%;
    padding-top: 0px;
    position: absolute;
    top: 10;
  }

  #article-container p {
    max-width: 90%;
  }

  #links-container p {
    max-width: 90%;
  }
}

@media screen and (max-width: 700px) {
  .mobile-show {
    display: block;
  }

  .mobile-hide {
    display: none;
  }

  .work-item img {
    margin-top: 24px !important;
  }
}

@media screen and (max-width: 600px) {
  .holder {
    padding-left: 20px;
  }

  .large-title {
    font-size: 52px;
  }

  #title-container #jordan {
    height: 50%;
  }
}

@media screen and (max-width: 400px) {
  .holder {
    padding-left: 20px;
  }

  .large-title {
    font-size: 42px;
  }

  #title-container #jordan {
    height: 50%;
  }
}
