@charset "utf-8";
/* CSS Document */

.container{
  margin-top:1em;
}

#activity{
	color:white
}

.row{
  margin-bottom:1em;
}

.btns{
  text-align:center;
}

.centre{
  background:#eaa82e;
  color:black;
  min-height:50px;
  text-align:center;
}

.push{
  background:#0085b4;
  min-height:50px;
  text-align:right;
}

.pull{
  background:#0085b4;
  min-height:50px;
  text-align:left;
}

.btns, .centre{
  cursor:pointer;
}

.btn {
   float:right;
   margin:5px
}

h2.title {
    text-align: center;
    margin-bottom: -20px;
    font-size: xx-large;
;
}

.pullImg, .pushImg{
  min-width:30px;
  border-radius: 0px;
  border:0px
}

#checkCorrect {
	text-align: center;
    font-family: 'Open sans', sans-serif;
    width: 100%;
    margin-top: 15px;
    padding: 1.8% 0 1.8% 0;
    font-weight: bold;
    font-size: large;
    color: #620100;

}

h3 {
    color: black;
    margin-top: 0px;
    margin-bottom: 1.5em;
    font-size:20px
    text-align:left;
}

/* Desktop */
@media(min-width:992px){
  
    .container {
        margin-top: 0.5em;
    }
    
    h2.title {
        font-size: x-large;
    }
    
    h3 {
        font-size:18px
    }
}

/* Large Desktop */
@media(min-width:1200px){
    
    h3 {
        font-size:20px
    }
 
}

@media print {

    buttons, .btn, #checkCorrect{
	   display: none;
    }
    .row{
        break-inside: avoid;
    }
    .footer{
        display:none;
    }
}