﻿body {
    background: #150C09 url("../../images/HeaderBackground.png") 50% 0 no-repeat;
    -webkit-background-size: auto;
    color: #efc9a0;
    font: normal 12px/1.5 "Palatino Linotype", "Book Antiqua", Palatino, serif;
    overflow-y: scroll;
    overflow-x: hidden;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #755247;
    margin: 1em 0;
    padding: 0;
}

img {
    border: none;
}

.nowrap {
    white-space: nowrap;
}

#content {
    max-width: 925px;
    width: 100%;
    position: relative;
    color: #FFDFBF;
    margin: 0 auto;
}

.contentPage {
    max-width: 925px;
    width: 100%;
}


#logo {
    display: inline-block;
    width: 277px;
    height: 160px;
}

    #logo img {
        position: absolute;
        z-index: 26;
        left: 19px;
    }

/* Nav on Desktop */
@media (min-width: 800px) {
    header #toggleMenuBtn {
        display: none;
    }

    nav {
        border-bottom: 20px solid #660000;
        box-shadow: rgba(0,0,0,0.4) 5px 5px;
        display: inline-block;
        position: absolute;
        top: 56px;
        left: 277px;
        z-index: 25;
        width: 648px;
    }

        nav > a {
            font-size: 26px;
            text-decoration: none;
            color: white;
            padding: 0 25px 0 25px;
            display: inline-block;
        }


            nav > a:hover {
                color: #150C09;
                background-color: rgba(255,255,255,.8);
            }
}

nav a.mobileOnly {
    display: none;
}

/* Nav on Mobile */
@media (max-width: 800px) {
    header #toggleMenuBtn {
        border-bottom: 20px solid #660000;
        box-shadow: rgba(0,0,0,0.4) 5px 5px;
        display: inline-block;
        position: absolute;
        top: 47px;
        left: 277px;
        right: 0px;
        z-index: 25;
        color: white;
        font-size: 32px;
        text-align: center;
    }

    nav {
        background: #600 url("../../images/grunge.png") 50% 0 no-repeat;
        z-index: 1111;
        display: block;
        transform: translateX(100%);
        transition: transform 300ms,opacity 300ms;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 130px;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
    }

        nav.menuexpanded {
            transform: translateX(0%);
            opacity: 1;
        }

            nav.menuexpanded a {
                display: block;
                font-size: x-large;
                color: white;
                text-decoration: none;
                text-align: center;
                margin-top: 10px;
                font-weight: bold;
            }

                nav.menuexpanded a.mobileOnly {
                    display: block;
                }
}


#logo_platform {
    background-color: #660000;
    height: 70px;
    position: absolute;
    width: 277px;
    top: 45px;
    z-index: 25;
    box-shadow: rgba(0,0,0,0.4) 5px 5px;
}

.contentPane {
    background: #1C0D08 url("../../images/grunge.png") 50% 0 no-repeat;
    box-shadow: 0 12px 15px 14px rgba(0,0,0,0.66);
    display: block;
    padding: 20px;
    font-size: medium;
    margin-bottom: 40px;
    position: relative;
}
    /*
@media (max-width: 800px) {

    .contentPane {
        font-size: 26px;
    }

        .contentPane h2 {
            font-size: 52px;
        }

        .contentPane h3 {
            font-size: 36px;
        }

        .contentPane h4 {
            font-size: 36px;
        }

        .contentPane h5 {
            font-size: 32px;
        }

    .footerBlockHeader {
        font-size: 24px;
    }

    .footerBlockSubHeader {
        font-size: 24px;
    }

    .footerBlock {
        font-size: 18px;
    }
}
@media (min-width: 800px) {

    .contentPane {
        font-size: medium;
    }

        .contentPane h2 {
            font-size: 42px;
        }

        .contentPane h3 {
            font-size: 26px;
        }

        .contentPane h4 {
            font-size: 26px;
        }

        .contentPane h5 {
            font-size: 22px;
        }

    .footerBlockHeader {
        font-size: large;
    }

    .footerBlockSubHeader {
        font-size: large;
    }

    .footerBlock {
        font-size: 13px;
    }
}
*/

    .contentPane h2 {
        color: #BB0000;
        display: block;
        text-align: center;
        text-shadow: 0 -15px 35px #000, 0 0 8px #000;
        font-weight: normal;
        font-family: 'Georgia';
    }


    .contentPane h3 {
        background: url("../../../images/HeaderTrim.png") repeat-x;
        min-height: 44px;
        color: #FFF;
        display: block;
        box-shadow: rgba(0,0,0,0.4) 0 5px;
        padding: 0 15px;
        text-align: center;
        z-index: 30;
        font-weight: normal;
        font-family: Georgia;
        font-size: 24px;
    }


    .contentPane h4 {
        color: #BB0000;
        display: block;
        text-align: left;
        text-shadow: 0 -15px 35px #000, 0 0 8px #000;
        font-weight: normal;
        font-family: 'Georgia';
        font-variant: small-caps;
        margin: 0;
        padding: 0;
    }

    .contentPane h5 {
        color: #DAA520;
        display: block;
        text-align: center;
        text-shadow: 0 -15px 35px #000, 0 0 8px #000;
        font-weight: normal;
        font-family: 'Georgia';
        font-variant: small-caps;
        margin: 0;
        padding: 0;
    }

    .contentPane ul li {
        list-style-image: url('../../images/redarrow.png');
    }


#pageFooter {
    clear: both;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 20px;
}

#logoFooter {
}

.footerBlock {
    color: #efc9a0;
    width: 175px;
    margin: 10px;
}

.footerBlockHeader {
    text-transform: capitalize;
    color: white;
    font-weight: bold;
}

.footerBlockSubHeader {
    color: #D90000;
}

#privPolicy, .copyright {
    width: 100%;
    display: block;
    text-align: center;
    color: #666;
    margin: 10px;
}


/* Footer on Mobile */
@media (max-width: 800px) {

    #logoFooter {
        display: block;
        width: 100%;
    }
}

a {
    color: #D90000;
}

.focusParagraph {
    padding: 0 50px;
    /*font-size: small;*/
}


.fbShare {
    height: 20px;
    width: 55px;
    cursor: pointer;
    display: inline-block;
    background-image: url('/images/fb-share.png');
}

    .fbShare:hover {
        background-image: url('/images/fb-share-hover.png');
    }


.textButton {
    background: linear-gradient(#BB0000, rgba(119, 17, 17, 0.53));
    border-width: 2px 0;
    border-color: #FFDFBF;
    padding: 5px 65px;
    font-size: 20px;
    color: white;
    border-image: linear-gradient(90deg, #BB0000, #cf3e3e, #BB0000) 1 stretch;
    cursor: pointer;
    transition: all 500ms;
    text-shadow: 0 -15px 35px #000, 0 0 8px #000;
    user-select: none;
}



    .textButton:disabled, .textButton:disabled:hover {
        background: linear-gradient(#333, #BBB);
        border-image: linear-gradient(90deg, #333, #837676, #333) 1 stretch;
        padding: 5px 65px;
    }


    .textButton:hover {
        background: linear-gradient(#ad1b1b, rgba(119, 17, 17, 0.53));
        padding: 5px 100px;
    }

/* Mobile */
@media (max-width: 800px) {
    .textButton {
        padding: 5px 25px !important;
    }
}


@keyframes DriftInAnimation {
    from {
        transform: translateX(100px);
    }

    to {
        transform: translateX(0);
    }
}

/* The element to apply the animation to */
.driftIn {
    animation-name: DriftInAnimation;
    animation-duration: 500ms;
}


.help-block {
    font-style: italic;
    color: red;
    margin-left: 10px;
}

@font-face {
    font-family: "BleedingCowboys";
    src: url('Bleeding_Cowboys.ttf');
}
