#myFooter {
    background-color: lightgray;
    color: #020A1C;
    padding-top: 5px;
    font-size: 12px;
}

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

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


#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: #020A1C;
    font-weight: bold;
    margin-top: 5px;
}

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

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

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



#myFooter .btn {
    border:1px solid #6391E1;
    background:#6391E1;
    color:#fff;
  border: none;
    border-radius: 15px;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
}

#myFooter .btn:hover {
  background-color: RoyalBlue;
}

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

