@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
header {
  width: 100%;
  margin-top: 3em;
  color: #ffffff;
}

header .logo {
  float: left;
  cursor: pointer;
  width: 60px;
  padding-top: 10px;
  padding-bottom: 15px;
}

header nav {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

body {
  font-family: 'Open Sans', sans-serif;
  background-color: #1D1D1E;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  margin: 0 auto;
  padding: 0;
  height: 100vh;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}

body a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

.footer {
  position: relative;
  left: 0;
  bottom: -11.2em;
  width: 100%;
  height: 100px;
  background-color: #1D1D1E;
  color: #fff;
  text-align: center;
  padding: 0px;
  margin-top: 0;
  font-size: .9em;
  border-top: #B2A77E 2px solid;
}

.footer p {
  padding: 0;
  margin-left: 0px;
  margin-top: -15px;
  color: #fff;
}

.footer ul {
  display: -ms-grid;
  display: grid;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-grid-columns: auto;
      grid-template-columns: auto;
  padding: 0;
}

.instagram {
  cursor: pointer;
  width: 30px;
  height: 34.28px;
}

.instagram:hover path {
  fill: #B2A77E !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.twitterIcon {
  cursor: pointer;
  width: 30px;
  height: 34.28px;
}

.twitterIcon:hover path {
  fill: #B2A77E !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.linkedin {
  cursor: pointer;
  width: 30px;
  height: 34.28px;
}

.linkedin:hover path {
  fill: #B2A77E !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.linksFooter a {
  display: inline;
  text-align: center;
  padding: 0;
  font-size: 1em;
  text-decoration: none;
  -ms-flex-line-pack: center;
      align-content: center;
}

.linksFooter li {
  float: right;
  padding: 1em;
}

#mailIcon {
  display: none;
}

#folioIcon {
  display: none;
}

#infoIcon {
  display: none;
}

.links ul {
  margin: 0;
  padding: 0;
  overflow: auto;
}

.links li {
  float: right;
  padding: 1em;
  font-weight: bold;
}

.links a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  font-size: 1em;
  text-decoration: none;
}

.links li a:hover {
  color: #B2A77E;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

h1 {
  color: white;
  font-size: 3em;
}

h1 a {
  -webkit-text-decoration-style: none;
          text-decoration-style: none;
}

span {
  color: #B2A77E;
}

.bio {
  width: 50%;
  margin: 0 auto;
}

.container {
  width: 80%;
  margin: auto;
  overflow: hidden;
}

.about {
  margin-top: 5%;
}

.photo {
  margin-top: 5%;
}

.grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 10em;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
}

.col1 {
  text-align: right;
  padding-right: 7px;
  font-size: 12px;
}

.col2 {
  text-align: left;
  font-size: 12px;
}

/* Laptop */
@media screen and (max-width: 1440px) {
  .grid {
    width: 100%;
    margin: 10em;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-line-pack: center;
        align-content: center;
    text-align: center;
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
  }
  .col1 {
    text-align: right;
    padding-right: 7px;
    font-size: 12px;
  }
  .col2 {
    text-align: left;
    font-size: 12px;
  }
  .bio {
    width: 65%;
    margin: 0 auto;
  }
}

/* Tablet */
@media screen and (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }
  .links {
    display: hidden;
  }
  .grid {
    width: 100%;
    margin: 10em;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-line-pack: center;
        align-content: center;
    text-align: center;
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
  }
  .col1 {
    text-align: right;
    padding-right: 7px;
    font-size: 12px;
  }
  .col2 {
    text-align: left;
    font-size: 12px;
  }
  .bio {
    width: 75%;
    margin: 0 auto;
  }
}

/* Mobile */
@media screen and (max-width: 650px) {
  body {
    overflow-x: hidden;
    background-size: 1500px;
  }
  header {
    position: fixed;
    background: #020202;
    top: -48px;
    border-bottom: #B2A77E 2px solid;
  }
  header ul {
    background: black;
  }
  .photo {
    margin-top: 25%;
  }
  .grid {
    width: 100%;
    margin: 10em;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-line-pack: center;
        align-content: center;
    text-align: center;
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
  }
  .col1 {
    text-align: right;
    padding-right: 7px;
    font-size: 7px;
  }
  .col2 {
    text-align: left;
    font-size: 7px;
  }
  .links {
    position: absolute;
    margin: 0 auto;
    right: 0px;
    height: 720px;
    width: 100vw;
    top: 86.2px;
     background-image: url("/images/bg2.jpg");
    background-size: cover;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.4s ease-in;
    transition: -webkit-transform 0.4s ease-in;
    transition: transform 0.4s ease-in;
    transition: transform 0.4s ease-in, -webkit-transform 0.4s ease-in;
  }
  .links a {
    margin: 10px auto;
    color: #fff;
    font-size: 1.5em;
    text-decoration: none;
  }
  .links a:hover {
    color: #fff !important;
  }
  #mailIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 40px;
  }
  #folioIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 40px;
  }
  #infoIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 40px;
  }
  .bio {
    width: 75%;
    margin: 0 auto;
  }
  header .logo {
    float: left;
    cursor: pointer;
    width: 60px;
    padding-top: 0px;
    margin-left: -50px;
    padding-bottom: 15px;
  }
  .burger {
    width: 35px;
    margin-right: auto;
    float: right;
    margin-top: 15px;
    padding-bottom: 0px;
    cursor: pointer;
  }
  .burger div {
    width: 35px;
    height: 3px;
    margin: 5px;
    background-color: white;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footer {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 100px;
    background-color: #1D1D1E;
    color: #fff;
    text-align: center;
    padding: 0px;
    margin: 0 auto;
    font-size: .9em;
    border-top: #B2A77E 2px solid;
  }
}

.nav-active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.toggle .line1 {
  -webkit-transform: rotate(45deg) translate(5px, 6px);
          transform: rotate(45deg) translate(5px, 6px);
  background-color: #B2A77E;
}

.toggle .line2 {
  opacity: 0;
}

.toggle .line3 {
  -webkit-transform: rotate(-45deg) translate(5px, -6px);
          transform: rotate(-45deg) translate(5px, -6px);
  background-color: #B2A77E;
}
/*# sourceMappingURL=about.css.map */