@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans-Regular.ttf');
}

@media all and (max-width:768px) {
    .rightContent {
        width: 100% !important;
        height: 25% !important;
        clear: both;
    }

    .leftContent {
        width: 100% !important;
        height: 75% !important;
        min-height: 100% !important;
    }

    .pure-form .pure-input-1-2 {
        width: 100%;
    }

    #bannerImage {
        height: 50px;
    }
}

* {
    margin: 0;
}


body {
    background-color: #200230;
    line-height: 1.75em;
    font-size: 13.5pt;
    margin: 1em;
    color: white;
}

.wrapper {
   /* background-color: #12011B; */ 
    height: 100%;
}

nav {
    width: 100%;
}

    nav header {
        border-color: #320949;
        border-width: medium;
        border-top-style: solid;
    }

    nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #320949;
    }

    nav li {
        float: left;
    }

        nav li a {
            display: block;
            text-align: center;
            padding: 14px 16px;
            text-decoration: none;
        }

            /* Change the link color on hover */
            nav li a:hover {
                background-color: #200230;
            }


h1, h2, h3, h4 {
    font-weight: normal;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.25em;
}

h4 {
    font-size: 1em;
}

p {
    margin: 5px;
    padding: 5px;
}

a {
    color: white;
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

summary {
    display: list-item
}

/* *********************** */
.leftContent {
    width: 20%;
    float: left;
    height: 100%;
    box-sizing: border-box;
    min-height: 720px;
}

    .leftContent ul {
        list-style: none;
        padding: 5px;
        margin: 5px;
    }

.rightContent {
    float: left;
    height: 100%;
    background-color: #4C1D66;
    width: 80%;
    box-sizing: border-box;
    min-height: 720px;
}

    .rightContent ul {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .rightContent section {
        background-color: #200230;
        padding: 10px;
        margin: 10px;
        border-radius: 15px;
    }

    .rightContent button, input, optgroup, select, textarea, select, option {
        color:  white;
        background-color: #12011B
    }


section[name="byline"] {
    background-color: #320949;
}

.footer_main {
    background-color: #200230;
}

.NavShadow {
    text-shadow: 2px 2px 2px #320949;
}

.postContainer {
    background-color: #200230;
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
}

.postContentSection {
    white-space: pre-wrap;
    background-color: #320949 !important;
}

.pageContentSection {
    white-space: pre-wrap;
    
}

.leftContentSection {
    white-space: pre-line;
}

.postTitle {
    background-color: #320949;
    border-radius: 10px;
    margin: 5px;
    padding: 5px;
}


.itemRepeater_small {
    margin-bottom: 5px;
}

.itemRepeater_medium {
    margin-bottom: 10px;
}

.itemRepeater_large {
    margin-bottom: 15px;
}

.hiddenContainer {
    display: none;
}

.ulNoneZero {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ulSmall {
    list-style: none;
    margin: 5px;
    padding: 5px;
}

.ulNone {
    list-style: none;
}

.ulSmallPad {
    padding: 5px;
}

.commentMargin {
    margin-left: 30px;
}

.appPageViewItem {
    border-color: #320949;
    border-style: solid;
    border-width: 3px;
    border-radius: 7px;
}

.globalAreaTitles {
    background-color: #320949;
}

.menuTitleHeader {
    background-color: #320949;
    margin: 5px;
    padding: 5px;
}

.bannerImage {
    height: 100px;
}

/* PURE CSS OVERRIDES */

.pure-form legend {
    display: block;
    width: 100%;
    padding: .3em 0;
    margin-bottom: .3em;
    color: white;
    border-bottom: 1px solid #e5e5e5;
}

.pure-table thead {
    background-color: #320949;
    color: white;
    text-align: left;
    vertical-align: bottom;
}

button[type="submit"] {
    background-color: #FF7400;
    color: white;
}

.grid-button {
    background-color: #FF7400;
    color: purple;
    border-radius: 10px;
    box-shadow: 4px 6px 5px black;
}

.button-primary {
    background-color: #FF7400;
    color: #4A1866;
    border-radius: 10px;
    box-shadow: 4px 6px 5px black;
}

.button-Action {
    background-color: #FF7400;
    color: white;
    border-radius: 10px;
    box-shadow: 4px 6px 5px #07000A;
}

select[multiple] option:checked {
    background: #4C1D66 linear-gradient(0deg, #4C1D66 0%, #4C1D66 100%);
}
