#myFooter {
    line-height: 1.6;
    color: white;
    padding-top: 3em;
    padding-bottom: 1em;
    text-align: left;
    background: #313131;  /* fallback for old browsers */
}

#myFooter p {
    color: white;
    vertical-align: top;
}

#myFooter .container {
    max-width: 1200px;
}

#myFooter .row {
    margin: 0;
    align-items: flex-start;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
    font-size: 1.4em;
    margin-bottom: 0;
    justify-content: center;
}

#myFooter ul li { 
    margin-left: 1em;
}

#myFooter .highlight {
    font-size: 28px;
}

#myFooter .fa-fw {
    vertical-align: top;
}

#myFooter h5 {
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}

#myFooter a {
    color: #d2d1d1;
    text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: white;
}

#myFooter #copyright {
    padding-top: 2em;
    text-align: center;
}

#copyright hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.5));
}


@media screen and (max-width: 992px) {
    #myFooter {
        text-align: center;
    }
}

#myFooter a {
    color: white;
}

#about-img {
    border-radius: 5px;
    margin: 0.4em 0;
    height: 100%;
}

#about-map {
    /*height: 100%;*/
    border: 0;
    width: 100%;
    margin: 0.5em 0;
}