@font-face {
  font-family: 'intro_rust_gbase_2_line';
  src: url('../fonts/introrustg-base2line-webfont.eot');
  src: url('../fonts/introrustg-base2line-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/introrustg-base2line-webfont.woff2') format('woff2'), url('../fonts/introrustg-base2line-webfont.woff') format('woff'), url('../fonts/introrustg-base2line-webfont.ttf') format('truetype'), url('../fonts/introrustg-base2line-webfont.svg#intro_rust_gbase_2_line') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'intro_head_rbase';
  src: url('../fonts/introheadr-base-webfont.eot');
  src: url('../fonts/introheadr-base-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/introheadr-base-webfont.woff2') format('woff2'), url('../fonts/introheadr-base-webfont.woff') format('woff'), url('../fonts/introheadr-base-webfont.ttf') format('truetype'), url('../fonts/introheadr-base-webfont.svg#intro_head_rbase') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'intro_script_rh2_base';
  src: url('../fonts/introscriptr-h2base-webfont.eot');
  src: url('../fonts/introscriptr-h2base-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/introscriptr-h2base-webfont.woff2') format('woff2'), url('../fonts/introscriptr-h2base-webfont.woff') format('woff'), url('../fonts/introscriptr-h2base-webfont.ttf') format('truetype'), url('../fonts/introscriptr-h2base-webfont.svg#intro_script_rh2_base') format('svg');
  font-weight: normal;
  font-style: normal;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
body {
  background-image: url(/images/sitebg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
body:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .7;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #000000 100%);
}
.under-construction {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 0, 0, 0.5);
  font-family: 'intro_head_rbase';
  text-align: center;
  padding: 2.5vh 10vw;
  font-size: 1em;
  color: white;
}
@media all and (min-width: 720px) {
  .under-construction {
    font-size: 2em;
  }
}
.personal-card {
  padding: 1em 3em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: .5em;
  box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.3);
}
h1 {
  font-family: 'intro_head_rbase';
  font-size: 48px;
  text-transform: uppercase;
  color: #333;
  text-align: center;
}
.personal-links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
}
.personal-link a {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 64px;
  width: 86px;
  display: block;
}
.personal-link.linkedin a {
  background-image: url(/images/linkedin_logo.png);
}
.personal-link.google-plus a {
  background-image: url(/images/google_plus_logo.jpg);
}
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 1vh 0;
}
footer small {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  font-family: 'intro_head_rbase';
  font-size: 1em;
}
@media all and (min-width: 720px) {
  footer small {
    font-size: .8em;
  }
}
