html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.wrapper {
    flex: 1 0 auto;
}

.footer {
    margin-top: auto;
    /* height: 100px; */
    padding: 1rem;
}

header {
    background-color: black;
    padding: 90px;
    margin-bottom: 30px;
    opacity: 70%;
    height: 100%;
}

.image {
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    opacity: 70%;
    z-index: -1;
}

#cityfield {
    margin-bottom: 1rem;
}

.card {
    padding: 1rem;
    width: 25%;
    color: #706377;
    margin-left: 12px;
}

button {
    background-color: #706377;
}

.main {
    background-image: url("assets/prague-at-night-1080x720.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 1rem;
}

.logo {
    width: 35%;
    margin: auto;
    display: block;
}

.navbar-item {
    width: 150px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
    font-family: "Raleway", sans-serif;
    margin-top: 20px;
}

.activityDisplay {
    border-style: solid;
    background-color: pink;
    font-size: 25px;
    margin: 10px;
    border-radius: 5px;
    border-color: none;
    display: inline-block;
    width: 50%;
}

.field-body,
button {
    margin: 0px;
}

#cuisine,
#radius {
    margin-top: 10px;
}

.mapcontain {
    height: 500px;
    width: 650px;
    margin-top: 25px;
    margin-bottom: 25px;
}

#map {
    height: 100%;
}