html {
    background-color: #000000;
}

body {
    padding: 2em 2em 2em;
    max-width: 70%;
    min-width: 1000px;
    
    font-size: 16px;
    line-height: 1.5em;
    
    color: #ffffff;
}
@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    max-height:  100000px;
  }
}



/*Rotating Logo
.logo:hover {
    animation-name: rotateY;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
*/

/*Centering a Block*/
.centered {
    display:block;
    margin-left: auto;
    margin-right: auto;
}

/*Navigation Bar*/
nav {
    font-family: headerFont;
    font-style: normal;
    margin-top: -30px;
}
.navBar {
    margin-top: -10px;
    margin-bottom: 40px;
    padding: 0;
    text-align: center;
    width: 117.5%;
    margin-left: -10%;

}
.navMain {
    display: inline-block;
    position: relative;
    width: 15%;
    min-width: 6em;
    padding: 0px;
}
#navAbout {
    margin-left: -0px;
}
.nav {
    width: 6em;
    margin: 10%;
    margin-bottom: 0;
    margin-top: 0;
}
a:link.nav {
    display: block;
    padding: 8px 25px;
    text-decoration: none;
    color: white;
}
a:visited.nav {
    color:white;
}
a:hover.nav{
    color: #AE5927;
}
a.activeNav:visited {
    color: #AE5927;
}

/*Dropdown Menu Settings
.dropdown {
    display: none;
    position: absolute;
    width: 100%;
}
#navAbout:hover > .dropdown{
    display: block;
}
#navAbout:hover > a:link.nav{
    background: #154B77;
}
.navSub {
    display: block;
    margin-left: -44px;
}
.navSub a:link {
    background: #154B77;
}
.navSub a:hover{
    background: #297FC2;
}
*/

/*Link Settings*/
a:hover {
    
}
a:link {
    color: #297FC2;
    text-decoration: none;
}
a:visited {
    color: #297FC2;
}

/* Logo and RedBox Font */
@font-face {
    font-family: logoFont;
    src: url(fonts/ERASLGHT.woff) format('woff');
    font-style: normal;
}

/* Header Font  - Orator STD (regular and italic)*/
@font-face {
    font-family: headerFont;
    src: url(fonts/OratorStd.otf);
    font-style: normal;
}
@font-face {
    font-family: sloganFont;
    src: url(fonts/OratorStd-Slanted.otf);
    font-style: oblique;
}

/* Sub-Header Font - Gotham Book (4 styles, regular and italic)*/
@font-face {
    font-family: subHeadFont1;
    src: url(fonts/gotham_book/Gotham-Book.ttf);
    font-style: normal;
}
@font-face {
    font-family: subHeadFont2;
    src: url(fonts/gotham_book/ufonts.com_gotham-book-1-opentype.otf);
    font-style: normal;
}
@font-face {
    font-family: subHeadFont3;
    src: url(fonts/gotham_book/ufonts.com_gotham-book-2-opentype.otf);
    font-style: normal;
}
@font-face {
    font-family: subHeadFont4;
    src: url(fonts/gotham_book/ufonts.com_gotham-book-3-opentype.otf);
    font-style: normal;
}

@font-face {
    font-family: subHeadFont1;
    src: url(fonts/gotham_book/ufonts.com_gotham-bookitalic-opentype.otf);
    font-style: italic;
}
@font-face {
    font-family: subHeadFont2;
    src: url(fonts/gotham_book/ufonts.com_gotham-bookitalic-1-opentype.otf);
    font-style: italic;
}
@font-face {
    font-family: subHeadFont3;
    src: url(fonts/gotham_book/ufonts.com_gotham-bookitalic-2-opentype.otf);
    font-style: italic;
}
@font-face {
    font-family: subHeadFont4;
    src: url(fonts/gotham_book/ufonts.com_gotham-bookitalic-3-opentype.otf);
    font-style: italic;
}

/* Body Font - Gotham Light (4 styles, regular and italic)*/
@font-face {
    font-family: bodyFont1;
    src: url(fonts/gotham_light/ufonts.com_gotham-light-opentype.otf);
    font-style: normal;
}
@font-face {
    font-family: bodyFont2;
    src: url(fonts/gotham_light/ufonts.com_gotham-light-1-opentype.otf);
    font-style: normal;
}
@font-face {
    font-family: bodyFont3;
    src: url(fonts/gotham_light/ufonts.com_gotham-light-2-opentype.otf);
    font-style: normal;
}
@font-face {
    font-family: bodyFont4;
    src: url(fonts/gotham_light/ufonts.com_gotham-light-3-opentype.otf);
    font-style: normal;
}

@font-face {
    font-family: bodyFont1;
    src: url(fonts/gotham_light/ufonts.com_gotham-lightitalic-opentype.otf);
    font-style: italic;
}
@font-face {
    font-family: bodyFont2;
    src: url(fonts/gotham_light/ufonts.com_gotham-lightitalic-1-opentype.otf);
    font-style: italic;
}
@font-face {
    font-family: bodyFont3;
    src: url(fonts/gotham_light/ufonts.com_gotham-lightitalic-2-opentype.otf);
    font-style: italic;
}
@font-face {
    font-family: bodyFont4;
    src: url(fonts/gotham_light/ufonts.com_gotham-lightitalic-3-opentype.otf);
    font-style: italic;
}

/*Standard Fonts*/
h1 {
    font-family: subHeadFont1;
    font-weight: 100;
    color: #297FC2;
    font-size: 18pt;
    margin: 0;
}
h2 {
    font-family: subHeadFont1;
    font-weight: 100;
    color: #AE5927;
    font-size: 12pt;
    margin: 0;
}
p {
    font-family: bodyFont1;
    font-weight: 100;
    font-size: 10pt;
    line-height: 17pt;
    text-align: justify;
}

/*Y axis Rotation Animation*/
@keyframes rotateY {
    from {}
    to {
        -webkit-transform: rotateY(360deg); /* Safari */
        -moz-transform: rotateY(360deg); /* Firefox */
        transform: rotateY(360deg);
    }
}

/*Footer*/
footer  {
    padding: 0;
    margin: 0;
    margin-top: 5%;
}
footer ul {
    width: auto;
    padding: 0;
    margin: 0;
}
footer .info {
    display: inline-block;
    width: 58%;
}
.socialMediaIcons {
    text-align: right;
    display: inline-block;
    width: 40%;
}
.socialMediaIcons a{
    margin-left: 2%;
}
.socialMediaIcons .orangeIcons {
    position: absolute;
    visibility: hidden;
}
.socialMediaIcons a:hover .orangeIcons {
    visibility: visible;
}


footer p {
    margin: 0;
    font-family: bodyFont1;
}
footer .info a {
    color: white;
    text-decoration: none;
}
footer .info a:hover {
    color: #AE5927;
}





/*Home Page*/
#reel {
    margin-left: -13px;
    width: 105%;
    margin-top: -7%;
}

.homepageImg {
    width: 1000px;
    height: 540px;
    position: absolute;
    margin-top: 68px;
}
.homepageImg img {
    width: 100%;
    height: 100%;
    
    visibility: ;
}
#playButton {
    position: absolute;
    margin-left: 450px;
    margin-top: 220px;
    width: 100px;
    height: 100px;
}
#homeImgControl {
    display: none;
}
#homeImgControl:checked + label > div {
    display: none;
}

.index ul {
    padding: 0;
    width: 100%;
}
.index li {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.index p {
    margin-top: 0;
    margin-bottom: 0;
    font-family: bodyFont1;
}
.index h1 {
    padding-top: 2%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: headerFont;
    font-size: 24pt;
    color: #C00816;
}
.indexDonate {
    width: 80%;
    text-align: center;
    margin-left: auto;
}
.indexDonate img{
    margin-bottom: 5%;
    width: 100%;
    margin-top: 5px;
}
div.fields {
    width: 575px;
}
.index input.name_fields {
    font-size: 16px;
    margin-top: 3%;
    display: inline-block;
    border: none;
    background-color: gray;
    width: 243px;
    padding-left: 1%;
}
.index input.first {
    margin-right: 3%;
}
.index input.email_fields {
    background-color: gray;
    font-size: 16px;
    margin-top: 3%;
    width: 515px;
    border: none;
    padding-left: 1%;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
}
::-moz-placeholder { /* Firefox 19+ */
  color: black;
}
:-ms-input-placeholder { /* IE 10+ */
  color: black;
}
:-moz-placeholder { /* Firefox 18- */
  color: black;
}
#navigation-table {
    margin-top: 3%;
    margin-left: -5px;
}


/*About Page*/
.about ul {
    padding: 0;
    margin-bottom: 
}
.about li {
    display: inline-block;1
    vertical-align: top;
    width: 48%;
    margin: 0;
    margin-right: 1%;
}
.aboutImg {
    height: 485px;
    
    margin-top: 50px;
    overflow: hidden
}
.aboutImg img {
    vertical-align: top;
    width: 100%;
}
.about .lower_half {
    margin-top: -15px;
}

/*Artists Page*/
.rohan {
    min-height: 550px;
}
.artists ul.rohan {
    padding-left: 5%;
}
.artists li {
    display: inline-block;
    width: 47%;
    vertical-align: top;
}
img.rohanImg {
    width: 100%;
}

.rohanBio {
    margin-left: 2%;
    text-align: justify;
}
.artists ul {
    padding: 0;
}
.artistsLeft {
margin-top: 1%;
}
li.artistsLeft {
    width: 49%
}
.artistsRight {
    margin-top: 90px;
    margin-left: 1%;
}
li.artistsRight {
    width: 49%
}
.artists img {
    width: 100%;
}
.companyDiv {
    margin-top: -75px;
    margin-bottom: 15px;
}
.company {
    position: relative;
    margin-bottom: 1.5%;
    text-align: justify;
}
.company div {
    position: absolute;
    height: 100%;
    padding: 2%;
    padding-top: 0%;
    top: 0;
    background-color: rgba(0,0,0,.8);
    visibility: hidden;
}
.company span {
    display: block;
    position: relative;
    margin-top: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.company:hover div {
    visibility: visible;
}
.collaborators {
    margin-top: -50px;
}
.collaborators ul {
    padding: 0;
    margin-top: -15px;
}
.collaborators li {
    display: inline-block;
    width: 32%;
}
.collab2 {
    margin-left: 1%;
}
.collab3 {
    margin-left: 1%;
}
.collab {
    position: relative;
    margin-bottom: 3%;
}
.collab div {
    position: absolute;
    height: 100%;
    padding: 2%;
    vertical-align: middle;
    top: 0;
    background-color: rgba(0,0,0,.8);
    visibility: hidden;
}
.collab span {
    display: block;
    position: relative;
    margin-top: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.collab:hover div {
    visibility: visible;
}

/*Repertoire Page*/
.repVideo {
    margin-top: 0;
    display: inline-block;
    width: 48%;
    vertical-align: top;
}
.rightVid {
    margin-left: 2%;
}

/*Events Page*/
.event {
    display: block;
    margin-left: 0;
    margin-bottom: 2%;
}
.event div {
    display: inline-block;
}
.eventImg {
    height: 200px;
    width: 231px;
    overflow: hidden;
}
.eventImg img {
    height: 100%;
}
.eventDetails {
    vertical-align: top;
    margin-left: 20px;
    max-width: 740px;
}
.events ul {
    padding: 0;
}
h1.pastPerformances {
    font-family: headerFont;
    font-size: 24pt;
    color: #C00816;
}


/*Donate Page*/
.donateImg {
    width: 100%;
    height: 460px;
    overflow: hidden; margin-bottom: 3%;
}
.donateImg img {
    width: 100%;
}
.donate p {
    margin-top: 0px;
}
.donate h2 {
    font-family: headerFont;
    margin-top: 5%;
    font-size: 20px;
}
.donate a:hover {
    text-decoration: underline;
}

/*Contact Page*/
.contact p {
    margin-top: 0;
}
.contact ul {
    padding: 0;
}
.contact li {
    vertical-align: top;
    display: inline-block;
    width: 49%;
}
.contactImg {
    margin-left: 0px;
    margin-top: 15px;
    height: 377px;
    overflow: hidden;
}
.contactImg img{
    width: 100%;
}
.contact form {
    margin-top: 17px;
}
.contactForm input {
    font-size: 12pt;
    margin-bottom: 3%;
    width: 95%;
    background-color: gray;
    border: none;
    padding: 1%;
}
.contactForm td input {
    width: 100%;
}
.contactForm textarea {
    font-size: 12pt;
    padding: 1%;
    width: 95%;
    background-color: gray;
    border: none;
    max-width: 95%;
    height: 200px;
}
.contactForm .submitButton {
    float: right;
    margin: 0;
    margin-right: 2.1%;
    padding: 0;
}
.contactForm .submitButton input {
    background-color: black;
    padding: 0;
}
.contact li.contactForm2 {
    margin-top: 200px;
}


















/*Titles (Every Page)*/
img.title {
    height: 50px;
    width: auto;
    margin-bottom: 3%;
}











