@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,600');
html,
body {
  height: 100%;
}
body {
  background-size: cover;
}
.cover_page {
  width: 100%;
  height: 100%;
  display: block;
}
.cover_page a,
.cover_page a:hover,
.cover_page a:visited {
  text-decoration: none;
}
.cover_page .cover-logo-row {
  margin-top: 5%;
}
.cover_page .cover-logo-row .cover-logo {
  text-align: center;
}
.cover_page .cover-logo-row .cover-logo img {
  max-width: 60%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cover_page .cover-title-row {
  margin-top: 14%;
}
.cover_page .cover-title-row .cover-title {
  text-align: center;
  line-height: 50px;
  font-size: 4em;
  font-weight: bold;
  font-family: 'Josefin Sans', sans-serif;
}
.cover_page .cover-title-row .cover-title-m {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  font-family: 'Josefin Sans', sans-serif;
}
.cover_page .cover-button-row {
  margin-top: 8%;
}
.cover_page .cover-button-row .cover-button {
  width: 200px;
  height: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 50px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1em;
  font-weight: 600;
  border: 2px solid white;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s;
  transition: color 0.3s;
}
.cover_page .cover-button-row .cover-button:hover {
  background-color: white;
  color: black;
}
.cover_page .cover-links-row {
  margin-top: 8%;
}
.cover_page .cover-links-row .cover-links {
  text-align: center;
}
.cover_page .cover-links-row .cover-links span.cover-link {
  width: 35px;
  height: 35px;
  display: inline-block;
  opacity: 0.7;
  transition: opacity 0.5s;
  cursor: pointer;
}
.cover_page .cover-links-row .cover-links span.cover-link:hover {
  opacity: 0.9;
}
.cover_page .cover-links-row .cover-links span.cover-link img {
  max-width: 80%;
  height: auto;
}
