header {
    position: absolute;
    width: 100%;
    height: 20vh;
    top: 50px;
    left: 0;
    background-color: rgba(34, 34, 34, 0.07);
    z-index: 100;
}

header>div.container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

header>div.container>div.search {
    width: 55vw;
}

header>div.container>div.search>div.menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

div.hero {
    display: flex;
    flex-direction: column;
    height: 50vh;
}

/*
div.hero>div {
    margin: 50px 50px;
    position: absolute;
    bottom: 50%;
}
*/

div.activity-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

div.activity-search {
    margin: 0px 40px;
}

div.activity-items {
    width: 70vw;
}