@font-face {
    font-family: 'Purple 3';
    src: url(Purple3Regular.woff);
}

body {
    background-color: #140c00;
}

* {
    box-sizing: border-box;
    scrollbar-color: #140c00 #fffee4
}

.bigpaper {
    width: 95%;
    max-width: 1200px;
    margin: auto;
    background-color: #fffee4;
    background-image: url(beige-paper.png);
    padding: 10px;
    border: dotted 1px #140c00;
    transition: 2s;
    margin-bottom: 100px;
}

.bigpaper:hover {
    box-shadow: 0px 0px 50px #65D761;
}

.flexnofloat {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    font-family: 'Purple 3', serif;
    font-size: 18pt;
    text-align: justify;
}

.thankswelcome {
    width: 40%;
}

.tableofcontents {
    width: 40%;
    border: 1px #140c00 solid;
    padding: 20px;
    padding-top: 0;
}

#skeletonhand {
    position: fixed;
    right: 20px;
    bottom: -20px;
z-index:2;
}

#skeletonhand img {
    transition: .5s;
}

#skeletonhand:hover {
    bottom: 0px;
}

.doors {
    display: flex;
    padding: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    gap: 30px;
    width: 95%;
    margin: auto;
    margin-bottom: 100px;
}

.doors img {
    cursor: url("hauntedhouse2.gif"), pointer;
    max-height: 250px;
    transition: 0.5s;
}

.doors img:hover {
    scale: 1.1;
}

.costumes {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
    background-image: url(framesnborders36.png), url(bgs9.png);
    background-repeat: repeat-x, repeat-x;
    background-size: 300px, 300px;
    background-position: top, bottom;
    justify-content: center;
    padding-top: 70px;
    padding-bottom: 50px;
    border: solid 1px;
    overflow: auto;
    gap: 50px;
}

.costumes:hover {
    box-shadow: none;
}

.costumeentry {
    height: 223px;
    width: 240px;
    text-align: center;
    border: #140c00 solid 5px;
    outline: 5px #ea9335 solid;
}

.visit {
    background-color: #fffee4;
    font-family: "Vast Shadow", serif;
    text-transform: uppercase;
    font-size: 20pt;
    width: fit-content;
    padding: 10px;
    z-index: 3;
    position: relative;
    border: outset 2px;
    margin-left: 45px;
    margin-top: -40px;
}

.iframewrapper {
    height: 213px;
    width: 230px;
    overflow: hidden;
}

iframe {
    height: 1065px;
    width: 1150px;
    padding: 0;
    -ms-transform: scale(0.20);
    -moz-transform: scale(0.20);
    -o-transform: scale(0.20);
    -webkit-transform: scale(0.20);
    transform: scale(0.20);
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    overflow: hidden;
    position: relative;
    z-index: 0;
}



figure {
    margin: 0;
    text-align: center;
}

figure figcaption {
    color: #fffee4;
    text-align: center;
    max-width: 250px;
}

.title {
    font-family: "Old Standard TT", serif;
    font-size: 80pt;
    letter-spacing: -11px;
    line-height: 0.9;
    text-align: center;
    padding-top: 15px;
}

h1 {
    font-family: "Vast Shadow", serif;
    background-size: 100px;
    font-weight: 400;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 40pt;
    margin: auto;
    text-align: center;
}

#costumes {
    color: #a24daf;
    margin-bottom: 50px;
}


#doors {
    color: #ea9335;
    margin-bottom: 50px;
}

#writing {
    color: #ac2323;
    margin-bottom: 50px;
}

#frankensite {
    color: #65d761;
    margin-bottom: 50px;
}


hr {
    color: #140c00;
    border-top: 1px solid;
    border-bottom: none;
}

#littledeet {
    display: flex;
    flex-wrap: no-wrap;
    flex-direction: row;
    font-family: "Purple 3", serif;
    font-size: 13pt;
    height: auto;
    justify-content: space-between;
    width: 100%;
}

#headerstripe {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-size: 19pt;
    letter-spacing: -2px;
    padding-top: 15px;
    font-family: "Old Standard TT", serif;
    overflow: hidden;
}


.msg {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    animation: marquee 10s linear infinite;
    display: inline-block;
}

span {
    padding-left: 24px;
    /* to give a gap between messages */
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-50%, 0);
        /* changed from 100% */
    }
}




.article {
    font-family: 'Purple 3', serif;
    font-size: 18pt;
    text-align: justify;
    margin-right: 40px;
    margin-left: 40px;
    margin-top: 50px;
}

h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 32pt;
}

h3 {
    font-family: "Old Standard TT", serif;
    font-weight: 400;
    font-size: 22pt;
}

#displaypicture img {
    width: 100%;
}


figcaption {
    font-size: 14pt;
    font-family: 'Purple 3', serif;
    text-align: left;
    line-height: 1;
}

a {
    color: #ac2323;
    text-decoration: underline dashed 1px;
    transition: .5s;


}

a:hover,
button:hover {
    text-shadow: 0px 0px 30px #140c00;
    cursor: pointer;
}


button {
    border: none;
    background-color: transparent;
    text-align: left;
    font-family: inherit;
    font-size: inherit;
    color: #ac2323;
    text-decoration: underline dashed 1px;
    transition: .5s;
    cursor: pointer;
}

#trappedpopover {
    width: 90%;
    background-color: #f2fcff;
    background-image: url(exclusive-paper.png);
    font-family: "Old Standard TT", serif;
    scrollbar-width: thin;
    width: 95%;
    max-width: 800px;
    height: 800px;
    margin: auto;
    padding: 30px;
    border: dotted 1px #140c00;
    box-shadow: #140c00 0px 0px 500px
}


.sensational {
    background-color: #f2fcff;
    background-image: url(exclusive-paper.png);
    font-family: "Old Standard TT", serif;
    scrollbar-width: thin;
}

.sensational>.article {
    font-family: "Old Standard TT", serif;
    font-size: 12pt;
    line-height: 1;
    text-align: justify;
    scrollbar-width: thin;
}

.calendardead {

    overflow: auto;
    column-width: 150px;
    -moz-column-width: 150px;
    -webkit-column-width: 150px;
    margin-left: 40px;
    text-align: justify;
    height: 585px;
}

.littlecredit {color:#fffee4;
font-family: "Old Standard TT", serif;
text-align:center;
width:100%;
margin-top:10px;}

.frank {
    width: 100%;
    margin: auto;
}

#frankensitehere {
    width: 100%;
    height: 1000px;
 -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    overflow: auto;
    position: relative;
z-index:1;
}


#mogollonmonst {
    width: 90%;
    margin: auto;
    margin-top: 50px;
}

#mogollonmonst img {
    width: 100%;
}

.mogollon {
    column-width: 250px;
    -moz-column-width: 250px;
    -webkit-column-width: 250px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.belgium {
    column-width: 250px;
    -moz-column-width: 250px;
    -webkit-column-width: 250px;
    margin-bottom: 50px;
}

.trapped {
    column-width: 150px;
    -moz-column-width: 150px;
    -webkit-column-width: 150px;
    height: 450px;
    overflow: auto;
}

#trapped {
    float: left;
    margin-top: 50px;
    margin-left: 40px;
    margin-right: 20px;
}

.sensational h1 {
    font-family: 'Rubik Wet Paint', serif;
}

.sensational h2 {
    font-size: 25pt;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    letter-spacing: -4px;
}

.sensational h3 {
    font-size: 16pt;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.sensational>.title {
    font-family: Impact;
    letter-spacing: -3px;
    text-transform: uppercase;
    -webkit-text-stroke: #140c00;
    -webkit-text-stroke-width: 2px;
    color: #fffee4;
}

.sensational p {
    margin-bottom: 10px;
    margin-top: 0;
}

#skeletoncal {
    float: right;
    margin-left: 20px;
    margin-right: 40px;
    margin-top: 20px;
}

.hljs-comment {
    font-style: italic;
    text-align: left;
}

details,
summary {
    list-style: none;
}

summary {
    cursor: pointer;
    color: #ac2323;
    text-shadow: 3px 3px 0px black;
}

@media only screen and (max-width: 800px) {

    .title {
        font-size: 50pt;
    }

    h1 {
        font-size: 24pt;
        width: 100%;
    }

    h2 {
        line-height: 1;
        font-size: 22pt;
    }

    .thankswelcome,
    .tableofcontents {
        font-size: 16pt;
        width: 100%;
    }

    #skeletoncal,
    #trapped {
        float: none;
        width: 80%;
        margin-left: 50px;
    }

    .calendardead,
    .mogollon,
    .trapped,
    .belgium {
        columns: unset;
        height: auto;
    }

    .sensational>.article {
        font-size: 14pt;
        margin-left: 20px;
        margin-right: 20px;
    }

}