/* line 1, ../sass/style.scss */
Html {
  height: 100%;
}

/* line 2, ../sass/style.scss */
body {
  height: 100%;
  font-family: 'Lato', sans-serif;
  background: #e6eaed !important;
  color: #242424;
}
/* line 7, ../sass/style.scss */
body#coming-soon {
  background: url("../images/coming-soon-bg.jpg") no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

/* line 15, ../sass/style.scss */
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 16, ../sass/style.scss */
.mright {
  border-right: 1px solid #ccc;
}

/* line 17, ../sass/style.scss */
a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  color: #900707 !important;
}
/* line 23, ../sass/style.scss */
a:hover {
  text-decoration: underline;
}

/* line 27, ../sass/style.scss */
.coming-soon {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
/* line 29, ../sass/style.scss */
.coming-soon p {
  -webkit-text-shadow: -2px 3px 8px #000;
  -moz-text-shadow: -2px 3px 8px #000;
  -o-text-shadow: -2px 3px 8px #000;
  text-shadow: -2px 3px 8px #000;
  text-align: center;
  color: #fff;
  font-size: 6em;
  font-weight: normal;
  line-height: normal;
  margin: auto;
  width: 50%;
}
/* line 34, ../sass/style.scss */
.coming-soon p strong {
  font-weight: 700;
}
/* line 36, ../sass/style.scss */
.coming-soon span {
  -webkit-text-shadow: -2px 3px 8px #000;
  -moz-text-shadow: -2px 3px 8px #000;
  -o-text-shadow: -2px 3px 8px #000;
  text-shadow: -2px 3px 8px #000;
  text-align: center;
  display: block;
  font-size: 2.5em;
  line-height: 50px;
  font-weight: 300;
  color: #fff;
}
/* line 42, ../sass/style.scss */
.coming-soon a.logo {
  background: url("../images/gaztro-logo-soon.png") no-repeat;
  background-size: 100%;
  margin: auto;
  width: 332px;
  height: 80px;
  display: block;
  text-indent: -9999px;
}

@media only screen and (min-width: 320px) and (max-width: 990px) {
  .coming-soon {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%);
  }
  .coming-soon p {
    font-size: 5em;
    width: 90%;
  }
}