/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
body {
  font-family: 'Roboto Condensed', Helvetica, Helvetica Neue, Arial, sans-serif;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 1.4em;
  height: 100vh;
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0; }

.wrapper {
  position: relative;
  width: 100%;
  text-align: center;
  color: #fff;
  height: 100vh;
  overflow: auto; }

.container {
  margin: 0 auto;
  padding: 0 1em;
  max-width: 390px;
  height: auto;
  overflow: hidden;
  display: flex;
  height: 100%;
  min-height: 450px;
  align-items: center;
  justify-content: center; }

a, p, h1, h2, h3, h4, h5 {
  color: #fff; }

a {
  text-decoration: none; }
  a:hover {
    border-bottom: 1px solid #fff; }

.logo {
  max-width: 160px;
  margin-bottom: .1em; }

.description {
  text-transform: uppercase;
  margin-bottom: 1.5em; }

.name {
  color: #ee3524;
  font-size: 1.35em;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: .4em; }

div.contact p {
  margin: 0; }

@media only screen and (min-width: 600px) {
  body {
    font-size: 19px;
    padding: 0; }
  .container {
    min-height: 580px; }
  .logo {
    max-width: 216px; } }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
