.bottom {
    padding: 120px;
}

.myFooter {
    background-color: #9e9c9c;
    color: #f8f8f8;
    margin-top: 30px;
    position: absolute;
    bottom: 0;
right: 0;
    left: 0;
}
.myFooter .footer-copyright {
    background-color: #464646;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}
.myFooter .container {
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
}

.myFooter .row {
     margin-bottom: 0px;
 }

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

.myFooter .footer-copyright p {
    margin: 0px;
    color: #000000;
}

.myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.5;
    margin-top: 5px;

}

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

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

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

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

.myFooter .social-networks {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 16px;
}

.myFooter .social-networks a {
    font-size: 32px;
    color: #f9f9f9;
    padding: 10px;
    transition: 0.2s;
}
.myFooter .social-networks a:hover {
    text-decoration: none;
}

.myFooter .facebook:hover {
    color: #0077e2;
}
.myFooter .google:hover {
    color: #ef1a1a;
}

.myFooter .twitter:hover {
    color: #00aced;
}

.myFooter .btn {
    color: white;
    background-color: #d84b6b;
    border-radius: 20px;
    border: none;
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 25px;
}

@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%;
}



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

.myFooter{
   flex: 0 0 auto;
   -webkit-flex: 0 0 auto;
}
.myFooter .linkedin:hover {
    color: #0174b7;
}

.sponsor{
    vertical-align: middle;
    text-align: left;
    margin-left: -15px;

}

.footer-copyright p a{
     margin-left: 20px;
     margin-right: 20px;
     color: #f8f8f8;
 }

.footer-copyright p a:hover{
    text-decoration: none;
    color: #cab6b6;
}



.sponsorlogo {

    max-width:70px;
    max-height: 70px;
    display: inline-block;
    padding: 2px;
    margin-top: 16px;
}
.sponsorlogo a img{
    height: 100%;
    width: 100%;
    vertical-align: top;
}
@media screen and (max-width: 767px) {
    .myFooter {
        text-align: center;
    }
    .sponsor{
        vertical-align: middle;
        text-align: center;
        margin-left: 0px;

    }
}
