@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&family=Poppins&display=swap');

/* Reset style */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.intro {
  height: 100%;
  width: 100%;
  margin: auto;
  background-image: url("../static/images/st_vitusstraat_winschoten.jpg");
  background-color: #444;
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
  top: 0;
}

.intro .inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  max-width: none;
}

.content {
  margin: 0 auto;
  text-align: center;
}

.content h1 {
  font-family:  'Josefin Sans', sans-serif;
  color: #003380;
/*  color: #ffffb3;*/
  text-shadow: 0px 0px 300px #000;
  font-size: 600%;
  font-weight: 600;
}

.btn {
  border-radius: 9px;
  font-family: 'Poppins', sans-serif;
  font-size: 375%;
  font-weight: 400;
  color: #001f4d;

  padding: 10px 20px 10px 20px;
  text-transform: uppercase;
  text-decoration: none;
  top: -0.50rem;
  bottom: 15px;
}

.btn span img {
  height: 60px;
  width: 60px;
  top: 60px;
  bottom: auto;
}
