* {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}

h1 {
    font-size: 1.8rem;
    color: #2a4c6f;
}

h2 {
    font-size: 1.7rem;
    color: #95c555;
}

h3 {
    font-size: 1.6rem;
}

h4 {
    font-size: 1.4rem;
}

ul {
    padding-left: 20px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 960px;
    }
}

nav {
    background-color: #2a4c6f;
}

main {
    padding-top: 4.5rem;
}

hr {
    border-top: 1px solid rgba(42, 76, 111, 0.5);
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(149, 197, 85, 0.15);
}

.alert-success {
    color: black;
    background-color: rgba(149, 197, 85, 0.15);
    border-color: rgba(149, 197, 85, 0.30);
}

.navbar-light .navbar-nav .nav-link {
    color: /*#2a4c6f*/ #95c555;
    font-weight: bold;
    font-size: 1.3em;
    font-variant: small-caps;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #95c555;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #95c555;
}

.navbar-light .navbar-toggler {
    background-color: #95c555;
}

.page-footer {
    font-size: 0.9em;
    margin-top: 40px;
}

.page-footer ul {
    list-style: none;
    padding-left: 0;
}

.btn-my {
    color: white !important;
    background-color: #95c555;
    border-color: #95c555;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #95c555;
}

.logo {
    border: 3px solid #95c555;
}

#index {
    background-image: url(images/banner.jpg);
}

@media (min-width: 992px) {
    .col-lg-1dot5 {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    .col-lg-2dot5 {
        -ms-flex: 0 0 20.833333%;
        flex: 0 0 20.833333%;
        max-width: 20.833333%;
    }

    .navbar-brand img {
        width: 247px;
        height: 50px;
    }

    #index {
        min-height: 550px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .navbar-brand img {
        width: 197.6px;
        height: 40px;
    }

    #index {
        min-height: 550px;
    }
}

@media (max-width: 767.98px) {
    .navbar-brand img {
        width: 197.6px;
        height: 40px;
    }

    #index {
        min-height: 200px;
    }
}

.img-fluid {
    opacity: 1;
    transition: .75s ease;
}

.img-fluid:hover {
    opacity: 0.85;
    transition: .75s ease;
}

#magic-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 4px;
    background: #95c555;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}