/* COLOURS
green #9fcc3b
dark blue #192753
light blue #1782ba
*/

htmml, body {
  height: 100%;
  font-family: 'Catamaran', sans-serif;
}

h1 {
  font-size: 8vw;
  color: #333;
  font-weight: 900;
  margin: 18px auto;
}
h1, p{
  font-family: 'Catamaran', sans-serif;
}

#construction {
  background-image: url("../img/thierry-meier-wave.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  font-size: 1em;
}

#big-logo {
  width: 400px;
}
@media only screen and (max-width: 600px) {
  #big-logo {
    width: auto;
  }
}

.center {
  text-align: center;
}

.facebook-find-us {
  background-color: white;
  width: 120px;
  padding: : 10px 0;
  margin-top: 10px;
}
.grad {
  background: linear-gradient(to right, #1782ba 0%, #192753 90%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
