body {background-color:#ffffff;      
    text-align: left;
    background-repeat: no-repeat;
    margin: 20px;
    padding: 20px;        
    font-family: Garamond, serif;
    min-height: 100vh;
}
a{text-decoration: none;}
a:link, a:visited {
    background-color:38369A;
    color: rgb(0, 0, 0);
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
  }
h1 {
        font-size: 50px}
h2 {
        font-size: 40px}
p {
        font-size: 20px;
        color: #afafaf;
        display: block;
        margin-top: 5px;
    }

a {
        font-size: 20px; 
        border-style: outset;
        border-color: rgb(186, 186, 186);
        border-width: 1px;
}

img {
    margin:10px;
    display: inline;
    padding: 0px;}
nav{
    background-color: #F7F7F7;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: flex-end;
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
    
}
nav ul{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
nav li{
    height: 50px;
}
nav li :first-child{
    margin-right: auto;
}

nav a{
    font-size: 30px;
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: black;
    margin:auto;
    
}
nav a :hover{
    background-color:#878686;
    
}
main a {
    border-radius: 2px;
    border-color: #262626;
    border-style: double;
    border-width: 4px;
}
table{
    width: 100%;
}
div{
    margin-bottom: 10px;
}

footer {
    background-color:#262626;
    padding: 20px;
    color: #F7F7F7;
}


.link{
    border: black;

}
.uitspraak{
    color:#878686;
}
.wrapper{
    width: 80%;
    margin: 0 auto;
}
.logo{
    border-style: none;
    font-family:Lucida;
}
.main_row_space-between{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
    
}
.main_center_column{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.main_row_center
{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
align-items: center;
}


.main_baseline{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    
    
}

.footer_loc{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
align-items: flex-end;
}
.contact{
    display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-end;

}

.main_space-around{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
