* {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  box-sizing: border-box;
  color: #657b83; }

html * {
  color-profile: sRGB;
  rendering-intent: auto; }

/* light is default mode, so pair with general html definition */
body {
  color: #657b83;
  background: #eee8d5;
  text-align: center; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #586e75;
    border-color: #657b83; }
  body:before {
    left: 0;
    right: 0;
    top: 0;
    height: 10px;
    content: "";
    position: absolute;
    background: #cb4b16; }
  body a, body a:active, body a:visited {
    color: #073642; }
  body a {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    text-decoration: none;
    border-bottom: 1px solid transparent; }
    body a:hover {
      color: #002b36;
      border-color: #cb4b16; }
      body a:hover.logo {
        border-color: transparent; }

.page-border {
  color: #657b83;
  background: #eee8d5;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  background: #eee8d5;
  text-align: center;
  position: absolute; }
  .page-border:before {
    left: 0;
    right: 0;
    top: 0;
    height: 10px;
    content: "";
    position: absolute;
    background: #cb4b16; }

#header-logo {
  position: fixed;
  top: 50%;
  left: 50%;
  opacity: 0.8;
  width: 512px;
  height: 512px;
  cursor: pointer;
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  transition: opacity 0.8s;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-image: url(/images/logo-dsiw-active.svg);
  background-size: 512px; }
  #header-logo:hover {
    opacity: 1; }

#logo {
  font-family: 'Dosis';
  font-size: 2em;
  color: white;
  text-align: center;
  vertical-align: middle;
  width: 3.5em;
  height: 3.5em;
  line-height: 3.5em;
  border-radius: 100%;
  margin: 0 1em;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s; }

header nav {
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s; }
  header nav a {
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2.5em;
    display: inline-block; }

p {
  margin: 1em auto;
  font-size: 2em;
  max-width: 800px;
  line-height: 1.75em;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.social {
  margin-top: 5em;
  margin-bottom: 3em;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s; }
  .social a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 3.5em;
    padding: 0;
    display: inline-block;
    margin: 0 10px 0 0;
    position: relative;
    border-bottom: none; }
    .social a i {
      color: #93a1a1;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    .social a:hover i {
      color: #cb4b16; }
  .social .space {
    display: inline-block;
    border-left: 1px solid;
    height: 2.5em;
    margin: 0 1.5em; }

#creatings h3 {
  font-size: 6em;
  font-weight: 300;
  color: #073642;
  text-transform: uppercase;
  margin: 50px auto 75px;
  line-height: 1; }
#creatings .tlt {
  padding-top: 20px; }
  #creatings .tlt span {
    color: #cb4b16;
    font-family: 'Inconsolata', monospace;
    text-transform: none;
    cursor: pointer; }
  #creatings .tlt ul {
    display: none; }
  #creatings .tlt li:hover {
    color: black;
    border-color: transparent; }

code {
  font-family: 'Inconsolata', monospace;
  color: #586e75;
  background-color: #fdf6e3;
  border: 1px solid #cb4b16;
  border-radius: 5px;
  padding: 0.2em; }

footer {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 40px 0;
  position: relative;
  opacity: 0.3;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s; }
  footer:hover {
    opacity: 1; }
    footer:hover .heart {
      color: #cb4b16; }
  footer .heart-placeholder {
    position: relative;
    width: 12px;
    height: 15px;
    display: inline-block; }
  footer .heart {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.homepage-hero-module {
  border-right: none;
  border-left: none;
  position: relative; }

.no-video .video-container video,
.touch .video-container video {
  display: none; }

.poster.hidden {
  display: none; }

.no-video .video-container .poster,
.touch .video-container .poster {
  display: block !important; }

.video-container {
  position: fixed;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #000; }

.video-container .poster img {
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute; }

.video-container .filter {
  z-index: 100;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%; }

.video-container video {
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0; }

.video-container video.fillWidth {
  width: 100%; }
