/* -- CSS Reset -- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "liga" on;
  margin: 0; }

img.alignright {
  float: right; }

img.alignleft {
  float: left; }

img.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto; }

body {
  background-color: #323334;
  border-style: none; 
  color: #fff;}


a {
  color: #fff;
  text-decoration: none;  
  border-bottom: solid 1px transparent;
    -webkit-transition: 1s;
    transition: 1s;   
  }

a:hover, a:focus, a:active {
  opacity: 0.6;}
  
.copy a:hover, .copy a:focus, .copy a:active {
  /* border-bottom: solid 1px #fff; */ }

/* -- Content -- */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

html {
  background-color: #141414; }

body.page-template-page-fullsingle {
  height: 100vh;
  background-color: #323334;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #bababa;
  background-position: center center;
  background-size: cover; }
  body.page-template-page-fullsingle p {
    margin-bottom: 28px;
    color: #bababa; }
    @media (max-width: 800px) {
      body.page-template-page-fullsingle p {
        font-size: 28px;
        line-height: 1.2; } }
    @media (max-width: 600px) {
      body.page-template-page-fullsingle p {
        font-size: 22px;
        line-height: 1.2; } }

.fs {
  padding: 10vh 10vw;
  overflow: hidden;
  position: absolute;
  z-index: 1000; }
  @media (max-width: 500px) {
    .fs {
      padding: 5vh 5vw;
      text-align: center; } }
  .fs .content {
    height: 80vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 500px) {
      .fs .content {
        height: 90vh; } }

.logo {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-self: left;
          align-self: left;
  -webkit-animation: fadein 2s;
          animation: fadein 2s; }
  @media (max-width: 500px) {
    .logo {
      -webkit-align-self: center;
              align-self: center; } }
  .logo img {
    max-width: 165px;
    height: auto; }
  .logo a {
	border-width: 0;}

.copy {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-animation: fadein 4s;
          animation: fadein 4s;
  letter-spacing: -1px;
  max-width: 1000px; }
  @media (max-width: 800px) {
    .copy {
      max-width: none; } }
  .copy a {
    color: #fff;
	font-weight: 600; }


.services {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-animation: fadein 6s;
          animation: fadein 6s;
  margin-top: auto; }
  .services ul {
    -webkit-animation: fadein 6s;
            animation: fadein 6s;
    margin-top: auto; 
	font-size: 15px; 
	line-height: 1.5; 
	margin-bottom: 14px;}
   @media (max-width: 800px) {
      .services ul {
        font-size: 13px;
        line-height: 1.4; } }
    .services ul li {
      display: inline-block; 
      margin-right: 8px; }
      .services ul li a {
        display: inline-block;
		color: #fff; }

.credit {
  font-size: 13px;
  margin-bottom: 0;
  -webkit-animation: fadein 8s;
          animation: fadein 8s; }
  .credit p.copyright {
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    opacity: 0.4; }
    .credit p.copyright a {
      color: #bababa; }
.small {font-size: 0.75em;}