#footer {
    background-color: #f1f1f1;
    color: white;
    padding-top: 30px;
}

#footer .footer-copyright {
    background-color: #e2e2e2;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}

#footer .row {
    margin-top: 40px;
    margin-bottom: 60px;
}

#footer .navbar-brand {
    margin-top: 45px;
    height: 65px;
}

#footer .footer-copyright p {
    margin: 10px;
    color: #3c3d41;
}

#footer ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#footer h5 {
    font-size: 18px;
    color: #3c3d41;
    font-weight: bold;
    margin-top: 30px;
}

#footer h2 a{
    font-size: 50px;
    text-align: center;
    color: #3c3d41;
}

#footer a {
    color: #3c3d41;
    text-decoration: none;
}

#footer a:hover,
#footer a:focus {
    text-decoration: none;
    color: white;
}

#footer .social-networks {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 16px;
}

#footer .social-networks a {
    font-size: 32px;
    color: #3c3d41;
    padding: 10px;
    transition: 0.2s;
    padding-left: 0;
}

#footer .social-networks a:hover {
    text-decoration: none;
}

#footer .facebook:hover {
    color: #0077e2;
}

#footer .google:hover {
    color: #ffffff;
}

#footer .twitter:hover {
    color: #00aced;
}

/* #footer .btn {
    color: white;
    background-color: #ed1f24;
    border-radius: 20px;
    border: none;
    width: 196px;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 25px;
} */
#footer .logo{
    margin-top: 30px;
}
#footer .logo > img{
    width: 60% !important;
}

@media screen and (max-width: 767px) {
    #footer {
        text-align: center;
    }
    #footer .social-networks {
        text-align: center !important;
    }
}


/* CSS used for positioning the footers at the bottom of the page. */
/* You can remove this. */

html{
    height: 100%;
}

body{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    height: 100%;
}

.content{
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    min-height: 200px;
}

#footer{
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
}

#footer ul.inline-footer-links{
    list-style-type: none;
    padding: 0;
    margin-bottom: 0px;
}

#footer ul.inline-footer-links li{
    display: inline-block;
    margin: 0px 15px;
    line-height: 2;
}

#footer ul.inline-footer-links li a{
    color: #282b2d;
    font-size: 18px;
}

#map-container {
    height: 250px;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}