*{
    font-family: Verdana;
}

.logo{
    padding:5px;
    width: 170px;
}

header{
    text-align: center;
    color: white;
    font-weight: lighter;
    margin: auto;
    height: auto;
    width: 100%;
    padding: 1em;
    background-color: rgba(44, 62, 80, 1.0)
}

header .img
{
    width: 59px;
    height: 60px;
    flex-direction: row;
}

.logoLink{
    margin-top: -5px;}

nav ul
{
    display: inline-block;
    list-style-type: none;
    margin-right: 10px;
}

nav li
{
    margin-right: 10px;
    font-weight: bold; 
    line-height: 34px; 
}

.menu a
{
    color: white;
}

p{
    text-align: justify;
    margin-left: 10px;
    margin-right: 10px;
}

h1{
    font-weight: normal;
    /*background-color: rgba(52, 73, 94, 1.0);*/
    color: white;
    padding: 1em;
}

h2{
    background-color: rgba(52, 73, 94, 1.0);
    color: white;
    padding: 0.5em;
}

.imageflottante
{
    float: right;
    height: 200px;
    max-width: 100%;
}

.imageflottante2
{
    float: left;
    height: 200px;
    max-width: 100%;
}

.imageflottante3
{
    float: right;
    height: 200px;
    max-width: 100%;
}

footer{
    background-color: rgba(44, 62, 80, 1.0);
    width: 100%;
    bottom: 0;
    font-weight: lighter;
    color: white;
}

.footerHeader{
    width: 100%;
    padding: 1em;
    background-color: rgba(52, 73, 94, 1.0);
    text-align: left;
    color: white;
}

footer h4{
    font-weight: lighter;
}

footer ul{
    padding-left: 5px;
    list-style: none;
}

