@font-face {
    font-family: metal;
    src: url(fonts/Metal-Regular.ttf)
}
@font-face {
    font-family: distrob;
    src: url(fonts/DISTROB_.ttf)
}

/*/html{
    opacity: 0.5; 
}
/*/

body{
    background-color: lightgrey;
    font-family: distrob;
    margin: 0;
    color: dimgrey;
}

header{
    width: 100%;
    text-align: justify;
}
header img{
    width: 30%;
    margin-top: 10%;
}

nav{
    height: auto;
}

.sticky{
    top: 0;
    position: absolute;
    width: 100%;
    height: 10vw;
    align-content: flex-end;
}

aside{
    pointer-events: none;
}

aside img{
    height: 20vw;
    position: fixed;
    pointer-events: none;
    opacity: 0.7;
}
.lets{
    left: 0px;
    top: 0px;
}
.letp{
    left: 50%;
    top: 0px;
    transform: translate(-50%, 0%);
}
.letr{
    right: 0px;
    top: 0px;
}
.lete{
    left: 0px;
    bottom: 0px;
}
.leta{
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 0%);
}
.letd{
    right: 0px;
    bottom: 0px;
}

footer{
    color: grey;
    opacity: 0.7;
    margin-top: 300px;
}
footer img{
    filter: grayscale(1);
    padding: 20px;
    padding-bottom: 80px;
    width: 20%;
}

nav, footer{
    text-align: center;
}

nav a{
    margin: 6%;
    font-size: 4vw;
    text-decoration: none;
}

h1,h2,h3{
    font-family: distrob;
    text-align: center;
}

h2{
    font-size: 3vw;
}

h3{
    font-size:2.7vw;
}

p{
    font-family: metal;
    margin: 0;
    font-size: 3vw;
    line-height: 1;
}

.three-columns-grid {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
}

.three-columns-grid > * {
    padding:1rem;
    line-height: 1;
    font-size: 1vw;
}

.colori{
    color: blueviolet;
}

.colori2{
    font-size: 2vw;
    line-height: 1;
}
.info{
    width: 70%;
    padding-top: 30%;
    padding-bottom: 200px;
    text-align: center;
    margin: auto;
}

header article, header p{
    color: blue;
    text-align: center;
    font-family: distrob;
    font-size: 5vw;
}

.upper{
    text-align: left;
    margin: 15%;
    margin-top: 15%;
    font-family: metal;
}

.upper a{
    color: white;
}

.upper a:visited {
    color: white;
}
}

.upper h2{
    text-align: left;
}

a{
    color: dimgrey;
    text-decoration: none;
}

a:visited {
    color: dimgrey;
}
a:hover{
    color: white;
    text-decoration: underline;
}

.gradi{
    color: lightgray;
    font-family: Distrob;
    text-shadow: 0px 0px 15px blueviolet;
    font-size: 4vw;
    rotate: 6deg;
}
.gradi2{
    color: lightgray;
    font-family: Distrob;
    text-shadow: 0px 0px 15px olive;
    font-size: 4vw;
    rotate: -4deg;
}
.gradi3{
    color: lightgray;
    font-family: Distrob;
    text-shadow: 0px 0px 15px blue;
    font-size: 4vw;
    rotate: 3deg;
}
.gradi4{
    color: lightgray;
    font-family: Distrob;
    text-shadow: 0px 0px 15px red;
    font-size: 4vw;
    rotate: 12deg;
}

.gradi a{
    color: lightgray;
    font-family: Distrob;
    text-shadow: 0px 0px 15px blue;
    font-size: 10vw;
}

h1{
    color: white;
    font-size: 5vw;
}

h1 a{
        font-family: metal;
}
#buurthuis{
    color: dimgrey;
}

.beeld{
    width: 40%;
    float: right;
    margin: 5px;
    rotate: 5deg;
}

.beeld2{
    width: 40%;
    float: right;
    margin: 5px;
    rotate: -5deg;
}

.beeld3{
    max-width: 50%;
    margin-left: 25%;
}


