main{
    width: 80%;
    margin: auto;
}

img {
    text-align: end;
}

.Navigatiebalk {
    background: #260f54;
    border-bottom: 5px solid #fec23e;
    width: 100%;
    position: relative;
    font-family:Calibri;
}

.Navigatiebalk a {
    color: white;
}

.Navigatiebalk p {
    color: gray;
}

.rechthoek1 p {
    color: white;
}

header h2{
    color: #fec23e;
}

.Koppen{
    background: white;
    text-align: left;
    
}

blockquote {
    border-left: 5px solid #2ea3f2;
    padding-left: 50px;
    display: block;
}

p{
    font-family:Calibri;
}

table, th, td {
    border:0.05px solid black;
}

.activiteiten-tabel tr {
    height: 10px;
}

.Formulieren-Avondvierdaagse{
    background-color:rgb(128 56 179);
    width: 50%;
    height: auto;
    float: right;
    text-align: center;
    color:white;
    
}
.Navigatiebalk a:hover{
    display:inline-block;
    background-color: #fcb900;
}

.Buttons-avondvierdaagse{
    color: #ffffff !important;
    border-color: #8300e9;
    border-radius: 38px;
    letter-spacing: 0px;
    display: inline-block;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 2px 18px 0px #8300e9;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    padding: 0.3em 1em;
    line-height: 1.7em !important;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-decoration: none;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    background: transparent;
}



