﻿.small {font-size:small}
.smaller {font-size:x-small}
.large {font-size:x-large}








.black {
    color: #000000 !important
}
.facebookblue {color:#1877F2}
.facebookblue a {color: #1877F2}
.white {
    color: #ffffff !important
}
.first-word-uppercase-p::first-letter {
    font-size: 40px;
    color: #000000;
    font-weight: bold;
    line-height: .75;
    font-family:'Times New Roman', Times, serif
}
.text-justify{text-align:justify}
.portrait {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    max-height: 400px;
    width: auto
}
@media (max-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    .portrait {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        max-height: 200px;
        width: auto
    }
}
.green {
    color: green !important
}
.nounderline {
    text-decoration: none !important
}

    .nounderline a {
        text-decoration: none !important
    }
section {
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
}

.sectionh5 {
    border-bottom: 2px solid #0083bf;
    display: inline;
    font-size: large
}
.footer1 {
    background-color:#303030;
    color: #ffffff
}

    .footer1 a {
        text-decoration: none !important;
        color:#b7b7b7 !important
    }

        .footer1 a:hover {
            text-decoration: none !important;
            color: #ffffff !important
        }

.footer2 {
    background-color: #000000;
    color: #ffffff;
    font-size: small
}

    .footer2 a {
        text-decoration: none !important;
        color: #a1a1a1 !important
    }

        .footer2 a:hover {
            text-decoration: none !important;
            color: #ffffff !important
        }

    .footer2 .small2 {
        color: #a5a5a5;
        font-size: small;
        font-style: italic
    }
