/* KLEINE SCHERMEN */
@media only screen and (max-width: 500px){
    .visible{
        opacity: 0;
    }
}
#content img{
    max-width: 100%;
}
#content p{
    font-family: "baskerville bt";
    color: #aaa;
    text-align: center;
    font-size: 20px;
    font-weight: 100;
    padding: 0 5% 1.5% 5%;
}
#content p a{
    font-weight: 100;
    font-size: 20px;
    color: #DCB66C;
    margin: 10px;
    text-decoration: none;
}
#content p a:hover{
    color: #EDD3A8;
}
.bold{
    font-weight: bold;
    font-size: 26px;
}