/* IMPORT STYLES */
/* BASE */
@import "https://fonts.googleapis.com/css?family=Titillium+Web:200,300,400,700";
html {
  font-size: 62.5%;
  height: 100%; }

body {
  background: #ddeff2;
  padding: 30px;
  top: 0;
  width: 100%;
  z-index: 0;
  color: #000;
  height: 100%;
  font-family: 'museo-sans', sans-serif;
  font-weight: 100; }

:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

::-webkit-selection {
  color: #fff;
  background-color: #f37920; }

::-moz-selection {
  color: #fff;
  background-color: #f37920; }

::selection {
  color: #fff;
  background-color: #f37920; }

p {
  font-size: 1.4rem;
  color: #000; }

a {
  text-decoration: none;
  color: #000000; }

h1, h2, h1 small {
  color: #000;
  letter-spacing: .2rem; }

h1 {
  font-size: 1.5rem;
  font-weight: 100; }

h1 small, h2 {
  font-size: 1rem;
  font-weight: 100;
  line-height: 52px; }

h2 {
  padding-top: 20px;
  font-size: 2rem; }

a:hover {
  text-decoration: none; }

a:focus,
a:active {
  outline: none;
  text-decoration: none; }

.logo {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 300px;
  margin-bottom: 40px; }

.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%); }

.btn-dotit {
  background-color: #000;
  padding: 10px 40px;
  border-radius: 30px;
  color: #fff;
  margin: 40px 10px;
  display: inline-block; }

.btn-dotit:hover {
  background-color: #362f2d;
  color: #fff; }

.box-text {
  margin-top: 20px; }

#load {
  width: 100%;
  height: 100%;
  background-color: #e4ef41;
  position: absolute;
  top: 0;
  left: 0; }

#load2 {
  width: 50%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0; }

#content {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translate(-50%); }

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/* HELPERS */
/* COMPONENTS */
/* LAYOUT */
.no-gutter {
  padding: 0; }

.no-margin {
  margin: 0; }

/* PAGES */
/* -_home */
/*--*/
/* VENDORS */
/* RESPONSIVE */
@media screen and (max-width: 1025px) {
  h1 {
    font-size: 3rem;
    font-weight: 200; }

  h1 small, h2 {
    font-size: 2rem;
    font-weight: 200;
    line-height: 32px; }

  h2 {
   padding-top: 40px;
    font-size: 2rem;
    line-height: 44px; } }
@media screen and (max-width: 768px) {


  h1 {
    font-size: 3rem;
    font-weight: 200; }

  h1 small, h2 {
    font-size: 1.5rem;
    font-weight: 200;
    line-height: 32px; }

  h2 {
   padding-top: 60px;
    font-size: 2rem; }

  .center-box {
    position: static;
    top: none;
    left: none;
    transform: translate(0%, 0%);
    margin-top: 50px; }

  .logo {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 200px; }

  .btn-dotit {
    margin: 30px 10px; } }
@media screen and (max-width: 470px) {
  

  h1 {
    font-size: 2rem;
    font-weight: 200; }

  h1 small, h2 {
    font-size: 1rem;
    font-weight: 200;
    line-height: 32px; }

  h2 {
    padding-top: 60px;
    font-size: 2rem; }

  .center-box {
    position: static;
    top: none;
    left: none;
    transform: translate(0%, 0%);
    margin-top: 50px; }

  .logo {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 200px; }

  .btn-dotit {
    margin: 10px 0px; } }
/*/*/

/*# sourceMappingURL=main.css.map */
