/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
@font-face {
	font-family: 'Visby';
	src: url('../fonts/Visby-CF.eot');
	src: local('☺'), url('../fonts/Visby-CF.woff') format('woff'), url('../fonts/Visby-CF.ttf') format('truetype'), url('../fonts/Visby-CF.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ==========================================================================
   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;
    }
}

/* ==========================================================================
   Custom
   ========================================================================== */

 body {
   background: #242424;
   color: #FFF;
   font-family: 'Visby';
	 font-size: 18px;
   font-weight: normal;
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
	 overflow-x: hidden;
 }

a {
  color: white;
  text-decoration: none;
}

/* Menu */
.navigation {
  /* critical sizing and position styles */
  width: 100%;
  height: 100%;
	background: #58585A;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
	margin: 0;
  padding: 25px;
  list-style: none;
}

.navigation .nav-item {
	width: 200px;
	text-transform: uppercase;
	-webkit-transition: all 500ms;
	transition: all 500ms;
	font-size: 1em;
	letter-spacing: 3px;
}

/* Menu Icon */
/* Nav Trigger */
.nav-trigger {
  /* critical styles - hide the checkbox input */
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

label[for="nav-trigger"] {
  /* critical positioning styles */
  position: fixed;
  left: 25px; top: 25px;
  z-index: 2;
  height: 30px;
  width: 30px;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg enable-background='new 0 0 32 32' height='32px' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Menu'><path d='M1,7h30c0.552,0,1-0.448,1-1c0-0.552-0.448-1-1-1H1C0.448,5,0,5.448,0,6C0,6.552,0.448,7,1,7z' fill='white'/><path d='M31,15H1c-0.552,0-1,0.448-1,1c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C32,15.448,31.552,15,31,15z' fill='white'/><path d='M31,25H1c-0.552,0-1,0.448-1,1c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C32,25.448,31.552,25,31,25z' fill='white'/></g><g/><g/><g/><g/><g/><g/></svg>");
  background-size: contain;
}

/* Make the Magic Happen */
.nav-trigger + label, .site-wrap {
  transition: left 0.2s;
}

.nav-trigger:checked + label {
  left: 215px;
}

.nav-trigger:checked ~ .site-wrap {
  left: 200px;
}

/* Main Container */
.main-container {
	min-height: 100%;
	min-width: 100%;
	background: #242424;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
	padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.main {
	width: auto;
  margin: auto;
	opacity: 0;
	-webkit-transition: opacity 1.5s ease-in;
	transition: opacity 1.5s ease-in;
}
.main.loaded {
	opacity: 1;
}
.logo {
  display: block;
  width: 50px;
	margin: 0 auto;
}
.logo svg path {
	fill: white !important;
}
.wordmark {
  display: block;
  width: 250px;
  margin: 1em 0;
}
.wordmark svg path {
	fill: white !important;
}

/* Screens over 600px */
@media only screen and (min-width: 600px) {
	.logo {
		width: 75px;
		margin: auto;
	}
	.wordmark {
		width: 500px;
		margin: 2.5em 0;
	}
	a.contact {
		font-size: 1.4em;
	}
}
