/* latin-ext */
@font-face {
  font-family: 'Archivo Black';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/archivoblack/v8/HTxqL289NzCGg4MzN6KJ7eW6CYKF_jzx13HOvQ.woff2) format("woff2");
}

/* latin */
@font-face {
  font-family: 'Archivo Black';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/archivoblack/v8/HTxqL289NzCGg4MzN6KJ7eW6CYyF_jzx13E.woff2) format("woff2");
}

/* latin */
@font-face {
  font-family: 'Permanent Marker';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/permanentmarker/v8/Fh4uPib9Iyv2ucM6pGQMWimMp004La2Cf5b6jlg.woff2) format("woff2");
}

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.woff2) format("woff2");
}

/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu5mxKKTU1Kvnz.woff2) format("woff2");
}

/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu7mxKKTU1Kvnz.woff2) format("woff2");
}

/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu4WxKKTU1Kvnz.woff2) format("woff2");
}

/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu7WxKKTU1Kvnz.woff2) format("woff2");
}

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.woff2) format("woff2");
}

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format("woff2");
}

/* latin */
@font-face {
  font-family: 'Rock Salt';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/rocksalt/v9/MwQ0bhv11fWD6QsAVOZrt0M6p7NGrQ.woff2) format("woff2");
}

@-webkit-keyframes pulse {
  0% {
    text-shadow: 0px 0px 0 rgba(0, 0, 0, 0), 0px 0px 0 rgba(0, 0, 0, 0), 0px 0px 0 rgba(0, 0, 0, 0), 0px 0px 0 rgba(0, 0, 0, 0);
    color: black;
  }
  50% {
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
    color: white;
  }
}

@keyframes pulse {
  0% {
    text-shadow: 0px 0px 0 rgba(0, 0, 0, 0), 0px 0px 0 rgba(0, 0, 0, 0), 0px 0px 0 rgba(0, 0, 0, 0), 0px 0px 0 rgba(0, 0, 0, 0);
    color: black;
  }
  50% {
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
    color: white;
  }
}

@-webkit-keyframes shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}

@keyframes shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto", sans-serif;
  font-display: block;
  color: #222;
}

body #app {
  width: 100vw;
}

p {
  font-size: 1.6em;
}

a {
  text-decoration: none;
  color: #222;
}

a:hover {
  text-decoration: none;
}

.content {
  width: 90vw;
  max-width: 1280px;
  margin: 0 auto;
}

.read {
  font-family: "Roboto", sans-serif;
}

.display {
  font-family: "Permanent Marker", cursive;
}

.primary-button {
  padding: 10px 20px;
  background-color: cornflowerblue;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  color: white;
}

.primary-button:active {
  background-color: #bbd0f7;
}

.nav_bar {
  margin: 0 auto;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
}

.nav_bar .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav_bar .content .brand {
  font-family: "Permanent Marker", cursive;
  font-size: 1.8em;
  color: #222;
  padding: 15px 0;
}

.nav_bar .content .right-nav {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 50%;
  margin: 0;
  padding: 0;
  max-width: 400px;
}

.nav_bar .content .right-nav li {
  padding: 22px;
}

.nav_bar .content .right-nav li:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.nav_bar .content .right-nav li:hover a {
  color: #fff;
}

.nav_bar .toggle {
  display: none;
}

.nav_bar .toggle-btn {
  display: none;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.nav_bar .toggle-btn .icon-bar {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 4px;
  width: 38px;
  background: #333;
}

.hero {
  font-family: "Roboto", sans-serif;
  text-align: center;
  color: #222;
  background: none;
  margin: 0 auto;
  padding: 10vh 0;
  width: 100vw;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.hero h1 {
  font-family: "Archivo Black", sans-serif;
  font-size: 4vmax;
  margin-bottom: .25vmax;
}

.hero h3 {
  font-size: 1.75vmax;
}

.social {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.social li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2vmax;
  font-weight: 600;
  color: #222;
  padding: 0 .75em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.social li .fa-github {
  color: #2c3e50;
}

.social li .fa-github + .label {
  color: #2c3e50;
}

.social li .fa-twitter-square {
  color: #3498db;
}

.social li .fa-twitter-square + .label {
  color: #3498db;
}

.social li .fa-linkedin-square {
  color: #2980b9;
}

.social li .fa-linkedin-square + .label {
  color: #2980b9;
}

.social li .fa-free-code-camp {
  color: #27ae60;
}

.social li .fa-free-code-camp + .label {
  color: #27ae60;
}

.social li .fa-codepen {
  color: #34495e;
}

.social li .fa-codepen + .label {
  color: #34495e;
}

.social li a i {
  margin-right: 1vw;
}

.social li:hover a .fa,
.social li:hover a .label {
  color: #aaa;
}

#about {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 2vw;
  margin: 0 auto;
  max-width: 1280px;
}

#about .mobile-video {
  display: none;
}

#about #resume {
  color: #3498db;
}

#about #resume i {
  margin-right: 1vw;
}

#about #profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: calc((1280px * .30) * 1.25);
  position: relative;
}

#about #profile .action-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

#about #profile .action-box .action-text {
  color: #3498db;
  font-size: 1.5vmax;
  font-family: "Rock Salt", cursive;
  margin-right: 5px;
}

#about #profile .polaroid {
  max-width: calc(1280px * .32);
  max-height: calc(1280px * .48);
  background: #fffae6;
  border-left: 1px solid rgba(122, 122, 122, 0.3);
  border-top: 1px solid rgba(122, 122, 122, 0.3);
  border-right: 1px solid #fff5cc;
  border-bottom: 1px solid #fff5cc;
  -webkit-box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.5);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#about #profile .polaroid .self,
#about #profile .polaroid .video {
  max-width: 90%;
  position: relative;
  padding: 5%;
}

#about #profile .polaroid .video {
  max-height: calc((1280px * .33) - 20px);
}

#about #profile .polaroid .gutter {
  position: relative;
  color: #333;
  display: block;
  text-align: center;
  font-family: "Permanent Marker", cursive;
  font-size: 3vmax;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#about #profile .polaroid .profile-toggle {
  position: absolute;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
  width: 40px;
  height: 40px;
  right: -20px;
  bottom: -20px;
  background-color: #3498db;
}

#about #profile .polaroid .profile-toggle:active {
  background-color: #3498db;
}

#about #profile .polaroid .profile-toggle .fa {
  color: #fff;
  font-size: 1.75em;
}

.portfolio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.portfolio .form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 95vw;
  max-width: calc(1280px - 100px);
}

.portfolio .form-box .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 auto;
  height: 3em;
  width: 65%;
}

.portfolio .form-box .form-input {
  -webkit-box-flex: 11;
      -ms-flex: 11;
          flex: 11;
  padding: 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.portfolio .form-box .form-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #ccc;
  min-width: 60px;
}

.portfolio .form-box .form-btn:active {
  background: #777;
}

.portfolio .form-box .check-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 25%;
}

.portfolio .form-box .check-box span {
  font-weight: 900;
  font-size: 1.5em;
}

.portfolio .form-box .check-box .check {
  display: none;
}

.portfolio .form-box .check-box .check-label {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.portfolio .form-box .check-box .iOS ~ label span {
  position: relative;
  width: 64px;
  height: 30px;
  border-radius: 24px;
  background-color: white;
  -webkit-box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.4);
  border: 1px solid white;
  z-index: 50;
  -webkit-transition: all ease-in-out 350ms;
  transition: all ease-in-out 350ms;
}

.portfolio .form-box .check-box .iOS ~ label span::before {
  -webkit-transition: all ease-in-out 350ms;
  transition: all ease-in-out 350ms;
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  background-color: white;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
  z-index: 100;
}

.portfolio .form-box .check-box .iOS:checked ~ label span {
  background-color: #3498db;
}

.portfolio .form-box .check-box .iOS:checked ~ label span::before {
  left: 37px;
}

.portfolio .project-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: .5vw;
  max-width: 1280px;
  margin: 0 auto;
}

.portfolio h1 {
  font-family: "Permanent Marker", cursive;
  text-align: center;
  color: #eee;
  text-shadow: 2px 2px 6px #222;
}

.portfolio .loading,
.portfolio .fa-spinner {
  text-shadow: 0px 0px 0px #fff;
  color: #222;
}

.portfolio .pulse {
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

.frame {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  color: #444;
  font-family: "Permanent Marker", cursive;
  border: 1px solid #999;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  margin-top: 25px;
  padding: 10px;
  position: relative;
}

.frame .overlay {
  display: -ms-grid;
  display: grid;
  place-items: center;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  font-family: "Archivo Black", sans-serif;
  background: rgba(31, 31, 122, 0.1);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.frame:hover {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.frame:hover .overlay {
  opacity: 1;
  background: rgba(31, 31, 122, 0.8);
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.frame a {
  text-decoration: none;
  color: #000;
}

.frame a:hover {
  text-decoration: none;
  color: #000;
}

.frame .image {
  max-width: 100%;
  max-height: 75%;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
  clear: both;
}

.dummy {
  border: 1px solid #999;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  margin-top: 25px;
  padding: 10px;
  min-height: 255px;
  min-width: calc(1.5 * 255px);
}

.dummy-body .dummy-content, .dummy-footer .dummy-content {
  -webkit-animation: shimmer 5s infinite;
          animation: shimmer 5s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: linear-gradient(65deg, #eee, #ccc, #eee);
  background-size: 600%;
  overflow: hidden;
}

.dummy-body .dummy-content {
  min-height: calc(255px * .75);
}

.dummy-footer {
  margin-top: 15px;
}

.dummy-footer .dummy-content {
  height: 30px;
}

.project-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-height: 85vh;
  padding: 20px;
}

.project-page .stack,
.project-page .screenshot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.project-page .stack {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-width: 30%;
  margin: 10px;
}

.project-page .stack ul {
  list-style-type: none;
}

.project-page .stack ul li {
  text-indent: -1.4em;
}

.project-page .stack ul li:before {
  font-family: "FontAwesome";
  content: '\f121';
  color: #222;
  margin-right: .2em;
}

.project-page .screenshot {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 70%;
}

.project-page .screenshot img {
  width: 100%;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Permanent Marker", cursive;
  padding: 5vh 0;
}

.contact .danger-btn {
  display: block;
  font-size: 1em;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  background: #d22a26;
  color: #fff;
  padding: 15px;
}

.contact .contact-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact .contact-buttons button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 60px;
  height: 60px;
  margin: 10px;
  border-radius: 100%;
  border: none;
  font-size: 36px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.contact .contact-buttons button:hover {
  margin: 2;
}

.contact .contact-buttons .fa {
  color: #fff;
}

.contact .contact-buttons #github {
  background-color: #2c3e50;
  -webkit-box-shadow: 0 0 0 0 #2c3e50;
          box-shadow: 0 0 0 0 #2c3e50;
}

.contact .contact-buttons #github:hover {
  -webkit-animation: github 1.25s infinite;
          animation: github 1.25s infinite;
}

.contact .contact-buttons #twitter {
  background-color: #3498db;
  -webkit-box-shadow: 0 0 0 0 #3498db;
          box-shadow: 0 0 0 0 #3498db;
}

.contact .contact-buttons #twitter:hover {
  -webkit-animation: twitter 1.25s infinite;
          animation: twitter 1.25s infinite;
}

.contact .contact-buttons #linkedin {
  background-color: #2980b9;
  -webkit-box-shadow: 0 0 0 0 #2980b9;
          box-shadow: 0 0 0 0 #2980b9;
}

.contact .contact-buttons #linkedin:hover {
  -webkit-animation: linkedIn 1.25s infinite;
          animation: linkedIn 1.25s infinite;
}

.contact .contact-buttons #freecodecamp {
  background-color: #27ae60;
  -webkit-box-shadow: 0 0 0 0 #27ae60;
          box-shadow: 0 0 0 0 #27ae60;
}

.contact .contact-buttons #freecodecamp:hover {
  -webkit-animation: fcc 1.25s infinite;
          animation: fcc 1.25s infinite;
}

.contact .contact-buttons #codepen {
  background-color: #34495e;
  -webkit-box-shadow: 0 0 0 0 #34495e;
          box-shadow: 0 0 0 0 #34495e;
}

.contact .contact-buttons #codepen:hover {
  -webkit-animation: codepen 1.25s infinite;
          animation: codepen 1.25s infinite;
}

.contact .contact-buttons .copyright {
  text-align: center;
}

.contact .radiate {
  -webkit-box-shadow: 0 0 0 0 #d44946;
          box-shadow: 0 0 0 0 #d44946;
  border-radius: 5px;
}

.contact .radiate:hover {
  -webkit-animation: email 1.25s infinite;
          animation: email 1.25s infinite;
}

.contact .radiate .fa-envelope {
  margin-right: 1vw;
}

@-webkit-keyframes email {
  to {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
}

@keyframes email {
  to {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes github {
  to {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
}

@keyframes github {
  to {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes twitter {
  to {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
}

@keyframes twitter {
  to {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes linkedIn {
  to {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
}

@keyframes linkedIn {
  to {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes fcc {
  to {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
}

@keyframes fcc {
  to {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes codepen {
  to {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
}

@keyframes codepen {
  to {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
}

.footer {
  background-color: #ffffff;
  border-top: 1px solid #111;
  max-height: 100px;
}

.footer .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100vw;
}

.footer .content .footer-links {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.footer .content .footer-links li {
  padding: 20px 5px;
}

.footer .content .footer-links li a {
  color: #222;
}

.footer .content .footer-links li:nth-child(odd):hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.footer .content .footer-links li:nth-child(odd):hover a {
  color: #fff;
}

.colCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid black;
}

.colCont .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: max-height 500ms, opacity 750ms;
  transition: max-height 500ms, opacity 750ms;
}

.colCont .content .header-bar {
  font-family: "Permanent Marker", cursive;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.75vmax;
}

.colCont .content .header-bar h1,
.colCont .content .header-bar i {
  margin: 0;
}

.colCont .child {
  -webkit-transition: max-height 500ms ease-in-out, opacity 750ms ease-in-out;
  transition: max-height 500ms ease-in-out, opacity 750ms ease-in-out;
}

.colCont .child.hide {
  max-height: 5px;
  overflow: hidden;
  opacity: 0;
}

.colCont .child.show {
  max-height: 100%;
  opacity: 1;
  padding-bottom: 2vh;
}

.error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 800px;
}

.error h1 {
  font-size: 2.5vmax;
}

.error img {
  width: 80vw;
  max-width: 450px;
  border-radius: 100%;
  opacity: 0.85;
}

@media only screen and (min-width: 1145px) {
  .colCont .content .header-bar {
    font-size: 1.25em;
  }
}

@media only screen and (max-width: 960px) {
  .portfolio .project-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .hero {
    padding: 10vh  0;
  }
}

@media only screen and (max-width: 768px) {
  .nav_bar {
    position: relative;
  }
  .nav_bar .brand {
    width: 100%;
    font-size: 1.5em;
  }
  .nav_bar .toggle + .toggle-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .nav_bar .toggle ~ .right-nav {
    background-color: #ffffff;
    -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
    display: block;
    position: absolute;
    left: 0;
    top: 64px;
    z-index: 50;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
    width: 105vw;
    max-width: 105vw;
  }
  .nav_bar .toggle ~ .right-nav li {
    display: block;
    padding: 10px 0;
  }
  .nav_bar .toggle ~ .right-nav li a {
    margin-left: 35px;
  }
  .nav_bar .toggle:checked + .toggle-btn .ib-top {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .nav_bar .toggle:checked + .toggle-btn .ib-mid {
    opacity: 0;
  }
  .nav_bar .toggle:checked + .toggle-btn .ib-bot {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .nav_bar .toggle:checked ~ .right-nav {
    max-height: 360px;
  }
  .portfolio .form-box .form {
    width: 100%;
  }
  .portfolio .form-box .check-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .project-page {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
  .social .fa {
    font-size: 40px;
    margin-right: 3vw;
  }
  .social .label {
    display: none;
  }
  #about {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    padding: 10px;
  }
  #about .mobile-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 51vw;
    width: 90vw;
  }
  #about .mobile-video iframe {
    width: 100%;
    height: 100%;
  }
  #about #profile {
    display: none;
  }
  .portfolio .project-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .footer .content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .content .footer-links {
    display: none;
  }
}

@media only screen and (max-width: 540px) {
  .contact .contact-buttons button {
    color: #fff;
    width: 36px;
    height: 38px;
    margin: 1vw;
    font-size: 20px;
  }
}

@media only screen and (max-width: 320px) {
  .nav_bar .content .brand {
    font-size: 1.5em;
  }
  .social .fa {
    font-size: 32px;
  }
}
/*# sourceMappingURL=style.css.map */