@media (min-width: 768px) {
    #header {
        background-image: url('../imgs/header.png');
        background-repeat: no-repeat;
        background-position: top right;
        height: 111px;
    }
    #footer {
        background-image: url('../imgs/header.png');
        background-repeat: no-repeat;
        background-position: top right;
        height: 111px;
    }
    body{
        padding-left: 0;
    }
   
}
body{
    padding-left: 1rem;
    padding-left: 0.25rem;
}

#logo {
    display: inline-block;
    margin-top:5px;
}

.green {
    color: rgb(0, 155, 88);
}

.blue {
    color: rgb(12, 89, 164)
}

h4 {
    margin-top: 20px;
}

#map {
    width:100%;
    height: 40vh;
    min-height: 200px;
}

a[href$='.pdf']:before {
    font-family: 'Font Awesome\ 5 Free'; 
    content: '\f15b';
    padding-right: 5px;
}
a[href$='.pdf']{
    word-wrap: break-word;  
}

a[href$='.zip']:before {
    font-family: 'Font Awesome\ 5 Free'; 
    content: '\f1c6';
    padding-right: 5px;
}

.lang  {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 0.1em 1em;
    border-radius: 0.2em;
}

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