/* line 1, D:/Moshi/Moshi Projects/Heart House Bunbury/coming-soon/style.scss */
body {
  height: 100%;
  background: #e25745;
  color: white; }

/* line 7, D:/Moshi/Moshi Projects/Heart House Bunbury/coming-soon/style.scss */
a {
  color: white;
  font-size: 18px; }
  /* line 10, D:/Moshi/Moshi Projects/Heart House Bunbury/coming-soon/style.scss */
  a:hover {
    color: white;
    font-weight: bold; }

/* line 15, D:/Moshi/Moshi Projects/Heart House Bunbury/coming-soon/style.scss */
.logo {
  margin-bottom: 30px; }

/* line 18, D:/Moshi/Moshi Projects/Heart House Bunbury/coming-soon/style.scss */
.overlay {
  background-image: url(bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }
  /* line 28, D:/Moshi/Moshi Projects/Heart House Bunbury/coming-soon/style.scss */
  .overlay:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.4;
    z-index: 50;
    background: black;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100; }
  /* line 41, D:/Moshi/Moshi Projects/Heart House Bunbury/coming-soon/style.scss */
  .overlay:after {
    content: "";
    background: linear-gradient(to top, rgba(226, 87, 69, 0.8), rgba(33, 72, 154, 0.8));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100; }

/* line 53, D:/Moshi/Moshi Projects/Heart House Bunbury/coming-soon/style.scss */
.main {
  position: relative;
  z-index: 200;
  padding-top: 60px; }

/* line 58, D:/Moshi/Moshi Projects/Heart House Bunbury/coming-soon/style.scss */
.questions {
  margin-top: 55px; }

/* line 61, D:/Moshi/Moshi Projects/Heart House Bunbury/coming-soon/style.scss */
h3 {
  margin-top: 15px;
  font-size: 22px;
  margin-bottom: 0; }

/* line 66, D:/Moshi/Moshi Projects/Heart House Bunbury/coming-soon/style.scss */
p {
  line-height: 1.25; }

/* line 71, D:/Moshi/Moshi Projects/Heart House Bunbury/coming-soon/style.scss */
.bins img {
  border-radius: 15px;
  margin-top: 30px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5); }

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