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

/* Gridcontainer */

.grid-container {
    display: grid;
}

.grid-item-nav {
    display: grid;
    grid-template-columns: 8rem 8rem 8rem;
    color: hotpink;
}

.button {
    border-radius: 6px !important;
    background-color: #67594F;
    color: black;
    outline: none !important;
}

.button.active {
    background-color: #67594F;
}

.button:hover {
    background-color: grey
}

.button-loggain {
    color: white;
}

.button-loggaingäst {
    background-color: #810020;
    color: white;
}

.button-loggain-other {
    background-color: white;
}

/* aktiva länken, hur den ser ut när den är markerad och aktiv */
.nav-link.active {
    background-color: #b9b1ad !important;
    border-color: black;
}

.nav-tabs .nav-link.active {
    border: solid #67594F !important;
    box-shadow: none !important;
}

.nav-tabs {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    flex-wrap: nowrap;

}