﻿.footerContent {
    height: auto;
    background-color: #224e79;
    color: #ffffff;
    margin-top: 30px;
}

.footer h6 {
    color: white;
}

.footerContent p {
    font-weight: 600;
    padding-top: 10px;
}

.footerContent a {
    color: #ffffff;
}

.pageContent {
    padding: 10px 40px 0 40px;
    max-width: 1210px !important;
    font-size: 16px;
}

.PageUserLogin {
    text-align: right;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10pt;
    color: #ffffff;
}

.pageTitle {
    font-size: 25px !important;
    padding: 20px 0px 20px 0px;
    color: #140e0e;
    text-transform: uppercase;
}


.boxHeading {
    font-size: 18px;
    font-weight: 700 !important;
    font-family: "Audiowide", sans-serif;
    text-align: justify;
    padding-top: 50px;
    padding-bottom: 50px;
}

.zoom-hover {
    transition: transform .2s;
}

    .zoom-hover:hover {
        -ms-transform: scale(1.2); /* IE 9 */
        -webkit-transform: scale(1.2); /* Safari 3-8 */
        transform: scale(1.1);
    }

.hero-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: "Times New Roman", Times, serif;
}

    .hero-text h4 {
        color: lightgrey;
    }

.dashboardItems {
    margin-right: 45px;
    margin-bottom: 20px;
    background-color: #f0f0f04d;
    border: 3px solid #e3e6f0;
    padding: 20px;
    width: 300px;
    border-radius: 30px;
    font-weight: bold;
    height: 150px;
    vertical-align: middle;
}

.logoBar {
    background-color: #f6c23ebf;
    min-height: 60px;
    font-style: italic;
    font-family: Droid Serif;
    font-size: 19px;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    padding: 10px 15px 10px 15px;
}

.shortTextbox {
    max-width: 210px;
}

.inlineLink {
    text-decoration: underline !important;
    font-weight: bold;
}

.largeCheckbox {
    width: 25px;
    height: 25px;
    background: white;
    border-radius: 5px;
    border: 2px solid #555;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .dashboardboxes {
        padding-right: 30px;
        padding-left: 30px;
    }
}
