﻿.logo-div {
    padding: 13px 35px;
    background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
    width: 100%;
}

.logo_icon {
    float: left;
    display: block;
}

.img-responsive {
    max-width: 100%;
}

.logo_txt {
    display: flex;
    justify-content: center;
}

    .logo_txt h1 {
        font-weight: bold;
        font-size: 40px;
        color: #1a6194;
        margin: 0 0 0 0;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-align: center;
        padding: 0px;
    }

    .logo_txt p {
        color: #1a6194;
        text-align: center;
        font-size: 25px;
        font-weight: bold;
    }

.justify-end {
    justify-content: flex-end;
}

.img-responsive {
    max-width: 100%;
}
