/**
 * @Author: jannisportmann
 * @Date:   2017-07-30T17:49:15+02:00
 * @Last modified by:   jannisportmann
 * @Last modified time: 2017-09-04T00:04:33+02:00
 */

@import url('https://fonts.googleapis.com/css?family=Lora:400,700');

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Lora', serif;
  width: 100%;
}

h1 {
    font-size: 1em;
}

h2 {
    font-size: 1px;
}

a {
  color: #2D4442;
  text-decoration: underline;
}

.mobile {
  display: none;
}

.desk {
  display: block;
}

.navbar {
  background-color: #2D4442;
  border-bottom: solid 6px #E9E289;
}

.nav {
  height: 100px;
  padding-left: 10%;
  font-weight: 700;
}

.nav-element {
  display: inline-block;
}

.nav-element, .home, h2 a {
  font-size: 20px;
  line-height: 100px;
  margin-left: 50px;
  color: #fff;
  text-decoration: none;
}

#footer {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    text-align: center;
    margin-bottom: 4em;
    margin-top: 4em;
    display: block;
}

.link {
    width: 50px;
    height: 50px;
    color: #fff;
    display: none;
    padding-right: 20px;
}

#insta {
    background: url('../src/icons/insta@100.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#fhpx {
    background: url('../src/icons/500px@100.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#vimeo {
    background: url('../src/icons/vimeo@100.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#github {
    background: url('../src/icons/github@100.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#twitter {
    background: url('../src/icons/twitter@100.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.hide-link {
    width: 52px;
    height: 52px;
    color: #fff;
    display: none;
    padding-right: 20px;
    display: inline-flex;
}

.line {
  border-bottom: solid 6px #E9E289;
  height: 0;
  width: 80%;
  display: inline-block;
  margin-top: 2em;
  margin-left: 10%;
  margin-right: auto;
  position: relative;
  clear: none;
}

@media only screen and (max-width: 768px) {
    .desk {
      display: none;
    }

    .mobile {
      display: block;
      margin: -1px;
    }

    .nav {
      height: auto !important;
      display: block !important;
    }

    .nav-element {
      display: none;
      clear: both;
      line-height: 100% !important;
      width: 100% !important;
    }

    .description {
      margin-top: 1em;
    }
}
