@import url('https://fonts.cdnfonts.com/css/gordita');

body {
    font-family: "Gordita",Arial,sans-serif;
    font-weight: 400;
    font-size: 20px;
    background-color: #2a2f3f;


    .btn-mindset {
        line-height: 1.2;
        border-width: 1px;
        border-radius: 4px;
        background-position: center center;
        border-color: #b4cd3c;
        border-style: solid;
        color: #ffffff;
        transition: background-color 0.8s ease-in-out, color 0.8s ease-in-out, border-color 0.8s ease-in-out;
        display: inline-block;
        margin-bottom: 0;
        padding: 10px 16px;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        touch-action: manipulation;
        cursor: pointer;
        text-decoration: none;
    }

    .btn-mindset:hover, .btn-mindset:active, .btn-mindset:focus, .open > .dropdown-toggle {
        color: #ffffff;
        background-color: #b4cd3c;
        text-decoration: none;
    }

    .mindset-logo {
         margin-bottom: 2cm;
    }
}

footer p {
    color: #ffffff;
    text-align: center;
    font-size: 14px;
}

footer a:link, footer a:visited {
    color: #b4cd3c;
    text-decoration: none;
}

footer a:hover, footer a:active {
    color: #ffffff;
    text-decoration: none;
}
