
body {
    color: white;
    background: black;
    font-family: Arial;
}

a { text-decoration: none; color: #33ccff; }
a:hover { text-decoration: underline; }
a[name]:hover {text-decoration: inherit; color: inherit; background: inherit}

.frame {
    height: 100%;
    height: 600px;
    nowidth: 100%;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

.black-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    height: inherit;
    width: 300px;
    background: black;
}

.black-fade {
    position: absolute;
    top: 0;
    left: 300px;
    z-index: 4;
    height: inherit;
    width: 150px;
    background: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
}

.bottom-fade {
    position: absolute;
    top: 450px;
    z-index: 5;
    height: 150px;
    width: 100%;
    background: linear-gradient(to top, rgba(1,0,0,1), rgba(1,0,0,0));
}

.screen-box {
    position: absolute;
    notop: 50%;
    top: 0px;
    left: 50%;
    margin-right: -50%;
    notransform: translate(-50%, -50%);
    transform: translate(-50%, 0%);
    z-index: 2;
    height: inherit;
    nowidth: 100%;
}

/* same as screen-box, but negative z-order */
.prefetch-box {
    position: absolute;
    notop: 50%;
    top: 0px;
    left: 50%;
    margin-right: -50%;
    notransform: translate(-50%, -50%);
    transform: translate(-50%, 0%);
    z-index: -2;
    height: inherit;
    nowidth: 100%;
}

.info-box {
    position: absolute;
    top: 20px;
    left: 30px;
}

#game-title {
    font-family: 'Pathway Gothic One';
    font-weight: 900;
    font-size: 42px;
    color: orange;
}

/* Anton */

#team-year {
    font-family: 'Pathway Gothic One';
    font-weight: 400;
    font-size: 32px;
    color: orange;
}

#team-name {
    padding-top: 30px;
    font-family: 'Pathway Gothic One';
    font-weight: 100;
    font-size: 32px;
    color: #33ccff;
}

#team-members {
    padding-top: 10px;
    font-family: 'Pathway Gothic One';
    font-weight: 100;
    font-size: 24px;
    color: white;
}

.summary {
    font-family: 'Open Sans';
    nopadding-top: 800px;
    width: 770px;
    margin-left: auto;
    margin-right: auto;
    notext-align: center;
    color: white;
    font-size: 12pt;
}

.overvideo {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 40px;
}

.past {
    margin-left: auto;
    margin-right: auto;
}

.past-table {
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 0px 0px;
}

.past-table td.qtr {
    font-family: 'Anton';
    text-align: right;
    font-size: 24pt;
    nofont-weight: bold;
    padding: 0px 0px 0px 0px;
    padding-bottom: 20px;
    margin-left: 30px;
    margin-right: 10px;
    margin: 0px 0px 0px 0px;
    vertical-align: center;
}

.past-table td.elems {
    font-family: 'Open Sans';
    text-align: left;
    padding: 0px 0px 0px 0px;
    padding-left: 10px;
    padding-right: 20px;
    margin: 0px 0px 0px 0px;
    vertical-align: top;
}

.past-table td.qtr2 {
    nofont-family: 'Anton';
    text-align: right;
    font-size: 14pt;
    font-weight: bold;
    padding-right: 18px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #00cd00;
    color: green;
    color: white;
}

.past-table td.elems2 {
    nofont-family: 'Pathway Gothic One';
    text-align: left;
    font-size: 14pt;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}


/* a.group-link { text-decoration: none; color: #cdb343; color: #33ccff;} */
/* a.video-link { text-decoration: none; color: #c79941; color: #33ccff;} */
/* a.pic-link { text-decoration: none; color: #be7530; color: #33ccff;} */


.cse125-badge {
    z-index: 10;
    position: absolute;
    top: 20px;
    left: 950px;

    width: 100px;
    height: 100px;
    border-radius: 50px;
    font-size: 20px;
    color: #fff;
    line-height: 100px;
    text-align: center;
    background: red;
    font-family: 'Lato';
}

#fade {
    nowidth: 500px;
    noposition: relative;
    margin: 0 auto;
    overflow: hidden;
}

#fade img {
    noposition: absolute;
    noleft: 0;
    nowidth: 500px;
    -webkit-transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    transition: opacity 1s linear;
}

#fade img.transparent {
    opacity: 0;
}

/* copy of screen-box */
#shutter {
    position: absolute;
    notop: 50%;
    top: 0px;
    left: 50%;
    margin-right: -50%;
    notransform: translate(-50%, -50%);
    transform: translate(-50%, 0%);
    noz-index: 2;
    z-index: 10;
    height: inherit;
    nowidth: 100%;
    height: 600px;
    noopacity: 0;
    overflow: hidden;
}

#fade_onclick {
    cursor: pointer;
    color: black;
}

#thumbs {
    padding-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 850px;
    color: black;
    font-size: 0pt;
}
