html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .headerImage{
        float:left;
    }

    #headerImage {
        height: 100px;
    }

    #headerText {
        font-size: 25pt;
        font-weight: bold;
        float: left;
        padding-top: 35px;
    }

    .loginName {
        float:right;
        padding-left: 10px;
        padding-top: 10px;
    }

    .addRecord {
        clear:both;
        float: right;
        padding-right: 10px
    }
}

@media only screen and (max-width: 768px) {
    #headerImage {
        height: 50px;
        width: 115px;
        float: left;
    }

    .headerImage {
        height: 50px;
        width: 115px;
        float: left;
    }

    #header {
        float: left;
    }

    #headerText {
        font-size: 13pt;
        font-weight: bold;
        float: left;
        padding-top:15px;
    }

    #login{
        clear:both;
    }

    .loginName {
        float:left; 
        padding-left:10px; 
        padding-top:10px;
    }

    .addRecord {
        float: right;
        padding-right: 10px
    }
}

.logoutLink {
    float: right;
    padding-right: 10px
}

.loginLink {
    float: right;
    padding-right: 10px
}

#header {
    padding-left: 10px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #edf0f2;
    color: #49545a;
}

.bg-dark {
    background-color: black !important;
}

.btn-primary {
    background-color: #d9534f !important;
    border-color: transparent;
}

    .btn-primary:hover {
        background-color: #ce312c !important;
        border-color: transparent;
    }
