#header1 {
    /*position: relative;*/
    font-weight: 100;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 20px;
    background-color: #444;
    color: #fff;
}
#msgToUser {
    color: red;
}
#question {
    margin-left: 2px;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    /*text-align: justify;*/
    word-wrap:break-word;
}

/************************************/
body, html {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    /*font-family: 'Roboto', sans-serif;*/
    /*font-family: Verdana,Geneva,sans-serif;*/
    font-family: trebuchet ms;
}

#mainPage {
    position: fixed;
    width: 948px;
    height: 708px;
    z-index: 999;
    border: solid 6px black;
    background-image: url("../img/main.jpg");
}

#main_stage {
    position: fixed;
    overflow: hidden;
    display: block; 
    width: 950px;
    height: 710px;
    left: 0px;
    background-color: #525252;
    padding: 5px;
}

#beginButton {
    position: fixed;
    left: 650px;
    top: 450px;
}

#finishButton {
    position: fixed;
    display: none;
    left: 700px;
    top: 400px;
}

#title {
    position: fixed;
    height: 96px;
    width: 640px;
    left: 310px;
    
    border: solid 2px #000000; 
    background-image: url("../img/title.jpg");
}

#art_assets {
    /*display: none;*/
}

#VideoContainer {    
}

#skipButton {
    display: none;
    position: fixed;
    left: 100px;
    top: 400px;
}

.art_assets_window {
    position: fixed;
    overflow: hidden;
    display: block;
    width: 640px;
    height: 480px;
    left: 310px;
    top: 109px;
    border: solid 2px #000000;
}
#wait {
    position: fixed;
    background-color: #c0c0c0;
    width: 300px;
    height: 584px;
    z-index: 999;
    display: none;
    border: solid #000000 2px;
}

.waitClass {
    position: absolute;
    top: 5px;
    color: #404040;
    font-size: 18px;
    left: 20px;
    margin-right: 20px;
}

#waitScript1 {display: none;}
#waitScript2 {display: none;}
#waitScript3 {display: none;}
#waitScript4 {display: none;}
#waitScript5 {display: none;}
#waitScript6 {display: none;}
#waitScript7 {display: none; font-size: 16px; font-weight: bold; font-family: trebuchet ms;}
#waitScript8 {display: none;}
#waitScript9 {display: none;}

#waitTextR1 {display: none;}
#waitTextR2 {display: none;}
#waitTextR3 {display: none;}
#waitTextR4 {display: none; font-size: 16px; font-weight: bold; font-family: trebuchet ms;}
#waitTextR5 {display: none;}
#waitTextR6 {display: none;}

#waitTextW1 {display: none;}
#waitTextW2 {display: none;}
#waitTextW3 {display: none;}
#waitTextW4 {display: none; font-size: 16px; font-weight: bold; font-family: trebuchet ms;}
#waitTextW5 {display: none;}
#waitTextW6 {display: none;}

#quiz {
    position: fixed;
    overflow: hidden;
    background-color: #c0c0c0;
    width: 296px;
    height: 584px;
    border: solid #000000 2px;
    color: #fff;
    /*text-align: center;*/
    /*font-family: Verdana,Geneva,sans-serif;*/
    font-weight: bold;
    color: black;
    text-align: center;
}

#slide-container {
    text-align: left;
}

.questions {  
    /*font-family: Verdana,Geneva,sans-serif;*/    
    font-size: 16px;
    font-weight: 700;
    /*font-style: italic;*/
    padding: 14px;
    color: #ffffff;
    background-color: #494949;
}

.answers div {
    padding: 10px 0 0 0;
    font-size: 14px;
    text-align: left;
}

.answers div:hover {
    cursor: pointer;
    color: #b30059;
}

.answers {
    padding: 0px 0 10px 0px;
    background-color: #c0c0c0;
    /*font-family: Verdana,Geneva,sans-serif;*/
    font-weight: bold;
    color: #373737;
}

.answers div {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 15px;
    border-top: 1px solid grey;
}

.answers div:first-child {
    border: none;
}

.checkAnswers {
    /*font-family: Verdana,Geneva,sans-serif;*/   
    position: fixed;
    top: 600px;
    height: 110px;
    background-color: #d2d2d2;
    border: solid #3e3e3e 2px;
    /*border-radius: 2%;*/
    padding-left: 10px;
}

.checker {    
    display: inline-block;
    width: 934px;
    margin: 0 auto;    
}

.correct, .false {
    background-color: #109D59;
    width: 45px;
    height: 30px;
    line-height: 30px;
    float: left;    
    text-align:center;    
    margin-left: 4px;    
    border: solid 2px black;
}

.false {
    background-color: #DC4437;
}

#questionKeeper {
    position: absolute;
    top: 22px;
    left: 780px;
    font-weight: bold;
}


/*********************/
/*** Radio Buttons ***/
/*********************/
.newlines {
    list-style-type: none; /* Set to "none" maybe insetad of "upper-alpha" */
    color: black;
    margin-left: 2px;
    padding: 5px;
    /*font-family: trebuchet ms;*/
    font-size: 16px;
    font-weight: lighter;
    /*text-align: justify;*/
    word-wrap:break-word;
}
.rbLabelClass {
    color: black;
    font-weight: 600;
    /*font-family: arial;*/
    margin-left: 24px;
    display: block;
}
.rbLabelClass:hover {
    cursor: pointer;
    color: #b30059;
}
.myRadioClass {
    float: left;    
}

/***************/
/*** Buttons ***/
/***************/
.button {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    background-color: #633232;
    color: #fff;
    border: 1px solid white;
    border-radius: 3px;
    padding: 10px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 20px;
    /*margin-right: 10px;*/
    margin-left: 10px;
}
.button:hover {
    background-color: #000000;
}


#buttonsContainer {
    position: absolute;
    top: 530px;
}
#previousButton {
    float: left;
}
#nextButton {
    float: left;
}
#buttonsContainerVideo {
    position: absolute;
    top: 530px;
}

/******************/
/*** FADE STUFF ***/
/******************/
#slide-container.fade {
    -webkit-animation: fade 2s;
    animation: fade 2s;
    opacity: 1;
}
.rbLabelClass.fade {
    -webkit-animation: fade 1s;
    animation: fade 1s;
    opacity: 1;
}
/* IF FADE FAILS */
@-webkit-keyframes fade {
    from {opacity: 0}
    to {opacity: 1}
}@keyframes fade {
    from {opacity: 0}
    to {opacity: 1}
}