@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;1,300;1,400&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5em;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 20px 0;
    
    border-top: #e0e0e0 solid 1px;
    background-color: #fff;
    font-size: 12px;
}

@media screen and (max-width: 799px) {
    
    #body {
        padding: 1px 25px 200px 25px;
    }

    footer {
        width: calc(100% - 50px);
        margin: 0 25px;
    }
}
@media screen and (min-width: 800px) {
    
    #body {
        padding: 1px 50px 200px 50px;
    }

    footer {
        width: calc(100% - 100px);
        margin: 0 50px;
    }
}



.logo { margin: 50px 0 80px 0; }

p, ul { margin: 20px 0; }

.logo img { display: inline-block; width: 100%; max-width: 160px; }

h1 { margin-top: 0; font-size: 25px; }

h2 { font-size: 20px; }
h2:before { content: ""; display: block; width: 80px; margin-top: 40px; margin-bottom: 20px; border-top: #a0a0a0 solid 1px; }

h3 { margin-top: 25px; margin-bottom: 15px; font-size: 15px; }

ul { margin-left: 0; padding-left: 15px; }
li { margin-left: 0; padding: 5px 15px; }

#moto {
    margin: 0;
    font-size: 20px;
    line-height: 25px;
}

a { position: relative; transition: all .3s; color: #000; }
a:not(.discreet):after { content: ""; position: absolute; left: 0; bottom: -1px; display: block; width: 100%; border-bottom: #a0a0a0 dotted 1px; }
a:hover { color: #000; text-decoration: none; }
a:not(.discreet):hover:after { border-bottom: #000 solid 1px; }

img.as-text { width: 10px; vertical-align: baseline; }

footer p { margin: 0 0 10px 0; z-index: 3; }