/* #region Default Stuff */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-y: scroll;
    padding: 0;
    margin: 0;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 400;
    /*font-family: "Lato", sans-serif;
    font: 0.85em/1.35em 'Lato', cursive, sans-serif;*/
    font-family: 'Comic Sans MS', sans-serif;
    font: 0.85em/1.35em 'Comic Sans MS', cursive, sans-serif;
    text-rendering: optimizeLegibility;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background: repeat url(/Images/Themes/body_bg.png);
    color: #f2f2f2;
}

/* don't like padding and margins on elements by default */
container, div, h1, h2, h3, h4, h5, p {
    cursor: default;
    padding: 0;
    margin: 0;
}

/* make everything a borderbox */
* {
    box-sizing: border-box;
}

/* Cursors */
.no-cursor {
    cursor: none;
}

.pointer-cursor {
    cursor: pointer;
}

/* Background Top Gradient */
#top_grad {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 102%;
    z-index: 0;
    height: 171px;
    background: repeat-x url(/Images/Themes/body_top_grad.png);
}

html > body #top_grad {
    width: 100%;
}

/* Nav Bar and Footer */
header {
    position: relative;
    top: 0;
    width: 100%;
}

html > body header {
    width: 100%;
}

.navbar-overhang {
    position: absolute;
    top: 15px;
    transform: translateY(-10%);
}

.nav-item-one {
    padding-top: 50px;
}

.logo {
    height: 100px;
}


.footer-logo {
    height: 20px;
}

#footer {
    padding: 0px;
    position: inherit;
}

/* Main Container (Set for Auto Push of Footer) */
#MainContainer {
    flex: 1;
    min-height: 100%;
    /*max-width: 962px;*/
    margin-top: 0px;
    margin-bottom: 70px;
}

/* View Container (all view content is displayed within the viewContainer) */
.viewContainer {
    position: relative;
    top: 50px;
    margin-bottom: 30px;
    line-height: 1.4;
    margin-left: auto;
    margin-right: auto;
    border-top: 10px solid darkgoldenrod;
    background-image: url(/Images/Themes/blackboard.png);
    background-size: cover;
    border-bottom: 10px solid darkgoldenrod;
    border-left: 3px solid darkgoldenrod;
    border-right: 3px solid darkgoldenrod;
    border-radius: 12px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}


/* Carousel item and images */
#carousel-items, #carousel-item {    
    height: auto !important;
    width: 100%;
}

/* Svg Container (put Svg files inside a #container for scaling */
svg, #container {
    height: 100%;
    width: 100%;
}

/* Set Horizontal Line */
hr {
    border: none;
    border-top: 3px dotted #ffffff;
}

/* Set Image pointer and border transition */
img {
    cursor: pointer;
    transition: border 0.3s ease-in-out;
}

/* #endregion */

/* #region Change all the items to be the font of our choice */
body,
a:link,
a:visited,
#pageHeader h1,
pageHeader h2,
#sidebarContainer
.sideHeader,
#footer
a:link,
#footer
a:visited,
#navcontainer
a,
h1,
h2,
h3,
h4,
.viewContainer {
    font-family: "Comic Sans MS" !important;
}
/* #endregion */

/* #region Menu */
.menu-item {
    min-width: 128px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-link {
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: color 0.3s ease, border-color 0.3s ease, font-weight 0.3s ease;
    padding: 8px;
    display: inline-block;
}

    .menu-link:hover {
        color: black !important;
        font-weight: bold !important;
    }

    .menu-link.selected {
        font-weight: bold !important;
    }

.border-link {
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 4px;
    transition: color 0.3s ease, border-color 0.3s ease, font-weight 0.3s ease;
    padding: 8px;
    display: inline-block;
    border-color: Black !important;
}

    .border-link:hover {
        color: black !important;
        border-color: black !important;
        font-weight: bold !important;
    }

    .border-link.selected {
        font-weight: bold !important;
    }
/* #endregion */

/* #region Guideline Colors */
/* #region White */
.text-white {
    color: #FFFFFF;
}

.bg-white {
    background-color: #FFFFFF;
}
/* #endregion */
/* #region Blue */
.text-blue-lighter {
    color: #83D3EB;
}

.bg-blue-lighter {
    background-color: #83D3EB;
}

.text-blue-light {
    color: #50B8D4;
}

.bg-blue-light {
    background-color: #50B8D4;
}

.text-blue {
    color: #54A0BA;
}

.bg-blue {
    background-color: #54A0BA;
}

.text-blue-dark {
    color: #53819A;
}

.bg-blue-dark {
    background-color: #53819A;
}

.text-blue-darker {
    color: #214351;
}

.bg-blue-darker {
    background-color: #214351;
}
/* #endregion */
/* #region Green */
.text-green-lighter {
    color: #84CBA0;
}

.bg-green-lighter {
    background-color: #84CBA0;
}

.text-green-light {
    color: #5DBF8B;
}

.bg-green-light {
    background-color: #5DBF8B;
}

.text-green {
    color: #4DAF7C;
}

.bg-green {
    background-color: #4DAF7C;
}

.text-green-dark {
    color: #40996D;
}

.bg-green-dark {
    background-color: #40996D;
}

.text-green-darker {
    color: #265039;
}

.bg-green-darker {
    background-color: #265039;
}
/* #endregion */
/* #region Gray */
.text-gray-lighter {
    color: #DEDFE0;
}

.bg-gray-lighter {
    background-color: #DEDFE0;
}

.text-gray-light {
    color: #ABADB0;
}

.bg-gray-light {
    background-color: #ABADB0;
}

.text-gray {
    color: #7D7E81;
}

.bg-gray {
    background-color: #7D7E81;
}

.text-gray-dark {
    color: #4A4B4C;
}

.bg-gray-dark {
    background-color: #4A4B4C;
}

.text-gray-darker {
    color: #414042;
}

.bg-gray-darker {
    background-color: #414042;
}
/* #endregion */
/* #region Purple */
.text-purple-lighter {
    color: #A688BF;
}

.bg-purple-lighter {
    background-color: #A688BF;
}

.text-purple-light {
    color: #836AA3;
}

.bg-purple-light {
    background-color: #836AA3;
}

.text-purple {
    color: #695683;
}

.bg-purple {
    background-color: #695683;
}

.text-purple-dark {
    color: #57446C;
}

.bg-purple-dark {
    background-color: #57446C;
}

.text-purple-darker {
    color: #332940;
}

.bg-purple-darker {
    background-color: #332940;
}
/* #endregion */
/* #region Red */
.text-red-light {
    color: #F2644E;
}

.bg-red-light {
    background-color: #F2644E;
}

.text-red {
    color: #EF4237;
}

.bg-red {
    background-color: #EF4237;
}

.text-red-dark {
    color: #C72D27;
}

.bg-red-dark {
    background-color: #C72D27;
}
/* #endregion */
/* #region Orange */
.text-orange-light {
    color: #FBB042;
}

.bg-orange-light {
    background-color: #FBB042;
}

.text-orange {
    color: #F89626;
}

.bg-orange {
    background-color: #F89626;
}

.text-orange-dark {
    color: #F47B20;
}

.bg-orange-dark {
    background-color: #F47B20;
}
/* #endregion */
/* #region Yellow */
.text-yellow-light {
    color: #FAF06F;
}

.bg-yellow-light {
    background-color: #FAF06F;
}

.text-yellow {
    color: #F4D40F;
}

.bg-yellow {
    background-color: #F4D40F;
}

.text-yellow-dark {
    color: #E8BE1F;
}

.bg-yellow-dark {
    background-color: #E8BE1F;
}
/* #endregion */
/* #region Gold */
.text-gold {
    color: #8E774D;
}

.bg-gold {
    background-color: #8E774D;
}
/* #endregion */

/* #endregion */

/* #region Resposive color changes */

/* Default <a> link */
a {
    color: #ffffff /* text-white */
}

    a:hover,
    a:focus {
        color: #DEDFE0; /* text-gray */
    }

/* link */
.link {
    color: #424143; /* almost black */
}

    .link:hover,
    .link:active,
    .link:focus {
        color: #8e774d; /* text-gold */
    }

/* chalk-link */
.chalk-link {
    text-decoration: none;
    border-bottom: 2px dotted #b1b2b3;
    color: white;
}

    .chalk-link:hover,
    .chalk-link:active,
    .chalk-link:focus {
        color: #80b24d;
    }

/* chalk-link-selected */
.chalk-link-selected {
    text-decoration: none;
    border-bottom: 2px dotted #80b24d;
    color: #80b24d;
}

/* nav-link */
.nav-link {
    color: darkgreen;
}

    .nav-link:active,
    .nav-link:hover,
    .nav-link:focus {
        color: #80b24d !important;
    }

.nav-pills .nav-link.active,
.nav-pills.show > .nav-link {
    color: #40996d;
    background-color: darkgreen;
    border-color: #1861ac;
}
/*  btn-primary Defaults */
.btn-primary {
    color: white;
    background-color: #40996d; /* bg-green-dark */
    border-color: #414042; /* gray-darker */
}

    .btn-primary:focus,
    .btn-primary:hover {
        color: white;
        background-color: #265039; /* bg-green-darker */
        border-color: #7d7e81; /* gray */
    }

/* #endregion */

/* #region Top Button */
#top-button {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #C72D27; /* bg-red-dark*/
    color: white;
    cursor: pointer;
    padding: 8px 24px;
    border-radius: 4px;
}

    #top-button:hover {
        background-color: #4A4B4C; /* bg-gray-dark */
    }

    #top-button:active {
        background-color: #C72D27; /* bg-red-dark*/
    }


/* Responsive Nav colors */
.siteNameBig, .siteNameSmall, nav-link, .nav-text > a {
    padding-left: 120px;
    color: #4f7d1f !important;
    transition: color 0.3s ease;
}

/* #endregion */

/* #region Slideshow bar buttons */
#Previous {
    border: 1px solid transparent;
}

    #Previous:hover,
    #Previous:active,
    #Previous:focus {
        border: 1px solid black;
    }

#Next {
    border: 1px solid transparent;
}

    #Next:hover,
    #Next:active,
    #Next:focus {
        border: 1px solid black;
    }

#Copy {
    border: 1px solid transparent;
}

    #Copy:hover,
    #Copy:active,
    #Copy:focus {
        border: 1px solid black;
    }

.slideshow-button {
    height: 28px;
    border: 1px solid transparent;
    border-radius: 3px;
}

    .slideshow-button:hover,
    .slideshow-button:hover,
    .slideshow-button:hover {
        border: 1px solid black;
    }

.slideshow-button-image {
    width: 26px;
    height: 26px;
}

/* #endregion */

/* #region (BS -sm- ) (min-width: 575px) and (max-width: 768px) Small tablet styles */
@media (min-width: 575px) and (max-width: 768px) {

    #mainContainer {
        margin-top: 30px;
    }

    .viewContainer {
        border-right: 5px solid darkgoldenrod;
        border-left: 5px solid darkgoldenrod;
    }

    .nav-item-one {
        padding-top: 47px;
    }

    /* Font Sizes */
    .nav-link-footer-fs {
        font-size: 14px;
    }

    .nav-link-fs {
        font-size: 18px;
    }

    .link-fs {
        font-size: 20px;
    }

    .nav-text-fs {
        font-size: 24px;
    }
}
}
/* #endregion */

/* #region (BS -md- ) (min-width: 768.01px) and (max-width: 991px) Large tablet styles */
@media (min-width: 768.01px) and (max-width: 991px) {

    #mainContainer {
        margin-top: 30px;
    }

    .viewContainer {
        border-right: 16px solid darkgoldenrod;
        border-left: 16px solid darkgoldenrod;
    }

    .nav-item-one {
        padding-top: 0;
    }

    /* Font Sizes */
    .nav-link-footer-fs {
        font-size: 22px;
    }

    .nav-link-fs {
        font-size: 24px;
    }

    .link-fs {
        font-size: 16px;
    }

    .nav-text-fs {
        font-size: 24px;
    }
}
/* #endregion */

/* #region (BS -lg- ) (min-width: 992px) Start of Desktop */
@media (min-width: 992px) {

    #mainContainer {
        margin-top: 30px;
    }

    .viewContainer {
        border-right: 16px solid darkgoldenrod;
        border-left: 16px solid darkgoldenrod;
    }

    .nav-item-one {
        padding-top: 0;
    }

    /* Font Sizes */
    .nav-link-footer-fs {
        font-size: 22px;
    }

    .nav-link-fs {
        font-size: 24px;
    }

    .link-fs {
        font-size: 16px;
    }

    .nav-text-fs {
        font-size: 24px;
    }
}

/* #endregion */

/* #region (min-width: 1200px) */
@media (min-width: 1200px) {
}

/* #endregion */

/* #region (min-width: 1400px) */
@media (min-width: 1400px) {

}

/* #endregion*/

