﻿/* ============================================================================================== 
This copyright notice must be kept untouched in the stylesheet at all times.
The original version of this stylesheet and the associated (x)html 
is available at http://www.script-tutorials.com/responsive-website-using-angularjs/
Copyright (c) Script Tutorials. All rights reserved.
This stylesheet and the associated (x)html may be modified in any way to fit your requirements.
================================================================================================= */
/* general settings */
html {
  min-height:100%;
  overflow-x:hidden;
  overflow-y:scroll;
  position:relative;
  width:100%;
}
body {
  background-repeat: repeat !important;
  background-size: cover !important;
  color:black;
  font-weight:100;
  margin:0;
  min-height:100%;
  width:100%;
  font-family: Tahoma;
}

html, body {
  height: 100%;
}

a {
  text-decoration:none;
}
a img {
  border:none;
}
h1 {
  font-size:3.5em;
  font-weight:100;
}

input,textarea {
  -webkit-appearance:none;
  background-color:#f7f7f7;
  border:none;
  border-radius:3px;
  font-size:1em;
  font-weight:100;
}
input:focus,textarea:focus {
  border:none;
  outline:2px solid #7ed7b9;
}

.btn {
  background-color:#fff;
  border-radius:24px;
  color:#595959;
  display:inline-block;
  font-size:1.4em;
  font-weight:400;
  margin:30px 0;
  padding:10px 30px;
  text-decoration:none;
}
.btn:hover {
  opacity:0.8;
}
.wrap {
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin:0 auto;
  max-width:1420px;
  overflow:hidden;
  padding:0 50px;
  position:relative;
  width:100%;
}
.wrap:before {
  content:'';
  display:inline-block;
  height:100%;
  margin-right:-0.25em;
  vertical-align:middle;
}

.website-container {
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* header section */
header .wrap {
  height:100%;
}

header nav ul {
  margin:1em 0;
  padding:0;
}
header nav ul li {
  display:block;
  float:left;
  margin-right:20px;
}
header nav ul li a {
  border-radius:24px;
  color:#aaa;
  font-size:1.4em;
  font-weight:400;
  padding:10px 27px;
  text-decoration:none;
}
header nav ul li a.active {
  background-color:#c33c3a;
  color:#fff;
}
header nav ul li a.active:hover {
  background-color:#d2413f;
  color:#fff;
}
header nav ul li a:hover,header nav ul li a.activeSmall {
  color:#c33c3a;
}


.image {
  text-align:center;
}
.image img {
  vertical-align:top;
  width:50%;
}


::-webkit-input-placeholder {
  color:#a7a7a7;
}
:-moz-placeholder {
  color:#a7a7a7;
}
::-moz-placeholder { /* FF18+ */
  color:#a7a7a7;
}
:-ms-input-placeholder {
  color:#a7a7a7;
}

@-moz-keyframes loader_rot {
  from {
    -moz-transform:rotate(0deg);
  }
  to {
    -moz-transform:rotate(360deg);
  }
}
@-webkit-keyframes loader_rot {
  from {
    -webkit-transform:rotate(0deg);
  }
  to {
    -webkit-transform:rotate(360deg);
  }
}
@keyframes loader_rot {
  from {
    transform:rotate(0deg);
  }
  to {
    transform:rotate(360deg);
  }
}

.view-enter,.view-leave {
  -moz-transition:all .5s;
  -o-transition:all .5s;
  -webkit-transition:all .5s;
  transition:all .5s;
}
.view-enter {
  left:20px;
  opacity:0;
  position:absolute;
  top:0;
}
.view-enter.view-enter-active {
  left:0;
  opacity:1;
}
.view-leave {
  left:0;
  opacity:1;
  position:absolute;
  top:0;
}
.view-leave.view-leave-active {
  left:-20px;
  opacity:0;
}
.nav-bar {
    display: inline-flex;
    margin-top: 30px;
    padding-left: 20px;
}
.nav-item {
  margin-right: 5px;
  color: white;
}

a {
    text-decoration: none !important;
}

.nav-item img {
    width: 20px
}

.logo {
    margin-top:8px;
    float:right;
}

.center {
    margin: 0 auto;
    text-align: center;
    display: block;
}

.daryl-progress {
  margin-top: 20px;
  margin-bottom: 20px;
}

.progress-header {
  margin-bottom: 0px !important;
  font-size: 13.75px !important;
  line-height: 13.75px !important;
}

.devlog-text {
  color: rgb(0, 91, 127);
  text-decoration: underline !important;
  font-size: 12.749px !important;
  line-height: 12.749px !important;

}

@media screen and (min-width: 550px) {
  .progress-header {
      font-size: 2.5vw!important;
      line-height: 2.5vw !important;
  }
}
@media screen and (min-width: 980px) {
  .progress-header {
      font-size: 24.5px !important;
      line-height: 24.5px !important;
  }
}
@media screen and (min-width: 671px) {
  .devlog-text {
    font-size: 1.9vw !important;
    line-height: 1.9vw  !important;
  }
}
@media screen and (min-width: 1145px) {
  .devlog-text {
    font-size: 21.755px !important;
    line-height: 21.755px  !important;
  }
}

.devlog-text-container {
  display: block;
  margin-top: 5px;
}
hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

#carouselBlocksTop {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 822px;
    max-width: 1235px;
    pointer-events: none;
}
#carouselBlocksBottom {
    position: absolute;
    z-index: 1000;
    top: 5px;
    left: 0;
    width: 100%;
}

#demoBlocks {
    position: absolute;
    z-index: 90;
    bottom: 196px;
    right: 0;
    width: 100%;
    min-width: 780px;
    pointer-events: none;
}
#footerBlocks {
    position: absolute;
    z-index: 1000;
    bottom: 83px;
    left: 0;
    width: 100%;
    min-width: 822px;
    max-width: 1235px;
    pointer-events: none;
}
#logoWash {
    position: absolute;
    margin-left: -12px;
    background-repeat: no-repeat;
    width: 1240px;
    height: 83px;
    background-image: url('/images/logoWash.png');
    pointer-events: none;
    z-index:1500;
    overflow: hidden;
}
.header-bar {
    background-repeat: no-repeat;
    width: 100%;
    height: 106px;
    background-image: url('/images/top banner.png')
}

button {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 15px 15px;
  font-size: 48px;
  font-family: "Bitter",serif;
  line-height: 1.8;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
}

/*Some fancy typography scaling stuff */
.game-card-text-link {
    color: white;
    pointer-events: all;
    position: absolute;
    z-index: 13;
    margin-top: -2.2vw;
    font-size: 1.9vw !important;
    line-height: 1.9vw;
    left: 1%;
    text-decoration: underline;
}

@media screen and (min-width: 1350px) {
  .game-card-text-link {
    font-size: 25.5px !important;
    margin-top: -32.2px !important;
    line-height: 25.5px !important;
  }
}

#cycler a:hover {
    color: #c5cae9;
}
/*End of some fancy typography scaling stuff */

#home-demo-button {
}

#home-demo-button button {
  font-size: 15px;
  color: white;
  width: 39%;
  min-width: 170px;
  background: rgba(54, 180, 209, 1);
  border: solid white 5px;
}

#home-demo-button button:hover,
#home-demo-button button.hover {

  background: rgba(54, 180, 209, .5);
}
#home-demo-button button:active,
#home-demo-button button.active {
  background: rgba(12, 106, 126, 1);
}

#erl {
    max-width: 150px;
    width: 25%;
    z-index: 100;
    position: absolute;
    right: 7%;
    bottom: 88px;
    display: none;
}

#mc_embed_signup{clear:left; font:14px Helvetica,Arial,sans-serif; }

#contact-image {
float: left; width: 50%;
}

#contact-info {
  display: inline-block; width: 50%; padding-left: 50px;
}

#contact-email-us {
  font-size: 23px;
}

#contact-list p{
  font-size: 16px;
  margin: 20px 0 0 30px;
}

#contact-container {
  margin-top: 50px; 
}


/* VARIABLES */
/* BASE */
a {
    text-decoration: none;
    color: inherit;
}

/* HEADER */
.header {
    position: fixed;
    left: 0;
    right: 0;
    height: 66px;
    line-height: 66px;
    color: #fff;
    background-color: #3f51b5;
}

header nav {
    float:right;
    margin-top:35px;
}

.header__logo {
    font-weight: 700;
    padding: 0 10px;
    float: left;
    width: 23.9%;
    min-width: 196px;
    max-width: 296px;
}

/* MENU */
.footer-menu, .menu {
    float: right;
    padding-right: 11px;
}

.nav-items {
  margin-left: 85px;
  font-family: Tahoma;
  font-size: 17px;
}
.footer-menu a {
    padding: 0 10px;
}
.menu a {
    padding: 0 8px;
}
.menu a:hover {
    color: #c5cae9;
}

.footer-menu a:hover {
    color: #c5cae9;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

#top-header-bar {
    margin: 0; width:100%;  height: 47px; background-color: rgb(27,27,27)
}
#bottom-header-bar {
    margin: 0; width:100%; height: 47px; background-color: rgb(27,27,27)
}

#small-menu {
    display: none;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery-item{
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
  width: 100%;
  text-decoration: none;
  color: black;
  border-radius: 6px;
  border: gray;
  overflow: hidden;
} 
@media screen and (min-width: 500px) {
  .gallery-item {
    width: calc(50% - 4px);
  }

  #home-demo-button button {
  font-size: 20px;
  }

  #erl {
    display: block;
}

}
@media screen and (min-width: 45em) {
  .gallery-item {
    width: calc(33% - 5.333px);
  }
}

.daryl-trailer {
  position: absolute;
  width: 25%;
  left: 50.1%;
  top: 18%;
}

.image-expand {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width 100%;
    opacity:0;
  color: white;
  z-index: 10;
  font-size: 40px !important;
}

.gallery-item:after {
    content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
      padding: 10px;
        border-radius: 6px;
  border: gray;
  overflow: hidden;
}

.video-popup {
    position: relative;
  display: inline-block;
    margin-bottom: 8px;
  width: calc(33% - 4px)
  text-decoration: none;
  color: black;
}
.video-popup:hover:after {
    opacity:1;
}

.video-popup:after {
    content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity:.5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
      padding: 10px;
        border-radius: 6px;
  border: gray;
  overflow: hidden;
}
.gallery-item:hover:after {
    opacity:1;
}


.gallery-item:hover .image-expand{
      transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: block !important;
    opacity:1;
}

.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.nav-items br{
    display: none;
}

#cycler{position:relative; margin: 20px 0% 0 0%;float: left;width: 48%; pointer-events: none;}
#cycler img{position:absolute;z-index:1;background-color:white;width:100%;left:0;top:0;display:none}
#cycler img.active{z-index:3}
#cycler img.base{z-index:-1;position:static;display:block}

#cavemancard {
  width: 48%; 
  margin: 20px 0% 20px 2%;
}

button:focus {
    outline:none !important;
}
a:focus {
    outline:none !important;
}

.daryl-game-feature {
  margin-top: 20px;
}

@media only screen and (max-width: 560px) {
    #contact-email-us {
      font-size: 20 !important;
    }

    #contact-list p{
      font-size: 13 !important;
      margin: 20px 0 0 0;
    }

    #contact-info h1{
      font-size: 25px;
            padding: 0 0;
    }

}

@media only screen and (max-width: 900px) {
    #cycler
    {
      position:relative; 
      margin: 20px 10% 0 10%;
      float: left;
      width: 80%;
    }

    #cavemancard {
      margin: 20px 10% 20px 10%;
      width: 80%;
    }

    .game-card-text-link {
        margin-top: -3.1vw;
        font-size: 2.6vw !important;
        line-height: 2.6vw;
    }

    #contact-image {
      width: 100%;
      padding: 0 10% 0 10%;
    }

    #contact-info {
      width: 100%;
      padding: 0 10% 3% 17%;
    }

    #contact-container {
      margin-top: 0px; 
    }
}

@media only screen and (max-width: 767px) {

    .logo {
        margin-left:84px; !important;
        height: 53px;
        margin-top: 6px;
        float: none;
    }

    #top-header-bar {
        height: 66px;
    }

    .menu .nav-items {
        margin-top: -20px;
        margin-left: 0px
    }

    .footer-menu .nav-items {
        margin-left: 0px
    }

    header nav {
        float:right;
        margin-top:42px;
    }

    #carouselBlocksTop {
        min-width: 725px;
        width: 725px;
        pointer-events: none;
    }
}

/* RESPONSIVE */
@media only screen and (max-width: 630px) {

    .logo {
        margin-left:84px; !important;
        height: 53px;
        margin-top: 6px;
        float: none;
    }

    #top-header-bar {
       height: 66px;
    }

    .menu {
        display: none
    }

    #small-menu {
        display: block;
        float: right;
        color: white;
        font-size: 27px;
        margin-right: 10px;
        margin-top: 19px;
    }

    .dropdown-menu {
        left: -134px !important;
    }

    .dropdown-menu li {
        cursor: pointer
    }
}

/*RESPONSIVE FOOTER*/
@media only screen and (max-width: 675px) {

    #footerLogo {
        float: left;
        margin-left: 15px;
    }

    .footer-menu .nav-items a {
        padding: 0px
    }
    
    #logoWash, #footer-spacer{
        display: none;
    }
}
@media only screen and (max-width: 675px) {

    #footerLogo {
        float: left;
        margin-left: 15px;
    }

    #logoWash, #footer-spacer{
        display: none;
    }
}
@media only screen and (max-width: 475px) {

    #icon-group {
        float: right;
        margin-top: 9px;
    }

    #footerLogo {
        margin-top: 26px !important;
    }

    #footer {
        height: 116px !important;
    }

    #footerBlocks {
        bottom: 83px;
    }

    #footer-menu {
        float: right;
    }

    .nav-items br{
        display: block;
    }

    .copyright {
        margin-right: 0 !important;
    }
}