﻿.row > img {
    width: 100%;
}

.navbar-img {
    height: 50px;
}

.navbar-brand {
    color: rgb(243, 109, 54) !important;
    font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
}

.navbar li a {
    color: white;
}

    .navbar li a:hover {
        color: rgb(243, 109, 54) !important;
    }

input.form-control {
    font-size: 16px;
}

.popover {
    min-width: 330px !important;
}

.popover-title {
    color: white;
    font-weight: normal;
    background-color: #2691cc;
}

.status {
    color: red;
}

footer {
    padding-top: 30px;
}
