html {
  background-color: #1b1b1b;
  font-family: graphie, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  overflow-x: hidden;
}

html * {
  transition: all 0.3s ease-in-out;
}

body {
  margin: 0;
}

html::-webkit-scrollbar {
  width: 6px;
  background-color: #1b1b1b;
}

html::-webkit-scrollbar-thumb {
  background-color: #fff;
}

a, a:hover, a:visited, a:visited:hover {
  color: #fff;
  text-decoration: none;
}

.highlight {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #4b88a2 50%);
}

header {
  color: #fff;
  font-size: 1.9em;
  margin-bottom: 100px;
}

.blue {
  color: #4b88a2;
}

.fright {
  float: right;
  display: flex;
}

.fright * {
  text-decoration: none;
  color: white;
  display: none;
  margin-right: 50px;
}

#top-wrapper {
  margin: 75px 100px 0px 100px;
}

.description-text {
  color: white;
}

.description-text .big-text {
  font-size: 2.5em;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #4b88a2 50%);
}

.description-text .small-text {
  font-size: 1.5em;
  margin-top: 15px;
  margin-bottom: 50px;
}

.button {
  color: #fff;
  border: 2px solid #4b88a2 !important;
  background-color: #1b1b1b !important;
  width: 200px;
  height: 50px;
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  transition: all 200ms ease-in-out;
}

.button:hover {
  background-color: #4b88a2 !important;
  color: #1b1b1b;
}

.introduction {
  padding-top: 90px;
  padding-bottom: 180px;
}

content {
  margin-top: 100px;
}

content .small-text {
  font-size: 2em;
  margin-top: 15px;
  margin-bottom: 50px;
  color: #fff;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  grid-row-gap: 88px;
}

.item, .overlay {
  transition: all 0.3s ease-in-out;
}

.item {
  background-color: #fff;
  width: 400px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  position: relative;
  opacity: 0;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 1.2em;
  text-align: center;
}

.overlay div {
  padding: 50px;
}

.item:hover .item {
  filter: blur(2px);
}
.item:hover .overlay {
  opacity: 1;
}

.caption {
  color: #fff;
  font-size: 1.2em;
  margin-top: 25px;
}

.caption .highlight {
  font-size: 1.5em;
}

.linkedinIcon:hover {
  fill: #4b88a2;
  stroke: #1b1b1b;
}

footer {
  width: 600px;
  margin: 200px auto 50px auto;
}

.cafe {
  background-image: url("../img/cafeMain.jpg");
  background-size: cover;
  background-position: center;
}

.validator {
  background-image: url("../img/validatorMain.jpg");
  background-size: cover;
  background-position: center;
}

.openleaf {
  background-image: url("../img/openLeafMain.jpg");
  background-size: cover;
  background-position: center;
}

.radialnav {
  background-image: url("../img/radialnavMain.jpg");
  background-size: cover;
  background-position: center;
}

.notetaking {
  background-image: url("../img/notetakingMain.jpg");
  background-size: cover;
  background-position: center;
}

.unsplash {
  background-image: url("../img/unsplashMain.jpg");
  background-size: cover;
  background-position: center;
}

.kwicks {
  background-image: url("../img/kwicksMain.jpg");
  background-size: cover;
  background-position: center;
}

.app {
  background-image: url("../img/appdev.png");
  background-size: cover;
  background-position: center;
}

.mason {
  background-image: url("../img/masonryMain.jpg");
  background-size: cover;
  background-position: center;
}

.brochure {
  background-image: url("../img/Untitled design (3).png");
  background-size: cover;
  background-position: center;
}

.circle {
  background-image: url("../img/circlepopMain.jpg");
  background-size: cover;
  background-position: center;
}

.shadow {
  background-image: url("../img/MDIA1165_Final-(1).jpg");
  background-size: cover;
  background-position: center;
}

.usability {
  background-image: url("../img/ritchieBrosMain.png");
  background-size: cover;
  background-position: center;
}

footer .small-text {
  font-size: 2em;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 50px;
  text-align: center;
  color: #fff;
}

.icon-holder {
  display: flex;
  justify-content: space-between;
}

.linkedinIcon {
  background: url("../img/linkedin-2-64.ico");
  height: 64px;
  width: 64px;
  display: block;
}

.instagramIcon {
  background: url("../img/instagram-2-64.ico");
  height: 64px;
  width: 64px;
  display: block;
}

.githubIcon {
  background: url("../img/github-7-64.ico");
  height: 64px;
  width: 64px;
  display: block;
}

#particles-js {
  display: none;
}

.upper-hold {
  display: flex;
  justify-content: space-evenly;
  align-content: center;
  vertical-align: middle;
  align-items: center;
}

.test-page {
  background-color: #1b1b1b !important;
}

.test-page * {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.test-page.show * {
  opacity: 1;
}

.skills-section {
  display: flex;
  vertical-align: top;
  color: #fff;
}

.skills-section span {
  font-size: 2em;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #4b88a2 50%);
}

.programs {
  margin-left: 150px;
}

ul, li, ol {
  list-style: none;
  padding-inline-start: 0 !important;
}

.skills-section ul {
  font-size: 1.5em;
}

.narrative-section {
  display: flex;
  align-items: center;
  margin-top: 50px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  flex-wrap: wrap;
}

.narrative-text {
  color: white;
  width: 65%;
}

.narrative {
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: unset;
}

.skills-section {
  margin-left: 0;
}

.narrative-text .big-text {
  font-size: 2.5em;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #4b88a2 50%);
}

.narrative-text .small-text {
  font-size: 1.5em;
  margin-top: 15px;
  margin-bottom: 50px;
}

.narrative-image {
  width: 650px;
  height: 450px;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  transition: all 0.2s ease-in-out;
}

.live-site img {
  width: 700px;
  text-align: center;
  margin: 160px 30px 30px 30px;
}

.about-text {
  font-size: 1.4em;
  color: #fff;
}

.load {
  opacity: 1;
}

.about-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
}

.about-content img {
  margin-top: 30px;
}

.live-site {
  color: #fff;
  margin-top: 50px;
  font-size: 1.5em;
}

.live-site a {
  text-decoration: underline;
}

.fright .highlight {
  background-size: 4px 70px;
}

.fright .highlight:hover {
  background-size: 4px 40px;
}

@media only screen and (min-width: 1024px) {
  #top-wrapper {
    margin: 75px 150px 0px 150px;
  }

  .description-text .big-text {
    font-size: 2.5em;
  }

  .description-text .small-text {
    font-size: 1.5em;
  }

  .button {
    width: 200px;
  }

  content .small-text {
    font-size: 2em;
  }

  footer .small-text {
    font-size: 2em;
  }

  .introduction {
    padding-bottom: 180px;
  }

  .item {
    width: 450px;
    height: 300px;
  }

  header, .fright * {
    font-size: 1.6em;
  }
}
@media only screen and (min-width: 1440px) {
  #particles-js {
    display: block;
    width: 500px;
    height: 300px;
  }

  .description-text .big-text {
    font-size: 2.5em;
  }

  .description-text .small-text {
    font-size: 1.5em;
  }

  .button {
    width: 200px;
  }

  content .small-text {
    font-size: 2em;
  }

  footer .small-text {
    font-size: 2em;
  }

  .introduction {
    padding-bottom: 150px;
  }

  .item {
    width: 450px;
    height: 300px;
  }

  header, .fright * {
    font-size: 1.6em;
  }

  .fright * {
    display: flex;
  }

  .skills-section span {
    font-size: 2.5em;
  }

  .skills-section {
    margin-left: 150px;
  }

  .narrative {
    justify-content: space-evenly;
    flex-wrap: nowrap;
  }

  .narrative-section {
    margin-top: 200px;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .narrative-image:hover {
    transform: scale(1.3);
  }

  .right {
    margin-left: 100px;
  }

  .left {
    margin-right: 100px;
  }

  .left:hover {
    margin-right: 200px;
  }

  .right:hover {
    margin-left: 200px;
  }

  .about-content {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 0px;
  }

  .about-content img {
    margin-right: 100px;
  }

  #menu-toggle {
    display: none;
  }
}
@media only screen and (min-width: 1680px) {
  #particles-js {
    width: 700px;
    height: 500px;
  }

  .description-text .big-text {
    font-size: 3.5em;
  }

  .description-text .small-text {
    font-size: 2.5em;
  }

  .button {
    width: 230px;
  }

  content .small-text {
    font-size: 3em;
  }

  footer .small-text {
    font-size: 3em;
  }

  .introduction {
    padding-bottom: 150px;
  }

  .item {
    width: 500px;
    height: 350px;
  }

  header, .fright * {
    font-size: 1.9em;
  }

  .narrative-text .big-text {
    font-size: 3em;
  }

  .narrative-text .small-text {
    font-size: 2em;
  }

  .live-site {
    font-size: 2em;
  }
}