/*
oranje=#e07319
blauw=#6bcdc8
paars=#8b5db5
lichtblauw=#e4f1ed
*/

html {
    background-image: radial-gradient(
        circle,
        rgba(224, 115, 25, 1) 1%,
        rgba(139, 93, 181, 1) 41%,
        rgba(107, 205, 200, 1) 96%
    );
    background-size: cover;
    background-position: center;
}

body {
    background: transparent;
}

main {
    max-width: 40em;
    margin: auto;
}

nav {
    border-radius: 1em;
    margin-bottom: 0.5em;
}

.expand.secondary {
    background: #e4f1ed;
}

nav a {
    display: inline-block;
    vertical-align: middle;
}

h1 img {
    width: 100%;
}

#menu-logo {
    height: 4em;
}

img {
    max-width: 100%;
}

h3 {
    text-align: center;
}

table {
    margin: 1em auto;
}

a {
    color: inherit;
}

h2 {
    color: #000;
    text-align: center;
    font-size: 2em;
    font-weight: bold !important;
    color: #8b5db5;
    letter-spacing: -0.04em;
    /*text-shadow:
        0.01em 0.01em 1px #fff,
        0.01em -0.01em 1px #fff,
        -0.01em -0.01em 1px #fff,
        -0.01em 0.01em 1px #fff,
        0.05em 0.05em 1px #fff,
        0.05em -0.05em 1px #fff,
        -0.05em -0.05em 1px #fff,
        -0.05em 0.05em 1px #fff,
        0.01em 0.05em 1px #fff,
        0.01em -0.05em 1px #fff,
        -0.01em -0.05em 1px #fff,
        -0.01em 0.05em 1px #fff,
        0.05em 0.01em 1px #fff,
        0.05em -0.01em 1px #fff,
        -0.05em -0.01em 1px #fff,
        -0.05em 0.01em 1px #fff;*/
}
