﻿html {
    overflow-y: scroll;
    height: 100%;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 75px;
    padding-bottom: 20px;
    overflow-y: scroll;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    resize: none;
}

h1.h1p {
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 135%;
}

h1.tle {
    display: block;
    font-size: 2.2em;
    font-weight: bold;
}

p {
    font-weight: bold;
    font-size: 1.1em;
}

a.link101 {
    color: #d3d3d3;
    margin-bottom: 5px;
}

    a.link101:link {
        color: #d3d3d3;
    }

    a.link101:visited {
        color: #d3d3d3;
    }

    a.link101:hover {
        color: wheat;
        text-decoration: underline;
    }

ul.ul {
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.8em;
}

.donate {
    color:#f6921f !important;
    background-color:white;
}

.emailopt {
    display: none;
    position: absolute;
    top: 3px;
    left: -680px;
    visibility: collapse;
}

.validateError {
    color: #ff4242;
    font-size: 0.8em;
    font-style: italic;
    margin-left: 10px;
}

/* change the background color */
.navbar-custom {
    /*background-color: rgba(255, 255, 255, .5);*/
    font-size: 1.4em;
    font-weight: bold;
}

    /* change the brand and text color */
    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-text {
        color: #ffffff;
    }

.nav-link {
    font-size: 0.8em;
    font-weight: bold;
}

.navbar-text {
    font-size: 0.8em;
    font-weight: bold;
}

/* change the link color and add padding for height */
.navbar-custom .navbar-nav .nav-link {
    color: #ffffff;
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
    /*background-color: #ee4400;*/
    /* add background-color to active links */
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #ffffff;
}

    /* change the brand and text color */
    .navbar-custom .navbar-brand:hover {
        color: #383838;
    }

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    /*color: red;*/
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #383838;
}

/* for dropdown only - change the color of droodown */
.navbar-custom .dropdown-menu {
    background-color: #e4e4e4;
    font-weight: bold;
}

.navbar-custom .dropdown-item {
    color: #383838;
    font-weight: bold;
}

    .navbar-custom .dropdown-item:hover,
    .navbar-custom .dropdown-item:focus {
        color: #333333;
        /*background-color: rgba(255, 255, 255, .5);*/
    }

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    body {
        padding-top: 90px;
        padding-bottom: 20px;
        overflow-y: scroll;
    }
    .input-group {
        position: relative;
        display: inline-block;
        flex-wrap: wrap;
        align-items: stretch;
        width: 100%;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    body {
        padding-top: 90px;
        padding-bottom: 20px;
        overflow-y: scroll;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

.custom-footer {
    font-weight: bold;
    font-size: 0.8em;
    background-color: #3366cc;
    color: whitesmoke;
    border-color: #96aee9;
}