﻿body,
a {
  font-family: 'Muli';
}
a,
a:link,
a:visited,
a:hover,
a:active {
  color: black;
}
header {
  text-align: center;
  padding: 30px;
}
a:hover {
  text-decoration: none;
}
.swiper-container {
  width: 100%;
  height: calc(100% - 110px);
  padding-bottom: 30px;
}
.landingpage-bottom {
  text-align: center;
}
i {
  margin-top: 2px;
}