#myFooter {
    background-color: rgba(0,0,0,0.3);
    color: darkblue;
    padding-top: 20px;
}

#map-container {
    height: 240px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}

#myFooter .row1 {
    margin: 0 85px;
}


#myFooter .container {
    width: auto;
	text-align: center;
}

#myFooter .container p {
    width: auto;
	text-align: center;
}

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

#myFooter .row1 p {
    font-size: 20px;
}

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




@media screen and (max-width: 767px) {
    #myFooter {
        text-align: center;
    }
    #myFooter .row1 {
        margin: 0;
    }
}



.content{
   flex: 1 0 auto;
   -webkit-flex: 1 0 auto;
   min-height: 200px;
}

#myFooter{
   flex: 0 0 auto;
   -webkit-flex: 0 0 auto;
}