a {
  color: white;
}

.homescreen {
  padding: 24em 0;
  background: url("../images/space-background.jpg") top left no-repeat;
  background-size: cover;
}

.aboutscreen {
  padding: 10em 2em 5em;
}

.aboutscreen a {
  font-size: 40px;
}

.aboutscreen .profile-pic {
  max-width: 20em;
  border-radius: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.aboutscreen .resume {
  font-size: 22px;
}

.aboutscreen p {
  font-size: 18px;
}

.aboutscreen button {
  padding: 1rem 3rem;
  font-size: 20px;
}

.badges img {
  max-width: 300px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  min-width: 240px;
}

.badges img:hover {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .project-bg {
    display: none;
  }
  .img-container {
    position: relative;
  }
  .img-container img {
    width: 85%;
    display: block;
    height: auto;
    -webkit-transition: 0.5 ease;
    transition: 0.5 ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .img-container .buttons {
    position: absolute;
    top: 50%;
    left: 44%;
    border: none;
    cursor: pointer;
    opacity: 0;
    border-radius: 5px;
    -webkit-transform: translate(-50%, -75%);
            transform: translate(-50%, -75%);
    -ms-transform: translate(-50%, -75%);
    text-align: center;
  }
  .img-container .buttons a,
  .img-container .buttons button {
    font-size: 18px;
  }
  .img-container:hover img {
    opacity: 0.3;
  }
  .img-container:hover .buttons {
    opacity: 1;
  }
}

@media screen and (max-width: 991px) {
  .img-container img {
    display: none;
  }
  .img-container .buttons {
    text-align: center;
    padding-top: 3rem;
  }
  .project-item {
    position: relative;
    z-index: 1;
    text-shadow: 4px 4px 8px #000;
    padding-bottom: 3rem;
  }
  .project-item #hero-dojo-background {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../images/HeroDOJO.png") top left no-repeat;
    opacity: 0.25;
    width: 100%;
    height: 100%;
  }
  .project-item #godzilla-background {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../images/godzilla-trivia.png") top left no-repeat;
    opacity: 0.25;
    width: 100%;
    height: 100%;
  }
  .project-item #enigma-background {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../images/enigma.png") top left no-repeat;
    opacity: 0.25;
    width: 100%;
    height: 100%;
  }
  .project-item #tattoo-background {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../images/tattoo.png") top left no-repeat;
    opacity: 0.25;
    width: 100%;
    height: 100%;
  }
}
/*# sourceMappingURL=style.css.map */