#aboutcontainer {
    transform: translateY(-23em);
}
.article {
    background-color: white;
    margin-left: 50%;
    display: block;
    padding-top: 4em;
        /*display: none;*/
}
.article img {
    max-width: 100%;
}

.aside h2 {
    font-family: courierprimebold;
    font-size: 1.5em;
    margin-bottom: 0.25em;
    margin-top: 0.5em;
    text-align: center;
}
.asidetext {
    margin-left: 4em;
    font-family: "courierprimeregular";
    padding-bottom: 2em;
    padding-right: 2em;
}
.asidetext li {
    padding-bottom: 1em;
}
.banner {
    z-index: 100;
}
.banner h2 {
    float: left;
    margin: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0%;
    padding-left: 5%;
    transform: translateY(1em);
}
body, p, header, aside, section, article, h1, h2, h3, nav, div, footer {
    padding: 0;
    margin: 0;
}
/*body {
    background-image:url(backgroundimage.png);
    background-size: cover;
    max-width: 100%;
    
}*/
.box1 {
    width: 40%;
    border: 4px;
    border-style: outset;
    padding:2em;
}
.box2 {
    width: 40%;
    border: 4px;
    border-style: outset;
    padding:2em;
}
button:hover {
    cursor: pointer;
}
.charactername {
    padding-left: 40%;
}
.container1 {
    margin: 2em;
}
.conclusiontext {
    width: 85%;
    margin-bottom: 5em;
    transform: translateY(10em);
}
.conclusiontext p {
    padding: 1em;
    font-family: Tahoma, sans-serif;
    font-size: 14pt;
    z-index: 101;
  
}
    
.dialogue {
    padding-left: 20%;
    padding-right: 20%;
}
.err {
    font-style: italic;
    font-size: 0.75em;
    color:pink;
    display: inline-block;
}
fieldset {
    background-color: #425A66;
    color: white;
}
#fnlMsg {
    font-family: Tahoma, sans-serif;
    font-size: 16pt;
}
@font-face {
    font-family: "courierprimebold";
    src: url(courierprimebold.ttf);
}
@font-face {
    font-family: "courierprimeregular";
    src: url(courierprimeregular.ttf);
}
footer {
    clear: both;
    background-color:  #425A66;
    color: white;
    text-align: left;
    font-size: 85%;
    min-height: 100px;
    margin-top: 3em;
    padding-top: 2em;
    
}
form {
    width: 50%;
    border: 4px;
    border-style: groove;
    margin: 5em;
}
.format {
    font-family: Tahoma, sans-serif;
    background-color: #E69022;
    opacity: 85%;
    border: 2px;
    border-color: #22A1E6;
    box-shadow: 4px;
    z-index: 101;
    transform: translateX(80%);
    border-radius: 40%;
    padding: 10%;
    position: fixed;
    display: block;
    transform: translateY(-10%);
    transform: translateX(43em);
    width: 20%;
}
#formattitle h2 {
    transform: translateY(-0.75em);
}
#genresplash {
    background-image: url(genretitle.png);
    background-size: cover;
    background-repeat: no-repeat;
    
}
h1 {
    font-family: courierprimeregular;
    font-size: 4em;
    color: #22A1E6;
    text-align: center;
    margin: 0;
    padding: 0;
}
h2 {
    font-family: courierprimebold;
    font-size: 6em;
    margin-top: 0.5em;
    text-align: center;
}
h3 {
    text-align: center;
    font-size: 2em;
    font-family: courierprimeregular;
}
header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("typewritersideview.jpg");
    background-size: cover;
    max-width: 100%;
    height: 300px;
}
.header1 {
    color: #E69022;
}
.header2 {
    color: white;
    border-bottom: 4px;
    border-color: #E69022;
}
.hiddenfact {
    background-image: url("asidebg.png");
    background-size: cover;
    background-repeat: no-repeat;
    float: right;
    width: 28%;
    margin-top: 5em;
    border: 2px;
    border-color: black;
    margin-bottom: 3em;
}
.hiddenfact h2 {
    margin-left: 4em;
    margin-bottom: 2em;
    margin-top: 2em;
    margin-right: 2em;
}
#intro {
    margin-right: 50%;
    width: 35%;
    transform: translateY(-25%);
    float: left;
}
#intro p{
    font-family: Tahoma, sans-serif;
    font-size: 14pt;
    padding-bottom: 1em;
}
#landing {
    float: left;
    width: 25%;
}
#landingtitle {
    float: left;
    width: 25%;
}
#logo {
    transform: translateY(0em);
    margin: 0;
    padding: 0;
    width:4em;
    list-style: none;
    white-space: nowrap;
    z-index: 100;
    display: block;
    background-color: none;
    border-radius: 4px;
}
#logo:hover {
    cursor: pointer;
}
.maintext {
    width: 65%;
    float: left;
    margin-bottom: 5em;
}
.maintext p {
    padding-bottom: 1em;
    font-family: Tahoma, sans-serif;
    font-size: 14pt;
    z-index: 101;
    transform: translateY(-20em);
}
.meaning {
    float: right;
}
nav {
    margin-top: 2em;
}
nav ul {
    margin: 0;
    list-style: none;
}
nav ul li {
    position: relative;
    float: left;
}
nav ul li ul {
    display: none;
    background-color: #425A66;
}
nav ul li a {
    border-radius: 5px;
    color: white;
    text-decoration: none;
    padding: 0.6em 1.2em 0.6em 1.2em;
    background-color: #22A1E6;
    outline: 0;
    margin-left:-1px;
    white-space: nowrap;
    display: block;
    z-index: 0;
}
nav ul li a:hover,
nav ul li a:focus,
nav ul li a:active 
nav ul li.hover a {
    background-color: white;
    color: #425A66;
    transition: background-color 0.5s ease-out; /*this line will produce a transition */
}
nav li:hover ul,
nav li.hover ul {
    display: block;
    position: absolute;
    float: none;
    z-index: 1000;
}
nav ul li:hover ul a,
nav ul li.hover ul a {
    background-color: #425A66;
    color: white;
    width: 250px;
    border-radius: 0;
    text-align: left;
    padding-left: 0.6em;
}
nav ul li:hover ul a:hover,
nav ul li.hover ul a:hover,
nav ul li.hover ul a:focus,
nav ul li.hover ul a:active {
    background-color: white;
    color:#425A66;
}

p {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 1em;
}
.parenthetical {
    padding-left: 25%;
}
#postmortemfooter {
    transform: translateY(20em);
    clear: both;
    background-color:  #425A66;
    color: white;
    text-align: left;
    font-size: 85%;
    min-height: 100px;
    display: block;
    z-index: 101;
}
#scriptpage {
    margin-left: 30%;
    margin-right: 30%;
    z-index: 101;
    float: left;
    margin-bottom: 10%;
    transform: translateY(-15em);
}
#scriptpage p {
    font-family: courierprimeregular, serif;
    font-size: 12pt;
}
.slugline, .stagedirection, .charactername, .dialogue, .parenthetical:hover {
    cursor: pointer;
}
.slugline:hover {
    color: #22A1E6;
}
    .stagedirection:hover {
        color: #22A1E6;
    }
    .charactername:hover {
        color: #22A1E6;
    }
    .dialogue:hover {
        color: #22A1E6;
    }
    .parenthetical:hover {
        color: #22A1E6;
    }


.smallformat {
    display: none;
}
#smallmeaning {
    display: none;
}
#structuretext {
    transform: translateY(-11em);
}
.structuretitle {
    transform: translateY(3%);
    width: 100%;
    text-align: center;
    padding: 0;
    padding-top: 0.5em;
}
.text {
    width: 65%;
    float: left;
    margin-bottom: 5em;
}
.text p {
    padding-bottom: 1em;
    font-family: Tahoma, sans-serif;
    font-size: 14pt;
}
.thumbnail {
    border-radius: 10px;
    width: 30%;
    border: 5px;
    border-style: outset;
    margin-top: 10px;
    margin-left: 35%;
    float: right;
}
#titlelogo {
    width: 20%;
    padding: 0;
    margin: 0;
    transform: translateY(1em);
}
.togglebutton {
    margin-top: 2em;
    border-radius: 10px;
    background-color: #E69022;
    padding: 2em;
    color: white;
    float: right;
    
}
.togglebutton:active {
    background-color: #22A1E6;
}
#tp1title {
    transform: translateY(0em);
    width: 100%;
    text-align: center;
    padding: 0;
    padding-top: 0.5em;
}
#wrapper {
    max-width:  1200px;
    margin: 0 auto;
    background-color: white;
}


/* ********************* Slider ********************** */
/* New in version 1.7+ */ 
#slider3 {
  width:70%;
  height: 400px;
  list-style: none; 
  float: right;
} 
/* images with caption */ 
#slider3 img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
} 
/* position the panels so the captions appear correctly */ 
#slider3 .panel {
position: relative; 
} 
/* captions */ 
#slider3 .caption-top, #slider3 .caption-right, #slider3 .caption-bottom, #slider3 .caption-left {
  background:#22A1E6;
  color: white;
  padding: 5px;
  margin: 0;
  position: relative;
  z-index: 10;
  opacity: 0.5;
  filter: alpha(opacity=80); 
} 
/* Top caption - padding is included in the width (480px here, 500px in the script), same for height */ 
#slider3 .caption-top {
  left: 0;
  top: 0;
  width: 480px;
  height: 30px; 
}
/* Right caption - padding is included in the width (130px here, 150px in the script), same for height */ 
#slider3 .caption-right {
  right:0;
  bottom:0;
  width:20%;
  height:400px; 
} 
/* Bottom caption - padding is included in the width (480px here, 500px in the script), same for height */ 
#slider3 .caption-bottom {
  left:0;
  bottom:0;
  width:480px;
  height:30px; 
} 
/* Left caption - padding is included in the width (130px here, 150px in the script), same for height */ 
#slider3 .caption-left {
  left: 0;
  bottom: 0;
  width:20%;
  height:400px; 
  color: white;
  font-family: courierprimeregular, serif;
  font-size: 18pt;  
} 
/* Caption close button */ 
.caption-top .close, .caption-right .close, .caption-bottom .close, .caption-left .close {
  font-size: 80%;
  cursor: pointer; 
  float: right;
  display:inline-block; 
}
video {
    float: left;
    padding: 5px;
    margin-top: 10px;
}


/*hide menu checkbox */
.show-menu {
    font-family: courierprimeregular; 
    font-size: 2em;
    text-decoration: none;
    color: #E69022; 
    background: #22A1E6; 
    text-align: center;
    padding: 10px 0; 
    position: relative;
    top: -20px;
    display: none;
}

/*Hide checkbox*/
input[type=checkbox] { 
    display: none;
}
/*Show menu when invisible checkbox is checked*/ 
input[type=checkbox]:checked ~ #menu {
    display: block;
}



/* Image Reveal Effect */


.container1 {
	position: relative;
	max-width: 700px;
	height: 500px;
	border: 1px solid black;
	overflow: hidden;
}
.box1 {
	position: absolute;

	width: 700px;
	height: auto;
	padding: 5px;
	text-align: center;
}
.box2 {
	position: absolute;
	width: 700px;
	height: auto;
	padding: 5px;
	text-align: center;
}
.box1 img {
	/*padding-top: 5px;*/
	max-width: 100%
        
}
/*.box2 img {
	/*padding-top: 5px;*/
/*	max-width: 100%
}
.box1 img:hover {
    cursor: pointer;
}*/


/*media queries */

@media screen and (max-width: 1160px){
    #wrapper {
        margin: 4em;
        padding: 0;
        width:auto;
        float: none;
    }  
    .article {
        display: none;
    }
    .aside {
        display: none;
    }
    .container1 {
        display: none;
    }
    .container2
        display: block;
    .format {
        display: none;
    }
    form {
        width: 60%;
    }
    header {
        max-height: 150px;
        background-size: 100%; 
    }
    header h1 {
        font-size: 1.5em;
    }
    header nav {
        position: relative;
        top: 5px;
        width: 100%;
        margin-bottom: 20px;
    } 
    header nav ul {
        position: static;
        display: none;
        font-size: 14pt;
    }
    header nav ul li {
        margin-bottom: 0px; 
        z-index: 900;
        border-top: 1px solid #e1e2dd;
    }
    header nav ul li ul {
        z-index: 1001;
        position: relative;
    }
     header nav ul li, header nav ul li a {
        width: 40%; 
        float: none;
         text-align: left;
         color: white;
         background-color:#E69022; 
    }
    header nav li:hover ul,
    header nav li. hover ul {
        width: 30%;
        display: block; 
        border-radius: 0;
        position: relative;
        left: 25px; 
        float: none;
        z-index: -1001;
    }
    header nav li a:hover,
    header nav li a.hover {
        color:#e1e2dd;
        background-color: #483838; 
        border-radius: 0;
    }
   /* #iititle {
        transform: translateY(0);
        transform: translateX(0);
    }*/
    #landing {
        object-position: center;
    }
    #landingtitle {
        text-align: center;
        font-size: 4em;
        float: none;
        padding-left: 20%;
    }
    .maintext {
        margin:0;
        padding: 2px;
        width: 100%;
    }
    .maintext p {
        padding: 1em;
        float: none;
        width:auto;
    }
    .show-menu {
        display: block;
    }
    #slider3 {
        display: none;
    }
    .smallasidetext {
        background-image: url(smallasidedesign.png);
        font-family: courierprimeregular, sans-serif;
        float: none;
    }
    .smallbox1 {
        float: none;
        width: 100%;
    }
    .smallbox2 {
        float: none;
        width: 100%;
    }
    .smallformat {
        display: inline-block;
        float: none;
    }
    #smallmeaning {
        display: block;
        padding: 2px;
    }
    .smallformat {
        font-family: Tahoma, sans-serif;
        font-size: 12pt;
        padding: 2em;
    }
    .smallexample {
        font-family: courierprimeregular, sans-serif;
        margin-left: 20%;
        margin-right: 20%;
    }
    #smallmeaning h2 {
        font-size: 24pt;
    }
    .tidbit {
        background-image: url('asidebg.png');
        background-repeat: no-repeat;
        margin-right: 15%;
        margin-left: 15%;
    }

}







@media screen and (max-width :760px) {
    #wrapper {
        margin: 0;
        padding: 0.5;
        width:auto;
        float: none;
    } 
    .article {
        display: none;
    }
    .aside {
        display: none;
    }
    .banner {
        font-size: 10pt;
        transform: translateY(2em);
        z-index: 100;
    }
    .banner h2 {
        transform: translateX(-50px);
        font-size: 5em;
        padding-left: 1em;
        display: block;
    }
    .container1 {
        display: none;
    }
    .container2 {
        display: block;
    }
    form {
        width: 80%
    }
    .format {
        display: none;
    }
    header {
        max-height: 150px;
        background-size: 100%;
    }
    header h1 {
        font-size: 1.5em;
    }
    header nav {
        position: relative;
        top: 5px;
        width: 100%;
        margin-left: 20px;
        margin-bottom: 20px;
    } 
    header nav ul {
        position: static;
        display: none;
        font-size: 14pt;
    }
    header nav ul li {
        margin-bottom: 0px; 
        z-index: 1000;
        border-top: 1px solid #e1e2dd;
    }
    header nav ul li, header nav ul li a {
        width: 100%; 
        float: none;
         text-align: left;
         color: white;
         background-color:#E69022; 
    }
    header nav li:hover ul,
    header nav li. hover ul {
        width: 100%;
        display: block; 
        border-radius: 0;
        position: relative;
        left: 25px; 
        float: none;
        z-index: -index index: 1001;
    }
    header nav li a:hover,
    header nav li a.hover {
        color:#e1e2dd;
        background-color: #483838; 
        border-radius: 0;
    }
    #intro {
        margin:0;
        padding: 2px;
        padding-top: 10em;
        width: 100%;
    }
    
    #landing {
        object-position: center;
    }
    #landingtitle {
        text-align: center;
        font-size: 4em;
        float: none;
        padding-left: 20%;
    }
    .maintext {
        margin:0;
        padding: 2px;
        width: 100%;
        transform: translateY(25em);
        z-index: 100;
        display: block;
    }
    .maintext p {
        padding: 1em;
        float: none;
        width:auto;
       /* transform: translateY(25em);*/
        z-index: 100;
    }
    #scriptpage {
        margin-left: 10%;
        margin-right: 10%;
        float: none;
        margin-bottom: 5%;
        z-index: 100;
        transform: translateY(5em);
    }
    .show-menu {
        display: block;
    }
    #slider3 {
        display: none;
    }
    .smallasidetext {
        background-image: url(asidebg.png) width:20%;
        background-repeat: no-repeat;
        font-family: courierprimeregular, sans-serif;
        float: none;
    }
    .smallbox1 {
        float: none;
        width: 100%;
    }
    .smallbox2 {
        float: none;
        width: 100%;
    }
    .smallformat {
        display: inline-block;
        float: none;
        font-family: Tahoma, sans-serif;
        font-size: 12pt;
        padding: 2em;
    }
    .smallexample {
        font-family: courierprimeregular, sans-serif;
        margin-left: 20%;
        margin-right: 20%;
    }
    #smallmeaning {
        display: block;
        padding: 2px;
        transform: translateY(17em);
    }
    #smallmeaning h2 {
        font-size: 24pt;
    }
    #structuretext {
        width: 90%;
        padding-left: 2em;
        padding-right: 2em;
        padding-top: 3em;
        transform: translateY(6em);
    }
    .tidbit {
        background-image: url('asidebg.png');
        background-repeat: no-repeat;
        margin-right: 15%;
        margin-left: 15%;
        padding:10%;
    
    }
    .tidbit h2 {
        font-size: 24px;
    }
    .text {
         width: 90%;
        padding-left: 2em;
        padding-right: 2em;
        padding-top: 3em;
        transform: translateY(6em);
    }
    .thumbnail {
        display: none;
    }

}