/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain )
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1 {
  font-size: 2.5em;
  font-weight: 700; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.8em; }

h4 {
  font-size: 1.6em; }

p {
  font-size: 1.1em; }

body {
  font-family: 'Lato ', sans-serif;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  font-size: 16px;
  background: #f0f0f0;
  color: #212121;
  line-height: 1.4; }

* {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

/*Scrollbar*/
::-webkit-scrollbar {
  width: 8px; }

::-webkit-scrollbar-track {
  background: #087091; }

::-webkit-scrollbar-thumb {
  background: #043848; }

::-webkit-scrollbar-thumb:hover {
  background: #011218; }

/* Nav bar */
.menuBar {
  color: white;
  position: fixed;
  top: 10px;
  right: 2%;
  height: 30px;
  width: 38px;
  border-radius: 5px;
  padding: 5px;
  z-index: 10;
  font-size: 2em;
  text-align: centerd;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.menuIcon svg {
  stroke: #212121; }

.sideMenu {
  background: #090B0D;
  height: 100%;
  width: 0px;
  position: fixed;
  z-index: 100;
  right: 0%;
  top: 0;
  -webkit-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
  overflow: hidden;
  color: white; }
  .sideMenu ul {
    padding: 10px 15px;
    list-style: none; }
    .sideMenu ul li {
      padding: 10px 0;
      border-bottom: 1px solid rgba(155, 155, 155, 0.1);
      cursor: pointer; }
      .sideMenu ul li:hover a, .sideMenu ul li .active {
        color: white !important; }
      .sideMenu ul li a {
        text-decoration: none;
        color: rgba(155, 155, 155, 0.6);
        font-size: 1.05em;
        font-weight: bolder;
        padding-left: 5px;
        -webkit-transition: color 0.3s;
        -o-transition: color 0.3s;
        transition: color 0.3s; }
  .sideMenu h4 {
    padding: 0 20px;
    font-size: 0.8em;
    text-align: center; }
  .sideMenu h5 {
    padding: 0 20px;
    text-align: right;
    font-size: 0.7em; }

.sidebar-top {
  margin-top: 25px;
  padding: 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .sidebar-top img {
    width: 120px;
    margin-top: 0; }

.closeButton {
  font-size: 2em;
  margin-left: 60px;
  font-weight: bolder;
  color: white;
  cursor: pointer; }

.quote {
  opacity: 0;
  color: rgba(155, 155, 155, 0.6); }

.hero {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  height: 100vh;
  widows: 100vw; }
  .hero .hero-text {
    text-align: center; }
    .hero .hero-text h1 {
      font-size: 4.5em;
      color: #0983a9;
      margin: 0; }
      .hero .hero-text h1 .intro {
        font-weight: 100;
        color: #212121; }
    .hero .hero-text h2 {
      font-weight: 400;
      margin: 0 0 18px 0;
      color: #878787; }
    .hero .hero-text .hero-button {
      text-decoration: none;
      font-weight: 700;
      color: #0983a9;
      padding: 0.5em 2em;
      background: none;
      border: 2px solid #0983a9;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
      .hero .hero-text .hero-button:hover {
        background: #0983a9;
        color: #fff; }
  .hero .hero-image {
    width: 100%;
    height: 55%;
    background: url(../images/hero.svg) no-repeat center; }

.container {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto; }

.heading {
  text-align: center;
  margin-bottom: 30px; }
  .heading h1, .heading h2 {
    margin: 30px 0 0px 0; }
  .heading p {
    color: #6e6e6e;
    margin: 0; }

#about {
  padding-top: 10px; }

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4%; }
  .about img {
    max-height: 200px;
    border-radius: 50%; }
  .about p {
    margin: 0 0 0 2%;
    padding-left: 2%;
    border-left: 2px solid #545454; }

.promo {
  margin-top: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .promo div {
    margin: 10px;
    padding: 1em 0;
    border-radius: 5px;
    width: 100%; }
    .promo div h2 {
      font-weight: 700;
      text-transform: uppercase;
      font-size: 1.6em; }
    .promo div i {
      margin-bottom: 18px;
      font-size: 5em;
      color: #0ca9d9;
      opacity: 0.6; }
    .promo div p {
      margin-top: 15px;
      font-size: .9em;
      color: #545454;
      font-weight: 100; }

.button {
  color: #0983a9;
  padding: 8px 20px;
  background: none;
  text-transform: uppercase;
  border: 2px solid #0983a9;
  text-decoration: none;
  font-size: 1em;
  font-weight: 700;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .button:hover {
    color: #fff;
    background: #0983a9; }

.cv {
  margin: 40px; }

.projects {
  width: 100%;
  background: #ffffff;
  padding-top: 10px; }
  .projects .project {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 1em; }
    .projects .project .content {
      width: 50%;
      padding: 1em; }
      .projects .project .content h3 {
        color: #0983a9;
        margin-bottom: 20px;
        font-weight: bolder; }
      .projects .project .content p {
        margin-bottom: 30px;
        color: #3b3b3b; }
    .projects .project .image {
      padding: 1em;
      width: 50%; }
      .projects .project .image img {
        max-width: 100%;
        height: auto; }

.p2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.project-graphic .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .project-graphic .gallery .g1, .project-graphic .gallery .g2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1em; }
    .project-graphic .gallery .g1 img, .project-graphic .gallery .g2 img {
      max-width: 100%;
      height: auto;
      margin-bottom: 20px; }

footer {
  background: #090B0D;
  padding: 2em; }
  footer h4 {
    text-align: center;
    padding-top: 20px;
    font-size: 20px;
    color: #e6e6e6; }
  footer p {
    text-align: center;
    padding-top: 20px;
    font-size: 1.2em;
    color: #e6e6e6; }
    footer p a {
      color: #e6e6e6;
      text-decoration: none; }
    footer p i {
      color: #0983a9; }
  footer ul {
    margin-top: 10px;
    text-align: center; }
    footer ul li {
      display: inline-block;
      border-radius: 50%;
      padding: 1em;
      width: 40px;
      height: 40px; }
      footer ul li a {
        color: #e6e6e6;
        font-size: 2.5em;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        footer ul li a:hover {
          color: #0ca9d9; }
        @media screen and (max-width: 1000px) {
        .hero .hero-text h1 {
          font-size: 3em; }
        .hero .hero-text h2 {
          font-size: 1.4em; } }
        @media screen and (max-width: 500px) {
        .hero .hero-text h1 {
          font-size: 2em; }
        .hero .hero-text h2 {
          font-size: 1.2em; }
      .hero .hero-image {
        height: 35%; } }
        @media screen and (max-width: 480px) {
    .container {
      width: 90%; } }
        @media screen and (max-width: 768px) {
    .about {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .about img {
        max-height: 280px; }
      .about p {
        margin: 5% 0 0 0;
        padding-left: 0;
        border-left: none;
        text-align: center; }
      .projects .project {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .projects .project .content {
          width: 100%;
          text-align: center; }
        .projects .project .image {
          width: 100%; }
    .project-graphic .gallery {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .project-graphic .gallery .g1, .project-graphic .gallery .g2 {
        padding: 0; } }
        @media screen and (max-width: 850px) {
    .promo {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
        @media screen and (max-width: 860px) {
      .promo div {
        max-width: 100%; } }
