html, body {
  width: 100%;
}

nav li a {
  text-decoration: none;
  color: black;
}

nav li a:hover {
  text-decoration: underline;
}

body {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 15px;
}

body, ul {
  margin: 0;
  padding: 0;
}


h1, h2, .skills-list {
  font-family: 'Inknut Antiqua', serif;
}

img {
  max-width: 100%;
  height:auto;
}

nav {
    background-color: #D6F3FF;
    position: fixed;
    z-index: 1;
    width: 100%;
}

nav ul li {
    display: inline-block;
    margin: 0 15px; /* 0 refers to top and bottom, 15px to left and right*/
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

nav ul {
  margin: 0px auto;
  text-align: center;
  padding: 30px;
}

header {
  top: 70px;
  position: relative;
  margin-bottom: 220px;
  background-image: url('../img/background.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y:-184px;
}

h1 {
  font-size: 100px;
  line-height: 130%
}

h2 {
  font-size: 30px;
  line-height: 130%;
}

h1, h2 {
  font-weight: normal;
}

ul li {
  list-style: none;
  margin: 10px 0;
}

p {
  line-height: 150%;
}

.button {
  border: 1px solid black;
  color: black;
  text-decoration: none;
  padding: 10px 30px;
  margin-top: 40px;
  display: inline-block;
  border-radius: 20px;
  transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

.button:hover {
  background: black;
  color: white;
}

figcaption {
  font-size:10px;
  margin-top: 10px;
}

figcaption a {
  color: black;
  text-decoration: none;
}

figcaption a:hover {
  color: black;
  text-decoration: underline;
}

.intro-img {
  box-shadow: 1px 2px 30px rgba(0,0,0,0.2);
  margin-top: 30px;
  margin-bottom: 10px;
}

.skills-list {
  font-size: 50px;
  text-align: center;
  line-height: 150%;
  margin-bottom: 130px;
}

.project {
  margin: 30px 0;
  padding: 50px;
}

.blue {
  background-color: #D6F3FF;
}

.project .button {
  margin-top: 10px;
}

footer {
  text-align: center;
  margin: 100px;
  align-content: center;
}

footer h2 {
  font-size: 50px;
  margin-bottom: 100px;
}

.right-alignment {
  text-align: right;
}

.empty {
  width: 90px;
  border-top: 1px solid black;
  top: -5px;
}

footer h2 a {
  color: black;
  text-decoration: none;
  align-content: center;
  text-align: center;
}

footer h2 a:hover {
  text-decoration: underline
}

.skills {
    line-height: 150%;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 15px;
    text-align: left;
    padding-left: 550px;

}

.none {
  display: none;
}


.email {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 30px;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-device-width : 480px) {
  nav {
    width: 100%;
  }
  #contact h2 {
    font-size: 1.25em;
  }
  #contact h2 a {
    font-size: 0.9em;
  }

  .empty {
    display: none;
  }
}
