@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,600,700&display=swap&subset=latin-ext');

body {
    font-family: 'Roboto', sans-serif;
}

hr {
    height:1px;
    background:#cccccc;
    border:none;
}

#logo img {
    width:110px;
}

#footer ul {
    margin:0px;
    padding:0px;
}

#footer ul li {
    float:left;
    list-style-type: none;
    margin-right:2rem;
}

#footer ul li a {
    color:#242424;
    font-size:0.8rem;
    font-weight:300;
}

h2 {
    font-weight:400;
}


p {
    font-weight:400;
}

.testimoniale {
    color:white;
    padding-left:0px;
    padding-right:0px;
}