#myFooter {
    background-color: #3c3d41;
    color: white;
    padding-top: 20px;
    float: left;
    width: 100%;
}

#myFooter .footer-copyright {
    background-color: #333333;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}

#myFooter .row {
    margin-bottom: 60px;
}

#myFooter .navbar-brand {
    margin-top: 45px;
    height: 65px;
}

#myFooter .footer-copyright p {
    margin: 10px;
    color: #ccc;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

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

#myFooter h2 a{
    font-size: 50px;
    text-align: center;
    color: #fff;
}

#myFooter a {
    color: #d2d1d1;
    text-decoration: none;
    font-size: 13px;
}

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

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


/* 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: 2.5%;
   float: left;
   width: 100%;
}

#myFooter{
   flex: 0 0 auto;
   -webkit-flex: 0 0 auto;
}
/*
#myFooter .content{
    margin-top: 2.5%;
}*/

 div.content footer#myFooter div.container div.row div.col-sm-2{
    position: relative;
    min-height: 1px;
    padding-right: 15px;  
    /*uncomment above line to make board and module services wrap*/
    padding-left: 15px;
    margin-right: 3% !important;
}

/*html body div#pageContent div.content*/