footer {
    background-color: #ffffff;
    color: white;
    position: inherit;
    bottom: 0;
    box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.45);
}

a.logo1234:hover {
    text-shadow: 0px 0px 2px #ffffff;
}

footer a {
    color: rgb(30, 30, 34);
}

footer a:hover {
    color: rgb(34, 34, 38);
    transform: scale(1);
}

.footerlinks {
    text-align: center;
    align-items: center;
}

.footer-left {
    width: 65%;
    left: 0;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-top: 3%;
    padding: 5px
}

.footer-center {
    font-size: 16px;
    width: 35%;
    text-align: center;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-top: 3%;
}

.footer-right {
    width: 30%;
    margin-top: 3%;
    left: 0;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}


/*
footer {
    position: relative;
    bottom: 0;
} */


/* @media (max-height:800px) {
    footer {
        position: static;
    }
    header {
        padding-top: 40px;
    }
} */

.footer-left img {
    width: 90%;
}

.footer-right img {
    width: 25%;
    -webkit-box-shadow: 0px 0px 33px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 33px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 33px -3px rgba(0, 0, 0, 0.75);
}

@media (max-width: 740px) {
    .footer-right {
        display: block;
        width: 95%;
        margin-bottom: 40px;
        text-align: center;
    }
    .footer-right img {
        width: 25%;
    }
    .footer-left,
    .footer-center {
        display: block;
        width: 40%;
        margin-bottom: 40px;
        text-align: center;
    }
}

@media (max-width: 540px) {
    .footer-left,
    .footer-center,
    .footer-right {
        display: block;
        width: 95%;
        margin-bottom: 40px;
        text-align: center;
    }
    .footer-right img {
        width: 30%;
    }
}

a.soci {
    padding: 2%;
    display: inline-block;
    transition: all;
    transition-duration: 0.5s;
    color: rgb(79, 79, 87);
}

a.soci:hover {
    position: relative;
    text-decoration: none;
    transform: scale(1.2);
}

a.soci.instagram:hover {
    color: #dd2a7b;
}

a.soci.facebook:hover {
    color: #3967ff;
}

a.soci.youtube:hover {
    color: red;
}

a.soci.linkedin:hover {
    color: #0e76a8;
}

a.soci.twitter:hover {
    color: #009dff;
}

.logo123:hover {
    position: relative;
    text-decoration: none;
    transform: scale(1.05);
}

.logo123 {
    display: inline-block;
    transition: all;
    transition-duration: 0.5s;
}

footer a:hover {
    text-decoration: none;
}

.bottom_panel,
.bottom_panel a {
    position: relative;
    text-align: center;
    background-color: #00397a;
    color: #e7f0fa;
    width: 100%;
    margin: 0;
    bottom: 0;
}

.bottom_panel {
    padding-top: 10px;
}

.bottom_panel a:hover {
    color: #b9cde3;
}