/*CSS Document*/

* { box-sizing: border-box; }

header, nav, main, footer, aside { display: block; }

#mobile {
    display: none;
}

html {
    position: relative;
    min-height: 100%;
}

#wrapper {
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

#center {
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#center2 {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

#source {
    display: block;
    text-align: center;
    font-size: .9em;
    padding-bottom: 20px;
}

body {
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    overflow: scroll;
    color: #300976;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

header {
    display: inline-block;
    height: 100px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    border: none;
    horiz-align: center;
    text-align: center;
    /* background-image: url(../images/bckgrnd-header.jpg); /* will use picture with color as background image for header
    background-position: top right; */
    background-color: #fff9ea;
    background-repeat: no-repeat;
    color: #000000;
    font-family: wire one, helvetica, sans-serif;

}

img {
    padding: 0;
    margin:0;
}
header img {
    height: 125px;
    margin: 0px;
    margin-left: -77px;
    padding-top: 7px;
    padding-left: 0px;
    padding-right: 20px;
    margin-bottom: 30px;

}

p {
    font-size: 1.2em;
    line-height: 30px;
    text-align: left;
    color: #8C1C1C;
}


h1 {
    display: inline-block;
    font-family: Cinzel, Arial, serif;
    padding-left: 1.2em;
    padding-bottom: .5em;
    margin-bottom: 0;
    font-size: 2em;
}

h2 {
    text-align: center;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    horiz-align: center;
    font-size: 3.2em;
    font-kerning: auto;
    font-stretch: ultra-condensed;
    font-weight: bold;
    padding-bottom: 0;
    margin-bottom: 0;
}
/*  crap page  */
h3 {
    font-family: "Times New Roman";
    text-align: left;
    display: inline-block;
/*    margin-left: auto;
    margin-right: auto;
    horiz-align: left; */
    font-size: 2.4em;
    color: #000000;
    z-index: 7;
    font-kerning: auto;
    font-stretch: ultra-condensed;
}

h4 {
    font-family: "Times New Roman";
    font-size: 1.6em;
    font-weight: lighter;
    color: #8C1C1C;
    padding-top: 10px;
    margin-top: 0;
    padding-bottom: 20px;
    line-height: 30px;
}

ul {
    display: inline-block;
    list-style-type: none;
    padding-left: 0px;
    padding-bottom: 70px;
    overflow: hidden;
    font-weight: 720;
}

li {
    display: inline-block;
    font-size: .8em;
    color: #300976;
    padding: 27px 29px;
}

li a {
    text-decoration: none;
    color: #168ED9;
}

li a:link {
    color: #168ED9;
}

li a:hover {
    color: #FF0000;
}

li a:visited {
   /* color: #8C1C1C; */
}

li a:active {
    color: #168ED9;
}

main {
    text-align: center;
    color: #168ED9;
    margin-top: -70px;
}

mark.red {
    color:#8C1C1C;
    background: none;
}


main a:link {
    color: #300976;
}

footer p {
    text-align: center;
    font-size: .8em;
}

aside  {

    color: #300976;
    background-color: #FFFFFF;
    width: 360px;
    height: 630px;
    float: right;
    display: block;
    padding-right: 0.5em;
    padding-left: 0.5em;
    padding-top: 0;
    margin-bottom: 20px;
    margin-top:0px;
    margin-right: 20px;
    margin-left: 20px;
    font-size: .9em;
}

aside form {
    /*background-image: url(../images/backgrnd.jpg); */
    display: block;
    background-color: #168ED9;
    font-family: Cinzel, Arial, serif;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 570px;
}

aside ul {
    display: inline-block;
    list-style-type: none;
    padding-left: 0px;
    padding-bottom: 10px;
    overflow: hidden;
    font-weight: 720;
    color: #8C1C1C;
}

aside li {
    padding: 10px;
}

aside h1 {
    padding: 0px 20px;
    margin: 0;
    display: inline-block;
    text-align: center;

}

aside img {
    padding-left: 20px;
    margin-bottom: -20px;
}

aside label {
    clear: left;
    float: left;
    font-size: 1em;
    margin-bottom: .1em;
    padding-right: 10px;
    text-align: right;
    width: 80px;
}

.asideTop {
    box-shadow: 3px 3px 5px 2px brown;
    height: 610px;
    margin-bottom: 0;
    border-color: #8C1C1C;
}

.crap {
    width: 60%;
    padding-left: 30px
}

.push {
    padding-left: 160px;
}

.underline-links a {position: relative; display: inline-block;}

.underline-links a::before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    margin-bottom: -4px;
    background: #FF0000;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.underline-links a:hover:before {right: 0 !important;}

.donate a {position: relative; display: inline-block;}

.donate {
    padding: 10px;
    border-style: solid;
    border-color: #8C1C1C;
    margin-left: 30px;

}

.donate a:hover {
    padding: 10px;
    color: #ffffff;
    background-color: #8c8a00;
}


table {
    border: none;
    margin: auto;
    width: 100%;
    border-collapse: collapse;

}

.text {
    text-align: left;

}

.tiny {
    font-size: .8em;
    text-align: center;
}

th {
    font-size: 1.4em;
    padding-bottom: 10px;
    font-stretch: ultra-condensed;
    color: black;
}

td {
    vertical-align: top;
    line-height: 30px;
    color: #8C1C1C;
}
td, th {
    text-align: left;
    padding: 15px;
    padding-top: 0px;


}

.links {
    padding-top: 50px;
    font-size: 1.4em;
    border-left: solid;
    border-color: #8C1C1C;
    border-left-width: medium;
    font-weight: lighter;
    color: red;
    line-height: 40px;

}

#top {
    position: relative;
    z-index: 9;
    margin-top: 10px;
}

#stretch {
    display: inline-block;
    horiz-align: center;
    no-repeat;
    position:relative;
    z-index: 3;
  /*  left:-480px; */
    top:-80px;
    max-width: 100%;
    height: auto;
}

#honeypot {
    display: none;
}

footer {
    background-color: #fff9ea;
    margin: 0;
    padding-bottom: 7px;
    padding-top: 5px;
}
/* ///////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 1200px) {

#center2 {
        margin-left: auto;
        margin-right: auto;
        width: 1000px;
}


#center3 {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;

    }


main {
    width: 100%;
    margin-bottom: 40px;
}

footer {

        background-color: #fff9ea;
}

header {
        display: inline-block;
        height: 100px;
        width: 100%;

    }

    aside {
        width: 320px;
    }

    .large {
       font-size: 3.3em;
    }

.underline-links {
    padding-top: 30px;
    padding-right: 25px;
    padding-left: 0;

}

.donate {
    margin-right: 25px;
    }

.donate-mobile {
    width: 90%;
    margin-left: auto;
    margin-right: auto;

}

.crap {
    padding-left: 20px;
    max-width: 620px;
}

    aside form {
        height: 600px;
    }

    .asideTop {
        box-shadow: 3px 3px 5px 2px brown;
        height: 640px;
        margin-bottom: 0;
        border-color: #8C1C1C;
    }

    main form {
        background-color: #168ED9;
    }

    main img {
        padding-left: 20px;
        margin-bottom: -20px;
    }

    main h1 {
        padding: 10px 20px 0px;
        margin: 0;
        display: inline-block;
        text-align: center;

    }

}
/* ///////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 1024px) {

    #honeypot {
        display: none;
    }

    p {
        margin: 0px;
        paddint: 0px;
    }

    #mobile {
        display: inline-block;
        background-color: #ffffff;
        scroll-behavior: smooth;
    }

    #desktop {
        display: none;
    }

    #top {
        position: relative;
        z-index: 9;
        margin-top: 10px;
    }

    #center3 {
        display: inline-block;
        background-color: #ffffff;
        align-content: center;
        margin-left: auto;
        margin-right: auto;
        width: 100%;

    }

    .crap {
        width: 100%;
        padding-left: 0px;
        align-content: center;
        margin-left: auto;
        margin-right: auto;
        padding-top: 100px;
        background-color: #ffffff;
    }

    main form {
        height: 860px;
    }

    label {
        clear: left;
        float: left;
        font-size: 1em;
        margin-bottom: .1em;
        padding-right: 10px;
        text-align: right;
        width: 80px;
    }

    .asideTop {
        align-content: right;
        box-shadow: 3px 3px 5px 2px brown;
        height: 910px;
        margin-top: 100px;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        border-color: #8C1C1C;
        width: 95%;
    }



    ul {
        text-align: right;
    }

    .inline {
        display: inline-block;
    }

    .left {
        text-align: left;
    }

    .push {
        padding-left: 0px;
        align-content: center;
    }

    .main-crap {
        margin-top: 0px;
    }

    footer {
        display: inline-block;
        width: 100%;
    }

    .tiny {
        font-size: 1.2em;
        text-align: center;
        width: 100%;
    }

    header {
        display: inline-block;
        background-color: #fff9ea;
        height: 70px;
        width: 100%;
        margin: 0;
        position:absolute;
        top:0;
        left:0;
        padding-bottom: 10px;
        border: none;
        text-align: left;
        horiz-align: left; /*
        background-image: url(../images/bckgrnd-header.jpg); /* will use picture with color as background image for header
        background-position: top right; */
        background-color: #fff9ea;
        background-repeat: no-repeat;
        color: #000000;
        font-family: wire one, helvetica, sans-serif;

    }
    header img {
        height: 75px;
        margin: 10px;
        padding-left: 0;
        padding-top: 10px;


    }

    main image {
        padding-bottom: 20px;
    }

    #stretch2 {
        display: inline-block;
        horiz-align: center;
        no-repeat;
        position:relative;
        z-index: 3;
        /*  left:-480px; */
        top:60px;
        max-width: 100%;
        height: auto;
        margin-top: 0px;
        padding-bottom: 20px;

    }

    #color {
        background-color: #fff9ea;
    }

    .space {
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 100px;
        background-color: #ffffff;
    }



    h3 {
        position: relative;
        text-align: center;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        horiz-align: center;
        font-size: 3em;
        color: #168ed9;
        z-index: 7;
        font-kerning: auto;
        font-stretch: condensed;
    }

#reduce {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}

h3 {
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 5px;
    font-size: 2em;
    font-family: Arial;
    font-stretch: ultra-condensed;
}

h4 {
    font-size: 1.4em;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

h5 {
    font-stretch: ultra-condensed;
    font-size: 1.5em;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0px;
    color: black;
}

p{
    font-family: "Times New Roman";
    font-size: 1.2em;
    padding-left: 30px;
    padding-right: 30px;

}

    #source {
        color: black;
        margin-top: -40px;
    }


    .hamburger {

        background:none;

        position:absolute;

        top:0;

        right:0;

        line-height:45px;

        color:#999;

        border:0;

        font-size:1.4em;

        font-weight:700;

        cursor:pointer;

        outline:none;

        z-index:10;

        padding:5px 15px 0;

    }



    .cross {

        background:none;

        position:absolute;

        top:0;

        right:0;

        color:#999;

        border:0;

        font-size:3em;

        line-height:65px;

        font-weight:700;

        cursor:pointer;

        outline:none;

        z-index:10;

        padding:7px 15px 0;

    }



    .menu {

        z-index:10;

        font-weight:700;

        width:50%;

        background:#f1f1f1;

        position:absolute;

        top:50px;

        right:0;

        text-align:center;

        font-size:12px;

    }



    .menu ul {

        list-style-type:none;

        list-style-image:none;

        margin:0;

        padding:0;

    }



    .menu li {

        display:block;

        border-bottom:#ddd 1px solid;

        padding:15px 0;

    }



    .menu li:hover {

        display:block;

        background:#fff;

        border-bottom:#ddd 1px solid;

        padding:15px 0;

    }



    .menu ul li a {

        text-decoration:none;

        color:#666;

        margin:0;

    }



    .menu ul li a:hover {

        color:#666;

        text-decoration:none;

    }



    .glyphicon-home {

        color:#FFF;

        font-size:1.5em;

        margin:0 auto;

    }



    span {

        padding-left:20px;

    }



    a {

        color:#369;

    }



    .menu a,.menu a:hover {

        text-decoration:none;

        color:#666;

    }

}

/*///////////////////////////////////////////////////////////////////////////////////////////// */
@media only all and (max-width: 640px) {

    #mobile { display: block; background-color: #ffffff; scroll-behavior: smooth; }
    #desktop { display: none; }

    #wrapper {
        background-color: #ffffff;
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
        align-content: center;
        overflow-y: scroll;
    }
/*
    aside  {
        padding-left: 0px;
        padding-right: 0px;
        color: #FFFFFF;
        background-color: #410001;
        width: 100%;
        height: 560px;
        float: none;
        display: block;


        font-size: .9em;
        align-content: center;
        margin-left: 0px;
        margin-right: 0px;
    }
*/
    main ul {
        display: inline-block;
        list-style-type: none;
        padding-left: 20px;
        padding-bottom: 10px;
        overflow: hidden;
        font-weight: 720;
        color: #8C1C1C;
    }

    main li {
        padding: 10px;
        text-align: right;
    }

    main h1 {
        padding: 0px 20px;
        margin: 0;
        display: inline-block;
        align-content: center;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    main {
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        align-content: center;
    }

    main form {
        width: 380px;
        height: 630px;
        padding-right: 30px;
        padding-bottom: 0px;
    }

    #center3 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;

    }

    #reduce {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 0px;
    }

    .asideTop {
        box-shadow: 3px 3px 5px 2px brown;
        height: 670px;
        margin-top: 50px;
        margin-bottom: 0;
        border-color: #8C1C1C;
        width: 380px;
        margin-left: auto;
        margin-right: auto;
    }

    #source {
        color: black;
        padding: 0px;
        margin-top: -25px;
    }

    label {

    }

    h4 {
        padding-top: 20px;
    }

    h3 {
        padding-bottom: 20px;
    }
}

