@charset "utf-8";

img {
    display: block;
    margin: 0;
    padding: 0;
}


html,
body {
    height: 100%;
    background-color: #222222;
    color:#eeeeee;
}

a img{
    margin: 50px;
}

footer{
    padding: 20px 60px;
}

footer p a{
    color: #ffffff;
}

#rights p{
    text-align: right;
    color: #ffffff;
}

ul{
    list-style: none;
    clear: both;
    margin-left: 50px;
    padding: 0;
}
 
li{
    font-weight: nomal;
    font-size: 16pt;
    margin-bottom: 10px;

}

li a{
    color: #ffffff;
}

li a:visited{
    color: #ffffff;
}

li a:hover,li a:active{
    text-decoration: none;
    color: #000000;
    background-color: #ffffff;
}

.icon-lock{
    font-size: 10pt;
    color: #ffce00;
    margin-left: 5px;
}


.st0 {
    fill: none;
    stroke: #231815;
    stroke-width: 0.3;
    stroke-miterlimit: 10;
}

svg{
    width: 45%;
    margin:50px 0 50px 0;
}

footer{
    width: 100%;
    position:relative;
}

footer p{
    font-size: 10pt;
    margin: 0;
}

footer a{
    text-decoration:underline;
}

footer .blockbr{
    display: block;
}

@media only screen and (min-width:768px) {
    
    footer{
        width: 100%;
        position: absolute;
        bottom: 0;
    }

}