@charset "utf-8";
/* CSS Document */

span.comment1{
    background-color: rgba(238, 186, 16, 0.6);
}

span.comment2{
    background-color: rgba(212, 173, 42, 0.6);
}

span.comment3{
    background-color: rgba(187, 159, 67, 0.6);
}

span.comment4{
    background-color: rgba(161, 145, 93, 0.6);
}

span.comment5{
    background-color: rgba(136, 132, 118, 0.6);
}

span.comment6{
    background-color: rgba(0, 0, 0, 0.3);
}


.text-container {
    position: relative;
    padding: 20px;
    background-color: #ddd;
    margin-top: 1em;
    cursor: pointer;
}
#activityDescription{
	margin-bottom:1em
}

#activityControls {
    text-align: center;
}

.passage{
    display:none; /* Hide initially*/
}

.resA, .resB {
    min-height: 100px;
    min-width: 40%;
	    font-size: x-large;
}

/* media queries */

/* ----------- Large Display ----------- */

@media screen and (max-width: 1920px) and (max-height: 1080px){
    /* Styles */
 .text-content p{
    font-size:1.3em;
 }


    

/* ----------- Laptop HiDPI screen ----------- */

@media screen and (max-width: 1440px) and (max-height: 900px){
    /* Styles */
     .text-content p{
    font-size:1.4em;
 }

   

}


/* ----------- Laptop ----------- */

@media screen and (max-width: 1366px) and (max-height: 768px){
    /* Styles */
      

}


/* ----------- Laptop MDPI screen ----------- */

@media screen and (max-width: 1280px) and (max-height: 800px){
    /* Styles */
   
       

}


/* ----------- iPad Landscape----------- */

@media only screen and (max-device-width: 1024px) and (max-device-height: 768px){
    /* Styles */
    .text-content p{
    font-size:1.3em;
 }


}


