/* G E N E R A L */
img, embed, object, video {
  max-width: 100%; }

nav a, button {
  min-width: 48px;
  min-height: 48px; }

html {
  margin: -12px;
  padding: 0;
  height: 100%; }

.header {
  height: 100vh;
  background-color: #A2FDDA;
  background-image: url("../img/Portfolio Desktop.svg");
  background-repeat: no-repeat;
  background-position: 83% 85%;
  background-size: 180%; }

/* N A V I G A T I O N */
nav ul {
  list-style: none;
  text-align: right;
  margin: 12px 12px -8px 0;
  padding-top: 10px; }
nav li {
  display: inline-block; }
nav a {
  color: #1D3242;
  padding: 14px 16px; }
nav a:hover {
  color: white;
  background-color: #1D3242;
  text-decoration: none; }

.container {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }

/* S P L A S H */
.splash {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  text-align: center;
  color: #1D3242; }
  .splash h1 {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .splash p {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 40px;
    color: #1D3242; }
  .splash .social_icons {
    margin: auto;
    padding-top: 70px; }
  .splash img {
    width: 30px;
    height: 30px;
    text-align: center; }

/* A B O U T */
.about {
  padding: 20px 0;
  width: 100%;
  margin: 0 auto; }
  .about hr {
    display: block;
    height: 3px;
    width: 2.5%;
    border: 0;
    border-top: 3px solid #1D3242;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 0; }
  .about .container {
    width: 50%;
    display: flex;
    flex-wrap: wrap; }
  .about h1 {
    text-align: center; }
  .about p {
    color: #486a5f;
    width: 100%;
    text-align: left; }
  .about img {
    height: 250px;
    width: 250px; }
  .about .me {
    width: 100vw;
    display: flex;
    flex-wrap: nowrap;
    flex-flow: row nowrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
    margin: auto;
    justify-content: center;
    padding-bottom: 40px; }
  .about .me_par {
    width: 20%;
    order: 1;
    margin-right: 50px;
    text-align: justify; }
  .about .me_pic {
    width: 10%;
    order: 2;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center; }

/* W O R K */
.work {
  background-color: #1D3242;
  padding: 20px 0;
  /* YumHack */
  /* HostHome */ }
  .work h1 {
    text-align: center; }
  .work hr {
    display: block;
    height: 3px;
    width: 2.5%;
    border: 0;
    border-top: 3px solid white;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 0; }
  .work .yumhack {
    width: 100vw;
    display: flex;
    flex-wrap: nowrap;
    flex-flow: row nowrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
    margin: auto;
    justify-content: center;
    padding-bottom: 40px; }
  .work .yumhack_pic {
    width: 20%;
    order: 1;
    justify-content: center;
    align-items: center; }
  .work .yumhack_description {
    width: 20%;
    order: 2;
    margin: 0;
    padding: 0;
    margin-left: 50px;
    text-align: justify; }
  .work .divider {
    display: block;
    height: 3px;
    width: 42%;
    border: 0;
    border-top: 1px solid white;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 0; }
  .work .hosthome {
    width: 100vw;
    display: flex;
    flex-wrap: nowrap;
    flex-flow: row nowrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
    margin: auto;
    justify-content: center;
    padding-bottom: 40px; }
  .work .hosthome_pic {
    width: 20%;
    order: 2;
    justify-content: center;
    align-items: center; }
  .work .hosthome_description {
    width: 20%;
    order: 1;
    margin: 0;
    padding: 0;
    margin-left: 50px;
    text-align: justify; }

/* F O O T E R */
.footer {
  display: block;
  background-color: #D1E0DB;
  padding: 20px 0; }
  .footer .social_icons {
    margin-top: -15px; }
  .footer img {
    width: 30px;
    height: 30px; }

/*# sourceMappingURL=desktop.css.map */
