* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  color: #f7f7f7;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  min-width: 400px;
}

a {
  font-weight: 100;
  text-decoration: none;
  color: #f7f7f7;
}

ul {
  list-style: none;
}

li {
  margin-top: 5px;
}

h1 {
  font-weight: 100;
  font-size: 300%;
  line-height: 92%;
}

.section-hero {
  position: relative;
  background-image: url(img/bg.jpg);
  background-position: center;
  background-size: cover;
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
}

.hero-name {
  position: absolute;
  margin: 4vh 4vw;
  bottom: 0vh;
}

#lastname {
  font-weight: 400;
}

.sociallinks {
  position: absolute;
  text-align: right;
  right: 0px;
  padding: 4vh 4vw;
  border-top-left-radius: 10px;
  top: 0vh;
}

li {
  margin-top: 15px;
}
