/* ==========================================================================
   Table of Contents
   ========================================================================== */
/*

    1. Font Face
    2. General
    3. Utilities
    4. Header
    5. Page Content
    6. Footer
    7. Third Party Elements
    8. Media Queries

 */
/* $variable: #b4b4c4; */
/* ==========================================================================
   1. Font Face - Sets up the website fonts
   ========================================================================== */
/*

@font-face {
  font-family: 'FontFamilyName';
  src: url('../fonts/fontFolder/fontfile.eot');
  src: url('../fonts/fontFolder/fontfile.eot') format('embedded-opentype'),
       url('../fonts/fontFolder/fontfile.woff2') format('woff2'),
       url('../fonts/fontFolder/fontfile.woff') format('woff'),
       url('../fonts/fontFolder/fontfile.ttf') format('truetype'),
       url('../fonts/fontFolder/fontfile.svg#FontFamilyName') format('svg');
}

*/
/* ==========================================================================
   2. General - Setting up some base styles
   ========================================================================== */
html,body {
  height: 100%;
  background: #262626;
  /* background-color: #dbfc00; */
  /* background: #10FF4E;  */
  /* background: #DED29E; */
  /* border: 6px solid #fff; */
  overflow: hidden;
}

h1, h2, h3,
h4, h5, h6 {
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin-top: 0;
}

p, ul, ol {
  margin: 0;
  padding: 0;
}

ol ol, ul ul,
ul ol, ol ul {
  margin: 0.4em 0;
}

a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
  color: inherit;
}

a[href], input[type='submit'], input[type='image'], label[for], select, button {
  cursor: pointer;
}

input[type="text"], textarea {
  display: inline-block;
}

.section {
  margin-top: 60px;
}

/* Natal */
#snow{
  background: none;
  background-image: url('../img/s1.png'), url('../img/s2.png'), url('../img/s3.png');
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index:1;
  -webkit-animation: snow 10s linear infinite;
  -moz-animation: snow 10s linear infinite;
  -ms-animation: snow 10s linear infinite;
  animation: snow 10s linear infinite;
}
@keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-moz-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 400px 1000px, 200px 400px, 100px 300px;}
}
@-webkit-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-ms-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
} 

@font-face {
    font-family: 'socialicoregular';
    src: url('../fonts/socialico-webfont.eot');
    src: url('../fonts/socialico-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/socialico-webfont.woff2') format('woff2'),
         url('../fonts/socialico-webfont.woff') format('woff'),
         url('../fonts/socialico-webfont.ttf') format('truetype'),
         url('../fonts/socialico-webfont.svg#socialicoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

canvas {
  display: block;
  width: 100vw;
  height: 100vh;
  cursor: pointer;
}

/* ==========================================================================
   3. Utilities - These things get used a lot
   ========================================================================== */
.vertical-table{
  display: table;
  text-align: center;
}
.vertical-centering {
  display: table-cell;
  vertical-align: middle;
}

.full-height{
  height: 100%;
}

.clear-fix:after {
  content: '';
  display: block;
  clear: both;
}

.bg-cover {
  background-size: cover;
}

tbody tr:nth-child(odd) {
  background-color: #ccc;
}

.pointer {
  cursor: pointer;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

.hidden {
  display: none;
}

/* ==========================================================================
   4. Header - The top of every page
   ========================================================================== */
h1 {
  font-size: 4.8em;
  font-weight: 700;
  color: #fff;
  /* color: #303030; */
  letter-spacing: 1px;
}
h2{
  font-size: 1em;
  letter-spacing: 3px;
  text-transform: uppercase;
  /* color: #7ec32c; */
  /* color: #FF4E85; */
  /*color: #299ae3;*/
  color: #303030;
}
h3{
  position: fixed;
  bottom: 40px;
  right: 50px;
  font-size: 3em;
  font-weight: 700;
  text-transform: uppercase;
  /* color: #7ec32c; */
  /* color: #FF4E85; */
  /*color: #299ae3;*/
  color: #303030;
}
p {
  font-size: 1.4em;
  color: #fff;
  /* color: #303030; */
  font-weight: 300;
  letter-spacing: 1px;

}


/* ==========================================================================
   5. Page Content - When you click on an individual page
   ========================================================================== */
  .out{
    /* position: relative;
    z-index: 1051; */
    position: absolute;
    z-index: 1051;
    top: 0;
    width: 100%;
  }

/* ==========================================================================
   6. Footer - The bottom of every page
   ========================================================================== */

.car {
  width: 20em;
  height: 12.5em;
  position: relative;
  opacity: 1;
  margin-left: auto;
  margin-right: auto;
  z-index: 4;
  -webkit-animation: carMove 0.3s infinite;
  -moz-animation: carMove 0.3s infinite;
  -ms-animation: carMove 0.3s infinite;
  -o-animation: carMove 0.3s infinite;
  animation: carMove 0.3s infinite;
}
.car .body {
  position: absolute;
  top: 0;
  left: 0.875em;
  width: 14.375em;
  height: 10em;
  background: #fff;
}
.car .body:before {
  content: "";
  position: absolute;
  left: -0.875em;
  border-radius: 10px 10px 0 0;
  width: 15.875em;
  z-index: 2;
  height: 0.75em;
  background: #3190dd;
}
.car .body div {
  position: absolute;
  background: #fff;
  width: 18.125em;
  height: 3.75em;
  bottom: -0.625em;
  border-radius: 0 0 10px 10px;
}
.car .body div:before {
  content: "";
  background: #fff;
  position: absolute;
  top: -1.8125em;
  right: 0px;
  width: 5em;
  height: 2.5em;
  z-index: 1;
  border-radius: 0 14px 0 0;
  -webkit-transform: rotate(17deg);
  -moz-transform: rotate(17deg);
  -ms-transform: rotate(17deg);
  -o-transform: rotate(17deg);
  transform: rotate(17deg);
}
.car .body div:after {
  content: "";
  background: #fff;
  position: absolute;
  top: -5.125em;
  right: 1.0625em;
  width: 5.625em;
  height: 2.5em;
  z-index: 1;
  border-radius: 10px 0 0 0;
  -webkit-transform: rotate(75deg);
  -moz-transform: rotate(75deg);
  -ms-transform: rotate(75deg);
  -o-transform: rotate(75deg);
  transform: rotate(75deg);
}
.car .wheel {
  position: absolute;
  width: 3.75em;
  height: 3.75em;
  background: #3c464c;
  border-radius: 50%;
  bottom: 0;
  left: 3em;
  z-index: 14;
  -webkit-animation: carMove 0.3s 0.2s;
  -moz-animation: carMove 0.3s 0.2s;
  -ms-animation: carMove 0.3s 0.2s;
  -o-animation: carMove 0.3s 0.2s;
  animation: carMove 0.3s 0.2s;
}
.car .wheel:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 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%);
}
.car .wheel:nth-of-type(2) {
  left: 13.125em;
}
.car .decos {
  width: 18.125em;
  height: 10.5em;
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0.875em;
}
.car .line-bot {
  position: absolute;
  bottom: 0.5625em;
  height: 3px;
  width: 100%;
  background: #e1e8ef;
}
.car .door {
  position: absolute;
  left: 7.5em;
  bottom: 0;
  width: 3.75em;
  height: 8.8125em;
  border-radius: 10px 10px 0 0;
  border: 3px solid #e1e8ef;
  border-bottom: 0;
  background: #fff;
}
.car .door:after {
  content: "";
  position: absolute;
  top: 0.375em;
  left: 0.4375em;
  width: 2.875em;
  height: 2.5em;
  border-radius: 4px;
  background: #5bc2ef;
}
.car .door .handle {
  position: absolute;
  right: 0.625em;
  top: 4.375em;
  width: 0.625em;
  height: 0.625em;
  background: #e1e8ef;
  border-radius: 50%;
}
.car .door .handle:after {
  content: "";
  width: 1.25em;
  height: 0.25em;
  border-radius: 10px;
  background: #e1e8ef;
  position: absolute;
  top: 50%;
  left: -0.3125em;
  margin-top: -0.125em;
}
.car .door .bottom {
  position: absolute;
  bottom: 0.375em;
  left: 0.6875em;
  width: 2.375em;
  height: 0.75em;
}
.car .door .bottom:before, .car .door .bottom:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1875em;
  background: #e1e8ef;
  height: 0.25em;
  border-radius: 10px;
  margin-bottom: 0.25em;
}
.car .window {
  position: absolute;
  top: 1.125em;
  left: 12.5em;
  width: 2em;
  background: #5bc2ef;
  height: 4.5em;
  border-radius: 10px 10px 0 10px;
}
.car .window:before {
  content: "";
  width: 100%;
  height: 1.25em;
  background: #5bc2ef;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.9375em;
  border-radius: 0 10px 10px 10px;
}
.car .window:after {
  content: "";
  height: 1.25em;
  background: #5bc2ef;
  position: absolute;
  top: 1.0625em;
  left: -0.8125em;
  width: 4.1875em;
  transform-origin: bottom;
  -webkit-transform: rotate(74deg);
  -moz-transform: rotate(74deg);
  -ms-transform: rotate(74deg);
  -o-transform: rotate(74deg);
  transform: rotate(74deg);
  border-radius: 10px 10px 10px 10px;
}
.car .light {
  position: absolute;
  width: 0.625em;
  height: 0.625em;
  background: #ff8c40;
  right: 3.75em;
  bottom: 3.125em;
  border-radius: 3px;
}
.car .light-front {
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  background: #ff8c40;
  right: -0.1875em;
  bottom: 3.5625em;
  border-radius: 3px;
}
.car .light-front:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #ff8c40;
  top: 100%;
  height: 0.9375em;
  border-radius: 3px;
  margin-top: 2px;
}
.car .antenna {
  position: absolute;
  width: 1.625em;
  height: 0.625em;
  background: #fff;
  bottom: 100%;
  left: 1.0625em;
  border-radius: 4px 4px 0 0;
}
.car .antenna:before {
  content: "";
  position: absolute;
  width: 2.375em;
  height: 0.25em;
  background: #fff;
  bottom: 0;
  left: -1.375em;
  -webkit-transform: rotate(55deg);
  -moz-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  -o-transform: rotate(55deg);
  transform: rotate(55deg);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
  border-radius: 4px;
}
.car .ice-cream {
  position: absolute;
  left: 1.875em;
  top: 1.875em;
  width: 4.375em;
  height: 4.375em;
  border: 3px solid rgba(246, 200, 102, 0.31);
  border-radius: 50%;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.car .ice-cream .cone {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -20%);
  -moz-transform: translate(-50%, -20%);
  -ms-transform: translate(-50%, -20%);
  -o-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
  border-right: 1.125em solid transparent;
  border-left: 1.125em solid transparent;
  border-top: 2.5em solid #f4b224;
}
.car .ice-cream .cone:after {
  content: "";
  position: absolute;
  width: 1.25em;
  height: 1.25em;
  background: #00c0a8;
  border-radius: 50%;
  top: -3.4375em;
  left: 0px;
  z-index: -1;
}
.car .ice-cream .cone:before {
  content: "";
  position: absolute;
  width: 1.25em;
  height: 1.25em;
  background: #ffd132;
  border-radius: 50%;
  top: -3.4375em;
  left: -1.25em;
  z-index: -1;
  box-shadow: 10px -5px 0px 0px #ff9a9a;
}

.car-wrapper_inner {
  position: absolute;
  z-index: 4;
  bottom: 12px;
  width: 100%;
}

.wind {
  position: absolute;
  z-index: -1;
  right: 100%;
  height: 100%;
  margin-right: -1.25em;
}
.wind .p {
  position: absolute;
  background: #fff;
  border-radius: 0.625em;
  height: 0.625em;
}
.wind .p1 {
  width: 4.375em;
  position: absolute;
  right: 0;
  top: 1.5625em;
  animation: wind 1s -1s linear infinite;
}
.wind .p2 {
  width: 6.25em;
  right: 2.5em;
  top: 3.75em;
  animation: wind 1s -2s linear infinite;
}
.wind .p3 {
  width: 3.125em;
  right: 0;
  top: 6.5625em;
  animation: wind 1s -1s linear infinite;
}
.wind .p4 {
  width: 3.75em;
  right: 6.25em;
  top: 8.4375em;
  animation: wind 1s 1s linear infinite;
}
.wind .p5 {
  width: 4.375em;
  right: 1.875em;
  top: 9.0625em;
  animation: wind 1s -1.5s linear infinite;
}

@keyframes carMove {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-1px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes wind {
  0% {
    transform: translateX(100%);
    opacity: 1;
  }
  100% {
    transform: translateX(-400%);
    opacity: 0;
  }
}
.car_outter {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  position: relative;
  animation: carDrive 5s 1s cubic-bezier(0.88, 0.08, 0.16, 1.1) infinite;
}

@keyframes carDrive {
  0% {
    transform: translateX(-100%);
  }
  25% {
    transform: translateX(0%);
  }
  70% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes bgIn {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}
@keyframes wrapperIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* ==========================================================================
   7. Third Party Elements - Embeds from other services
   ========================================================================== */
  .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  @-webkit-keyframes fadeIn {
  from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }

.social-buttons {
  margin: 20px 0;
}
.social-buttons p{
  float: left;
  margin:  0 10px;
}
.social-button {
  display: inline-block;
  background-color: #fff;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  opacity: .99;
  border-radius: 50%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-button:before {
  content: '';
  background-color: #000;
  width: 120%;
  height: 120%;
  position: absolute;
  top: 90%;
  left: -110%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
          transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-button .fa {
  font-size: 34px;
  vertical-align: middle;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
          transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-button.dribbble:before {
  background-color: #F26798;
}
.social-button.dribbble .fa {
  /*color: #F26798;*/
  color: #303030;
}
.social-button.pinterest:before {
  background-color: #bd081c;
}
.social-button.pinterest .fa {
  /*color: #bd081c;*/
  color: #303030;
}
.social-button.behance:before {
  background-color: #009df5;
}
.social-button.behance .fa {
  /*color: #009df5;*/
  color: #303030;
}
.social-button.github:before {
  background-color: #303030;
}
.social-button.github .fa {
  /*color: #009df5;*/
  color: #303030;
}
.social-button:focus:before, .social-button:hover:before {
  top: -10%;
  left: -10%;
}
.social-button:focus .fa, .social-button:hover .fa {
  color: #fff;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
#dipper{
  position: absolute;
  bottom: -34px;
}
#dipper div{
   position:absolute;  
}
#dipper div::before, #dipper div::after {
   content:'';
   position:absolute;
  display:block;
}
.body {   
  width:225px;
  height:87px;
  background: #594a41;
  left:228px;
  bottom:29px;
}
.body::before {
  top:-87px; 
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 87px 225px;
  border-color: transparent transparent #594a41 transparent;
}
.body::after {
  width:87px;
  height:174px; 
  background:#594a41;
  left:224px;
  top:-87px;
  border-radius:0 87px 87px 0;
}
.head { 
  z-index:5;
  width: 152px;
  height: 70px;
  bottom:32px;
  left:143px;
  background:#726658;  
  border-radius:100%;    
}
.head::before {
  width:122px;
  height:122px;
  left:54px;
  bottom:0px;
  background: #594a41;   
  border-radius: 90% 0 90% 90%;
  transform: rotateZ(226deg); 
}
.head::after{  
  width:22px;
  height:42px;
  background: #594a41;
  border-radius: 100%;
  left: 74px;
  top:-60px;
  box-shadow: 24px -8px 0 0 #594a41, 288px -38px 0 0 #594a41;
}
.paws-front{
  z-index:7;
  background: #726658;
  width:156px;
  height:58px;
  bottom:4px;
  left:272px;
  -webkit-border-radius: 
    80% 22% 55% 50% / 55% 22% 80% 50%;
  border-radius: 
    80% 22% 55% 50% / 55% 22% 80% 50%;
  -webkit-transform: rotateZ(12deg);
  transform: rotateZ(12deg);
}
.paws-rear{
  width:100px;
  height:72px;
  border-top-left-radius: 100%;
  background: #716558;
  left:450px;
  bottom:29px;
}
.paws-rear::after {  
  width:36px;
  height:72px;
  background:#716558;
  border-radius:100%;
  left:80px;
}
.details{
  width:26px;
  height:17px;
  background:#414042;
  border-radius:100%;
  z-index:8;
  box-shadow: 100px 0 0 #996666 ;
  bottom:66px;
  left:130px;
}
.details::after {  
  width:22px;
  height:22px; 
  border-bottom: 5px solid #414042;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-radius:50%;  
  left:68px;
  top:-30px;  
}
.sleep{
  width:64px;
  height:64px;
  position:relative;
  bottom:92px;
  left: 110px;
  background:#F4F0CB;
  border-radius: 100% 0% 100% 100%;
  transform: rotate(135deg);
  animation-name: sleep;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes sleep {
  50% {transform: scale(0.9)  rotate(135deg);}       
}


/* ==========================================================================
   8. Media Queries - 
   ========================================================================== */

   /* Large devices */
  @media (max-width: 1200px) { 

  }

  /* Medium devices */
  @media (max-width: 992px) { 

  }

  /* Small devices */
  @media (max-width: 767px) { 
    html, body{
      border: 0;
    }
    h1{
      font-size: 3.3em;
    }
    h2{
      font-size: .9em;
      letter-spacing: 2px;
    }
    h3{
      bottom: 10px;
      right: 20px;
    }
    p{
      font-size: 1.2em;
      margin-bottom: 30px;
    }
    .car{
      display: none;
    }
  }
