* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

body {
  font-family: 'Quicksand', sans-serif;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(240, 240, 240, 0.747)));
  background: linear-gradient(180deg, white 0%, rgba(240, 240, 240, 0.747) 100%);
}

body .nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: #000000;
  color: white;
}

body .nav .navbar {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  background-color: #000000;
}

body .nav .navbar a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

body .nav .navbar a .nav-link {
  padding: 10px;
}

body .nav .navbar a:hover {
  background-color: white;
  color: black;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

body .nav .toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1200px;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  border-bottom: solid 2px black;
  background-color: #ffffff;
}

body .nav .toggle a {
  text-decoration: none;
  color: inherit;
}

body .nav .toggle a .nav-link {
  padding: 10px;
}

body .nav .toggle a:hover {
  background-color: black;
  color: white;
}

body .nav .hamburger {
  display: none;
}

body .loader {
  width: 100%;
  height: 100%;
  background-color: black;
  color: white;
  font-family: 'Oswald', sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99;
}

body .loader .container {
  height: auto;
  margin: auto;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .loader .container .hero-info {
  font-size: 2rem;
}

body .hidden {
  -webkit-animation: fadeOut 1s;
          animation: fadeOut 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

body #projects .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

body #projects .container h1 {
  text-align: center;
  margin-bottom: 30px;
}

body #projects .container .flex-column-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
}

body #projects .container .flex-column-wrapper .flex-column {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-item-align: center;
      align-self: center;
  height: auto;
  margin: 20px;
  border: solid 0.5px black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  -webkit-box-shadow: 12px 18px 34px -25px rgba(0, 0, 0, 0.75);
          box-shadow: 12px 18px 34px -25px rgba(0, 0, 0, 0.75);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body #projects .container .flex-column-wrapper .flex-column .project-image {
  height: auto;
}

body #projects .container .flex-column-wrapper .flex-column .project-image img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  border-bottom: solid 1px #000000;
}

body #projects .container .flex-column-wrapper .flex-column .project-image h3 {
  text-align: center;
}

body #projects .container .flex-column-wrapper .flex-column .project-description {
  text-align: center;
  width: 100%;
  padding: 10px;
}

body #projects .container .flex-column-wrapper .flex-column .project-description h3 {
  margin: 5px;
}

body #projects .container .flex-column-wrapper .flex-column .project-description a {
  text-decoration: none;
  color: inherit;
}

body #projects .container .flex-column-wrapper .flex-column .project-description .icon {
  margin: 5px;
  font-size: 1.5em;
}

body #projects .container .flex-column-wrapper .flex-column:hover {
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

body #projects .container .flex-column-wrapper .flex-description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 20px;
  text-align: justify;
}

body #projects .container .flex-column-wrapper .flex-description a {
  text-decoration: none;
}

body #projects .container .flex-column-wrapper .flex-description .tech-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

body #projects .container .flex-column-wrapper .flex-description .tech-list .icon {
  height: 100px;
  width: 100px;
  margin: 20px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body #projects .container .flex-column-wrapper .flex-description .tech-list .icon img {
  width: 80%;
  height: 80%;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

body #projects .container .flex-column-wrapper .flex-description .tech-list .icon img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

body #contact {
  height: 200px;
  width: 100%;
  background-color: #000000;
  color: white;
}

body #contact .container {
  height: 200px;
  width: 100%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body #contact .container .contact-flex {
  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;
}

body #contact .container .contact-flex a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

body #contact .container .contact-flex a .nav-link {
  margin: 10px;
}

body #contact .container .contact-flex a:hover {
  background-color: white;
  color: black;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

body #contact .container .contact-flex .icon {
  height: 50px;
  width: 50px;
  margin: 20px 20px;
  font-size: 50px;
}

@-webkit-keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 550px) {
  body .nav {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    border: 0;
  }
  body .nav .hamburger {
    display: block;
    position: relative;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    width: 100%;
    height: 42px;
    font-size: 18px;
    color: #ffffff;
    background: #000000;
    border: solid 1px white;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
  }
  body .nav .hamburger:hover {
    background: #ffffff;
    color: #000000;
    border-bottom: solid 2px #000000;
  }
  body .nav .navbar {
    display: none;
    position: fixed;
    top: 0;
  }
  body .nav .toggle a {
    color: black;
  }
}

@media screen and (max-width: 768px) {
  body .flex-column-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 968px) {
  #projects .flex-column-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #projects .flex-column-wrapper .flex-column {
    margin: 20px;
    width: 60%;
  }
}
/*# sourceMappingURL=projects.css.map */