h1 {
    text-align: center;
    font-family: Open Sans Bold, sans-serif;
}

.sub-headline {
    text-align: center;
    margin-bottom: 3rem;
}

main a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.img-container, .map-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
}

.img-container img {
    width: 100%;
}

.map-container iframe {
    width: 100%;
}

.img-caption {
    text-align: center;
    color: #999999;
}

.menu-item {
    width: 100%;
    margin-top: 2em;
    position: relative;
    height: 100px;
}

.menu-item-left, .menu-item-right {
    display: inline-block;
    height: 100px;
    position: absolute;
    top: 0;
}

.menu-item-left {
    height: 100%;
    width: 170px;
}

.menu-item-right {
    left: 170px;
    height: 100%;
    padding-left: 2em;
    font-size: 1.2em;
}

.menu-item img {
    height: 100%;
    width: 100%;
}

.button-container {
    width: 100%;
    text-align: center;
}

.blinking-btn {
    font-size: 1.5rem;
    border-radius: 0;
    border: 1px solid black;
}

.team-container {
    display: flex;
    justify-content: space-between;
    margin-top: 5rem;
}

.team-img {
    width: 30%;
    height: 30%;
    border-radius: 50%;
}

.team-desc {
    display: inline-block;
    width: 60%;
}

#origin-container p {
    line-height: 2em;
}
