/* QUIZ STYLES */
/* Styles to prettify the quiz page */

html {
    background: ;
}

body {
    width: 100%;
    margin: 0 auto;

    border-top: none;
    background: white;
    padding: 20px 20px 20px 5px;
     /* font-family: Trebuchet, Arial,Helvetica,sans-serif;*/
     font-family: "CaviarDreams", serif ;
    font-size: 16px;
    color: #353535;
    line-height: 1.5em;
}

p {
    margin-right: 60px;
    font-size: 1.2em;
}

img {

    margin-top: 15px;
    width:99%;

}

video {
    float: left;
    margin-top: 15px;

  width: 100%    !important;
  height: auto   !important;
}
    


/*
@font-face {
    font-family: 'CaviarDreams';
    src: url('./fonts/CaviarDreams.ttf');
    src: url('./fonts/CaviarDreams.eot?#iefix') format('embedded-opentype'),
    url('./fonts/CaviarDreams.woff') format('woff'),
    url('./fonts/CaviarDreams.ttf') format('truetype'),
    url('./fonts/CaviarDreams.svg#CaviarDreams') format('svg');
    font-weight: normal;
    font-style: normal;


@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'CaviarDreams';
        src: url('./fonts/CaviarDreams.svg#CaviarDreamsy') format('svg');
        font-weight: normal;
        font-style: normal;}
}

*/

@font-face {
  font-family: 'CaviarDreams';
  src: url('../fonts/CaviarDreams.eot?') format('eot'), url('../fonts/CaviarDreams.woff') format('woff'), url('../fonts/CaviarDreams.ttf') format('truetype');
}






/*
}
@font-face {
    font-family: CaviarDreams;
    src: url(../fonts/CaviarDreams_Bold.ttf);
    font-weight: bold;
}
@font-face {
    font-family: CaviarDreams;
    src: url(../fonts/CaviarDreams_Italic.ttf);
    font-style: italic, oblique;
}
@font-face {
    font-family: CaviarDreams;
    src: url(../fonts/CaviarDreams_BoldItalic.ttf);
    font-weight: bold;
    font-style: italic, oblique;
}
*/

h1,h2,h3,h4,h5,h6 {font-weight: bold;}

h1 {
    font-size: 26px;
    margin: 0 0 20px;
    color: #145617;
    font-size: 30px;
    line-height: 1;
}
h2 {
    font-size: 22px;
    margin: 15px 0;
}
h3 {
    font-size: 18px;
    margin: 15px 0 10px;
}
h4 {
    font-size: 16px;
    margin: 10px 0;
}
h5 {
    font-size: 14px;
    margin: 10px 0 5px;
}
h6 {
    font-size: 12px;
    margin: 5px 0;
}

strong { font-weight: bold; }
em { font-style: italic; }
ul { list-style-type: circle; }
ol { list-style-type: decimal; }
ol li { list-style-type: decimal; margin-left: 20px; }


#fb {
    /* display: none;  */
    width:0;height:0;overflow:hidden


}


.fb-share-button

{
margin-top: 20px;
margin-left: auto;
margin-right: auto;
width: 41%;
float: right;

transform: scale(1.5);
-ms-transform: scale(1.5);
-webkit-transform: scale(1.5);
-o-transform: scale(1.5);
-moz-transform: scale(1.5);
transform-origin: top left;
-ms-transform-origin: top left;
-webkit-transform-origin: top left;
-moz-transform-origin: top left;
-webkit-transform-origin: top left;
}
.button {
    float: left;
    width: auto;
    padding: 5px 15px;
    color:#3B3333;
background-color: #a4e7fc;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;

    
}


.button:hover {
 background-color: #b0ebb0;
}

.button .startQuiz {
    float:inherit!important;
}

.startQuiz {
    margin-top: 15px;
    font-size: 20px;
}


.tryAgain {

    margin: 20px 0;
}


#quizMensagem {
    display: none
}

.quizLogo img {
width: 8%;
float: right;
margin-top: 0px;
margin-right: 30px;
}

/* clearfix */
.quizArea, .quizResults {
    zoom: 1;
}
.quizArea:before, .quizArea:after, .quizResults:before, .quizResults:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
.quizArea:after, .quizResults:after {
    clear: both;
}

.questionCount {
    font-size: 14px;
    font-style: italic;
}
.questionCount span {
    font-weight: bold;
}

ol.questions {
    margin-top: 20px;
    margin-left: 0;
}
ol.questions li {
    margin-left: 0;
}

ul.answers {
    margin-left: 20px;
    margin-bottom: 20px;
}

ul.responses li {
    margin: 10px 20px 20px;
}
ul.responses li p span {
    display: block;
    font-weight: bold;
    font-size: 18px;
}
.complete ul.answers li.correct, ul.responses li.correct p span {
    color: #6ebda2;
}
ul.responses li.incorrect p span {
    color: #B5121B;
}

.quizResults h3 {
    margin: 0;
}
.quizResults h3 span {
    font-weight: normal;
    font-style: italic;
}
.quizResultsCopy {
    clear: both;
    margin-top: 20px;
}
