
*{
margin:0;
padding:0;
box-sizing:border-box;
font-family: "Neue Haas Grotesk Display Pro 65 Medium";
font-weight: 100;
color: #535353;
}

a{
  text-decoration: none;
}
.footer-links {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.footer-links a:hover{
  color: black;
}
.footer-links p{
  font-size: 12px;
}
header {
    color: #535353;
    background: #eaeaea;
    font-size: 14px;
    padding: 7px 20px;
    font-weight: 100;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 1px;
}
.slide-content h2{
  color: black;
}
.slide-content p{
  color: rgb(71, 71, 71);
}
span#ampm {
    text-transform: lowercase;
}
.swiper-slide .open {
    visibility: visible;
    background: transparent;
    border: 0;
    position: absolute;
    right: 0;
    padding: 15px;
    opacity: 0;
    transform: translateY(5px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.swiper-slide-active .open {
    opacity: 1;
    transform: translateY(0);
}
