body {
  /* font-family: "Lora", "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-family: "Source Code Pro", monospace;
  font-weight: 400;
  text-transform: none;
  position: relative;
  width: 100%;
  height: 100%;
  color: white;
  background-color: black;
}

html {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Code Pro", monospace;
  font-weight: 400;
  text-transform: none;
  /* font-weight: 700; */
  margin: 0 0 35px;
}

p {
  font-size: 14px;
  line-height: 1.25;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 25px;
  }
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #42dca3;
}
a:focus,
a:hover {
  text-decoration: none;
  color: #1d9b6c;
}

.video-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.video-tag-bg {
  z-index: -100;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-overlay {
  position: absolute;
  float: left;
  min-width: 100%;
  min-height: 100%;
  background-color: rgba(20, 20, 40, 0.5);
  z-index: 300000;
}
@media (max-width: 767px) {
  .video-wrap {
    background-color: black;
  }
  .video-tag-bg {
    display: none;
    -webkit-transform: translate(-65%, -50%);
    -moz-transform: translate(-65%, -50%);
    -ms-transform: translate(-65%, -50%);
    transform: translate(-65%, -50%);
  }
}
@media (max-width: 767px) {
  .img-headshot {
    width: 125px;
    height: 125px;
  }
  p {
    font-size: 14px;
  }
  h2 {
    font-size: 20px;
  }
}

@media (max-width: 321px) {
  .img-headshot {
    width: 75px;
    height: 75px;
  }
  p {
    font-size: 11px;
  }
  h2 {
    font-size: 14px;
  }
}

.btn {
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}

.btn-default {
  color: #42dca3;
  border: 1px solid #42dca3;
  background-color: transparent;
}
.btn-default:focus,
.btn-default:hover {
  color: black;
  border: 1px solid #42dca3;
  outline: none;
  background-color: #42dca3;
}

ul.banner-social-buttons {
  margin-top: 0;
}
@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}

.project-contain {
  padding: 30px;
  border: 1px solid #42dca3;
}

#main-title {
  font-family: "Source Code Pro", monospace;
  font-weight: 400;
  text-transform: none;
  font-size: 2.5rem;
  word-wrap: break-word;
}

.technology-category {
  color: #42dca3;
  margin-bottom: 5px;
}

/* Scroll Buttons */
.lock-bottom {
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 20px;
}

.scroll-arrows {
  padding-top: 80px;
}
.scroll-arrows span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.scroll-arrows span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.scroll-arrows span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.scroll-arrows span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* FullPage Slide Arrow animation */
.fp-controlArrow {
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
}

/* Copyright Text Animation */

div.copyright {
  font-size: 16px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}

div.copyright:first-of-type {
  animation: showup 7s infinite;
}

div.copyright:last-of-type {
  width: 0px;
  animation: reveal 7s infinite;
}

div.copyright:last-of-type span {
  margin-left: -355px;
  animation: slidein 7s infinite;
}

@media (max-width: 767px) {
  div.copyright {
    font-size: 14px;
  }
  div.copyright:last-of-type {
    width: 0px;
    animation: revealsm 7s infinite;
  }
}
@media (max-width: 321px) {
  div.copyright {
    font-size: 11px;
  }
  div.copyright:last-of-type {
    width: 0px;
    animation: revealxs 7s infinite;
  }
}

@keyframes showup {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes slidein {
  0% {
    /* margin-left: -10px; */
    /* margin-left: -800px; */
  }
  20% {
    /* margin-left: -10px; */
    /* margin-left: -800px; */
  }
  35% {
    margin-left: 0px;
  }
  100% {
    margin-left: 0px;
  }
}

@keyframes reveal {
  0% {
    opacity: 0;
    width: 0px;
  }
  20% {
    opacity: 1;
    width: 0px;
  }
  30% {
    width: 195px;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 195px;
  }
}

@keyframes revealsm {
  0% {
    opacity: 0;
    width: 0px;
  }
  20% {
    opacity: 1;
    width: 0px;
  }
  30% {
    width: 175px;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 175px;
  }
}

@keyframes revealxs {
  0% {
    opacity: 0;
    width: 0px;
  }
  20% {
    opacity: 1;
    width: 0px;
  }
  30% {
    width: 135px;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 135px;
  }
}
