﻿html,
body {
    color: #2f3e46;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    background-color: #fafafa;
}


#footer {
    color: #fff;
}

a {
    color: #768d6e;
    text-decoration: underline;
}
    a:hover {
        color: #768d6e;
    }
    a.text-decoration-none h2 {
        color: #2f3e46;
    }

.dark-text {
    color: #2f3e46;
}

.navbar-brand {
    text-decoration: none;
}
.content {
    margin-top: calc(50px + 1rem);
    margin-bottom: calc(37.75px + 1rem);
}

@media only screen and (max-width: 1200px) {
    .content {
        margin-top: calc(38.7px + 1rem);
    }
}

.font-weight-light {
    font-weight: 300 !important;
}

.headline, .title {
    line-height: 2rem;
    font-family: Roboto,sans-serif !important;
    font-size: 1.5rem !important;
    letter-spacing: normal !important;
}

.headline {
    font-weight: 400;
}

.btn {
    font-weight: 500;
}

a.btn {
    text-decoration: none;
}

.btn-rounded {
    border-radius: 28px;
}

.btn-slaapp {
    color: #fff;
    background-color: #768d6e;
    border-color: #768d6e;
}

.btn-nav {
    color: #768d6e !important;
    background-color: #fff;
    border-color: #fff;
    white-space: nowrap;
    border: none;
    text-decoration: none;
    height: 36px;
    min-width: 64px;
}

    .btn-nav:hover {
        background-color: rgba(118, 141, 110, .04);
        outline-width: 0;
    }
    .btn-nav.active {
        background-color: rgba(118, 141, 110, .2);
    }

.btn-outline-slaapp {
    color: #768d6e;
    background-color: transparent;
    border-color: #768d6e;
}

.nav-item a.nav-link {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.vertical-center {
    min-height: 100%; 
    min-height: calc(100vh - 500px); 
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.card {
    color: rgba(0,0,0,.54);
    letter-spacing: 0.1px;
    line-height: 22px;
}
    .card .card-title {
        color: #2f3e46;
    }

.circled {
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    width: 2em;
    height: 2em;
    text-align: center;
    line-height: 2em;
}

.bg-slaapp {
    background-color: #768d6e;
}

.white {
    color: white;
}