html {
    height: 100%;
}

body {
    font-family: Roboto , Arial, sans-serif;
    font-size: 16px;
    height: 100%;
    background-image: url(/images/logo-bijvelds-bouw-beeldmerk.svg);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: bottom -50px right -100px;
    
}

#logo {
    width: 90%;
    max-width: 600px;
}

hr {
    border-color: #0099ff;
    border-width: 2px;
    width: 50%;
}

.contact a {
    text-decoration: none;
    color: inherit;
}

.contact i.fa {
    margin-right: 18px;
    margin-bottom: 20px;
    color: white;
    font-size: 16px;
    padding: 7px;
    transition: 0.9s;
    background-color: #0099ff;
    border-radius: 100%;
}

.contact a:hover {
    color: #0099ff;
}

.contact a:hover .fa{
    transform: rotateY(180deg);
}