.footer {
    position: sticky;
    bottom: 0;
    background-color: #00407A;
    width: 100%;

    /*margin-top: 20px;*/
    z-index: 1;
}

.footer_text {
    position: relative;
    width: 80%;
    color: white;
    margin-left: auto;
    margin-right: auto;
}

.footer_text img {
    position: relative;
    padding: 0;
    float: right;
    margin-right: 10px;
    top: -50px;
    z-index: 2;
}

hr {
    position: absolute;
    float: left;
    width: 100%;
    margin: 0;
    bottom: 100%;;
    color: #52BDEC;
    background-color: #52BDEC;
    height: 3px;
    border: none;
}

.footer_text a {
    position: relative;
    top: 12px;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 35%;
    padding: 5px;
    text-align: center;
}

@media screen and (max-width: 750px){

    .footer_text a {
        margin-left: 20%;
    }
}

@media screen and (max-width: 600px){

    .footer_text {
        width: 100%;
    }
}

@media screen and (max-width: 500px){

    .footer_text a {
        margin-left: 20px;
    }
}

@media screen and (max-width: 300px){

    .footer_text a {
        display: none;
    }
}

