
@font-face {
	font-family: 'Lato';
  src: url(./Lato/Lato-Regular.ttf);
  font-weight: 400;
  font-display: fallback;
}

@font-face {
	font-family: 'Lato';
  src: url(./Lato/Lato-Bold.ttf);
  font-weight: 700;
  font-display: fallback;
}

html {
  height: 100%;
}

body {
  text-align: center;
  margin: 0;
  height: 100%;
  padding: 25px;
  font-size: 20px;
  box-sizing: border-box;
}

body.subpage {
  height: auto;
  text-align: left;
  font-size: 15px;
}

body, h1, h2 {
	font-family: 'Lato';
	font-weight: 400;
	color: #000;
}

.wrapper {
  display: flex;
	margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

#logo {
	width: 190px;
  margin: 0 0 40px 0;
}

h1 {
	font-size: 45px;
	margin: 0;
}

.info {
	margin: 20px 0;
}

.info a {
  text-decoration: underline;
}

.icons {
  display: flex;
  justify-content: center;
}

.icons a {
  margin: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 80px;
  text-align: center;
}

.icons img {
  display: block;
  height: 36px;
}

.icons span {
  font-size: 14px;
}

a {
	color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
	color: rgba(0,0,0,0.7);
	text-decoration: none;
}

#imprint {
	bottom: 0;
	right: 0;
  position: fixed;
  font-size: 17px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.72);
}

.modal-body {
  color: #4a4a4a;
  text-align: left;
}

@media (max-width: 375px) {
  body {
    font-size: 18px;
  }

  #logo {
    width: 150px;
  }

  h1 {
    font-size: 35px;
  }

  .icons a {
    margin: 10px 5px;
    width: 60px;
  }

  .icons i {
    font-size: 30px;
  }

  .icons span {
    font-size: 12px;
  }
}
