/* Structure & Background
----------------------------- */
.filler {
    margin: 0 auto 0 auto;
    display: block;
    display: block;
    width: 13px;
    height: 13px;
    margin: 16px auto 10px;
    background: transparent url("cross-white.svg") no-repeat left top;
}
.wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('bg.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  text-rendering: optimizeLegibility;
}
.wrapper:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.wrapper:after {
  content: '';
  position: fixed;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 0px solid rgba(255,255,255,.2);
}
.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%;
}
.patroon {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('triangles.png');
  background-size: cover;
  background-position: center;
  opacity: .03;
}

/* Type
----------------------------- */
.name {
  position: relative;
  z-index: 2;
  font-size: 58px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 300;
  font-family: 'Playfair Display', serif;
  margin-bottom: 0;
  margin-top: 28px;
}
.subtitle {
  margin-top: 5px;
  position: relative;
  z-index: 2;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 2.2;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #b1946c;
}
.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: 475px;
  left: 50%;

  margin-left: -237px;
  padding: 0;
  list-style-type: none;
}
.legal {
  position: fixed;
  width: 475px;
  left: 50%;
  bottom: 10px;
  margin-left: -237px;
  padding: 0;
  list-style-type: none;
}
.legal-link {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.03em;
  opacity: .3;
  -webkit-transition: opacity .1s ease-in;
}
.legal-link:hover,
.legal-link:focus {
  opacity: 0.7;
} 
.legal-link-outer {
  margin-top: 10px;
  display: block;
} 
.social-links > li {
  display: inline-block;
}
.social-link-item {
  display: inline-block;
  background-image: url(socialicons.png);
  height: 20px;
  background-size: 123px 20px;
  text-indent: -9999px;
  margin-left: 15px;
  opacity: .4;
  -webkit-transition: all .1s ease-in;
}
.social-links .email-link-outer {
  margin-top: 10px;
  display: block;
} 
.email-link {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.03em;
  opacity: .5;
  -webkit-transition: opacity .1s ease-in;
}
.email-link:hover,
.email-link:focus {
  opacity: 1;
} 
.social-link-item:hover{
  opacity: 1;
}
.social-link-item-twitter {
  margin-left: 0;
  width: 21px;
}
.social-link-item-linkedin {
  background-position: -21px 0;
  width: 19px;
}
.social-link-item-github {
  background-position: -40px 0;
  width: 18px;
}
.social-link-item-dribbble {
  background-position: -58px 0;
  width: 21px;
}
.social-link-item-behance {
  background-position: -78px 0;
  width: 26px;
}
.social-link-item-medium {
  background-position: -105px 0;
  width: 18px;
}
@media (max-width: 800px) {
    .wrapper:before {
  margin-top: -20%;

}
  .legal-link {
  font-size: 8px;
}
  .name {
    font-size: 30px;
    letter-spacing: 0.2em;
  }
}

@media (max-width: 600px) {

  .legal-link {
  font-size: 8px;
}
  .name {
    font-size: 36px;
    letter-spacing: 0.2em;
  }
}
@media (max-width: 400px) {
  .name {
    margin-top: 20px;
    font-size: 30px;
    letter-spacing: 0.1em;
  }
  .subtitle {
    font-size: 12px;
    letter-spacing: 0.2em;
  }
  .wrapper-inner {
    margin-top: -20%;
  }
  .wrapper-inner:before {
    width: 200px;
    height: 200px;
    margin-left: -100px;
    margin-top: -100px;
  }
}