#navbarSupportedContent {
    text-align: center;
}

nav#navbar_app_base {
    z-index: 9;
}

.x-panel-header-default-horizontal .x-tool-after-title {

    top: -3px !important;
}

.header-logos {
    display: block;
    float: left;
    align-items: center; /* Vertical alignment */
    height: 60px;
    margin-left: 1.75rem;
}

.float-sm-end {
    float: right;
    margin-right: 1.75rem
}

.headerdiv {
    width: 100%;
    height: 15%;
    background-color: white;
    border-bottom: black;
    display: inline-block;
}

.footerdiv {
    height: 15%;
    width: 100%;
    position: absolute;
    bottom: 0;
    display: none;
}

h1 {
    font-family: "Times New Roman", Helvetica, monospace;
    font-size: 50px;
    font-weight: bold;
    display: inline-block;
}

li {
    display: inline-block;
    float: right;
}

button {
    float: right;
    display: inline-block;
    margin: 5px;
    overflow: hidden;
    padding: 5px;
}

.footertext {
    color: black;
    font-size: 30px;
    width: 50%;
    height: 100%;
    float: left;
}

.footerlogo {
    display: inline-block;
    width: 50%;
    height: 100%;
    float: right;
}

img {
    margin-right: 10px;
}

#servir_logo {
    margin-top: auto;
    margin-bottom: auto;
    width: 160px;
}

#servir_logo_holder {
    height: 60px;
}

@media only screen and (max-width: 768px) {
    .float-sm-end {
        float: right;
        margin-right: -1.25rem
    }

    .vertical_center {
        position: relative;
        top: 25%;
        -ms-transform: translateY(-25%);
        transform: translateY(-25%);
        margin: 0 auto;
        max-width: 85%;
    }

    #title_class {
        padding-top: 1.5rem;
        width: 85%;
        margin: auto;
        font-size: 2.0rem;
        font-family: Arial, serif;
        text-shadow: black 0.1em 0.1em 0.2em;
        color: white;
    }

    #tagline_class {
        padding-top: 1.5rem;
        width: 85%;
        margin: auto;
        font-size: 1.0rem;
        font-family: Arial, serif;
        text-shadow: black 0.1em 0.1em 0.2em;
        color: white;
    }
}