/* syllabus.css by Morgan McGuire August, 2014 */

html {
}

h2 {
    padding-top: 15px;
    padding-bottom: 0px;
    border-bottom: 1px solid;
}

body {
    margin: 0px;
    font-family: "Roboto";
    font-weight: 400;
    color: #888;
    min-width: 694px;
    max-width: 1500px;
    background: #F0F0F0;
}

#scrollBox {
   position: absolute; right: 0; left: 0; 
   height: 100vh;
   overflow-y: auto;
   overflow-x: hidden;
}

.content {
    z-index: -1;
    top: 0px;
}

.navigation {
    position: absolute;
    top: 0px;
    width: 100%;
    background: #F0F0F0;
    z-index: 1;
    padding-top: 28px;
}

a {
    text-decoration: none;
    color: #c56954;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

.placeholder {
    position: block;
    visibility: hidden;
    height: 0px;
    /*    background: #000; margin-top: 2px;*/
    }

.card {
    border-bottom: 2px solid #D8D8D8;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    border-radius: 4px;
    padding-bottom: 10px;
    /* margin: 8px; */
    padding-left: 10px;
    padding-right: 5px;
    background: #FFF;
    font-size: 13px;
    font-weight: 100;
    overflow: hidden;
    page-break-inside: avoid;
}

.homework {
  border: none;
  background: none;
}

#schedule .card {
    height: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    /* width: 350px; */
}

.date {
   font-weight: 500;
   font-size: 10px;
   text-align: center;
}

#films .card {
    width: 540px;
    display: inline-block;
}

.holiday {
    border: none;
    background: none;
    color: #AAA;
}

.tab {
    width: 100%;
    /* Remove this so that the whole page scrolls */
/*    overflow: scroll; */
    position: absolute;
    top: 318px;
    transform: translateZ(0px);
}

#tabbar {
    position: absolute;
    top: 268px;
    width: 100%; 
}

.inactiveTabButton {
    text-shadow: 0px 0px 3px #ffaa2b;
}

@media screen {
.tab {
    bottom: 0px;
}
}

@media print {
}

#schedule .project {
    position: absolute;
}

.large {
width: 500px; margin-left: auto; margin-right: auto; font-size: 14px; font-weight: 100; font-family: Palatino, Palatino Linotype, Book Antiqua, Times New Roman, Times, serif; font-size: 15px; line-height: 21px; font-weight: 100; text-align: justify; text-rendering: optimizeLegibility;font-feature-settings: \"kern\" 1; -webkit-font-feature-settings: \"kern\"; font-kerning: normal; background:#FFF; padding: 35px; padding-top: 5px; margin-top:10px; margin-bottom: 30px;
}

.caption {
    font-size: 18px;
    padding-top: 3px;
    padding-bottom: 8px;
    text-align: left;
    font-weight: 200;
    width: 100%;
    color: #000;
}


.film {
    height: 120px;
    width: 100%;
    padding-top: 10px;
}

.game {
    height: 120px;
    width: 100%;
    padding-top: 10px;
}

#games .games {
    height: 220px;
    width: 100%;
    padding-top: 10px;
}


#films .film {
    height: 220px;
    width: 100%;
    padding-top: 10px;
}

.project .image {
    width: 150px;
    height: 95px;
    display: block;
    background: #000;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: top;
}

.description {
    font-weight: 100;
    font-style: italic;
    padding-top: 10px;
}

.film .image {
    width: 75px;
    height: 120px;
    display: inline-block;
    background: #000;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: top;
}

#films .film .image {
    zoom: 150%;
}

#schedule .film .note {
    display: none;
}

#films .film .note {
    display: block;
    width: 390px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.film .image .playButton {
    font-size: 40px;
    text-align: center;
    text-decoration: none;
    padding-top: 35px;
    vertical-align: middle;
    text-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}


#schedule .film .information {
    width: 250px;
}

.film .information {
    display: inline-block;
    padding-top: 0px;
    padding-left: 10px;
    height: 100%;
    vertical-align: top;
    margin-right: 10px; 
    margin-left: 10px;
    padding-left: 0px;
    border-top: 1px solid #E5E5E5;
    font-weight: 100;
}

.film .information .title {
    font-size: 18px;
    font-weight: 100;
}

.tabButton {
    width:25%; 
    display: inline-block;
    text-align: center;
    font-weight: 200;
    font-size: 20px;
    border-bottom: 2px solid #DDD;
    padding-bottom: 6px;
    padding-top: 4px;
    margin-bottom: -2px;
    color: #fff;
    cursor: pointer;
}

.tabButton:hover {
/*    text-decoration: underline; */
}

.activeTabButton {
    cursor: auto;
    border: 1px solid #DDD;
    border-top: 2px solid #DDD;
    border-bottom: 2px solid #F0F0F0;
    margin-left: -1px;
    margin-right: -1px;
    background: #F0F0F0;
    color: #888;
    font-weight: 100;
    text-decoration: none !important;
}

ul {
    margin-top: 0px;
    padding-left: 15px;
    font-weight: 100;
}

.games li {
   margin-bottom: 10px;
}

.card li {
   list-style: none;
}

.card li:before { 
    content:   "- "; 
}

