﻿@media (min-width: 1200px) 
{
    body 
    {
        margin-bottom: 24.1rem;
    }
    .navbar-light .navbar-nav a.nav-link, .navbar-light .navbar-nav a.nav-link:link, .dropdown-item, .dropdown-menu.show a
    {
        font-size: 0.95rem;
    }
    .footer 
    {
        /* Set the fixed height of the footer here */
        height: 24.1rem;
    }
    .footer h3 
    {
        font-size: 1.23rem;
    }

    li.nav-item.member
    {
        background-color: #72b342;
    }

    .navbar-light .navbar-nav li.nav-item.member a.nav-link
    {
        color: #fff;
    }

    .message-form.login
    {
        width: 50%;
        margin: auto;
    }

    .dropdown-menu input[type="submit"]
    {
        font-size: 0.95rem;
    }
}