/* Structure & Background
----------------------------- */

.wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(113, 115, 82, 0.5), rgba(0, 0, 0, 0.9)), url('https://www.grytsje.nl/grytsje.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}
.wrapper:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.wrapper:after {
  content: '';
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border: 20px solid rgba(255, 255, 255, 1);
}
.wrapper-inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 2;
  margin-top: -4%;
  max-width: 80%;
}

.wrapper-inner:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 337px;
  height: 337px;
  left: 50%;
  top: 50%;
  margin-left: -168px;
  margin-top: -168px;
  background-image: url('circle-red.png');
  background-size: 100%;
}
.triangle-pattern {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('triangles.png');
  background-size: cover;
  background-position: center;
  opacity: .03;
}

/* Type
----------------------------- */
.grut {
  position: relative;
  z-index: 2;
  font-size: 8vw;
  line-height: 1;
  letter-spacing: 0.26em;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0;
  margin-top: 28px;

}

p {
  margin-top: 50px;
  position: relative;
  color: #fff;
  z-index: 2;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.1em;
}

a {
	color: #fff;
	text-decoration: none; 
	border-bottom: 2px solid rgba(192, 192, 192, 0.2);
	padding-bottom: 3px;
	-webkit-transition: border 500ms ease;
  -moz-transition: border 500ms ease;
  -ms-transition: border 500ms ease;
  -o-transition: border 500ms ease;
  transition: border 500ms ease; 
}

a:hover {
  border-bottom: 1px solid rgba(192, 192, 192, 1);
}


.divider {
  width: 80px;
  margin-top: 75px;
  border-color: rgba(255,255,255,.3);
  border-width: 0;
  border-bottom-width: 1px;
}

/* Social Links
----------------------------- */
.social-links {
  position: fixed;
  width: 240px;
  left: 50%;
  bottom: 50px;
  margin-left: -120px;
  padding: 0;
  list-style-type: none;
  border: 0px;
}

.namme {
  position: fixed;
  z-index: 2;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 2.2;
  font-weight: 300;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  width: 240px;
  left: 50%;
  top: 50px;
  margin-left: -120px;
  padding: 0;
  border: 0px;
}

.social-links > li {
  display: inline-block;
}
.social-link-item {
  display: inline-block;
  background-image: url(icons-sprite.png);
  border-bottom: 0px;
  height: 30px;
  background-size: 120px 30px;
  text-indent: -9999px;
  margin-left: 0px;
  opacity: .4;
  -webkit-transition: all .1s ease-in;
}
.social-links .email-link-outer {
  margin-top: 10px;
  display: block;
} 
.email-link {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  opacity: .5;
  -webkit-transition: opacity .1s ease-in;
}
.email-link:hover,
.email-link:focus {
  opacity: 1;
  border-bottom: 0px;
} 
.social-link-item:hover{
  opacity: 1;
  border-bottom: 0px;
}

.social-link-item-email {
  margin-left: 0;
  width: 30px;
  height: 25px;
}

.social-link-item-facebook {
  background-position: -30px 0;
  width: 30px;
  height: 25px;
}

.social-link-item-twitter {
  background-position: -60px 0;
  width: 30px;
  height: 25px;
}

.social-link-item-linkedin {
  background-position: -90px 0;
  width: 30px;
  height: 25px;
}

@media (max-width: 600px) {
  .name {
    font-size: 30px;
    letter-spacing: 0.2em;
  }
}
@media (max-width: 400px) {
  .name {
    margin-top: 20px;
    font-size: 24px;
    letter-spacing: 0.1em;
  }
  .byline {
    font-size: 12px;
    letter-spacing: 0.2em;
  }
  .wrapper-inner {
    margin-top: -20%;
  }
  .wrapper-inner:before {
    width: 160px;
    height: 160px;
    margin-left: -80px;
    margin-top: -80px;
  }
}