.main-body {
    min-height: 100vh;
    /*position: absolute;*/
    margin: 0 auto;
  }
.container {
  margin:auto;
  color:#004B85;
  font-family:Helvetica;
  text-align: center;
  font-size:30px;
  flex-grow: 1;
  padding-bottom: 50px;
}
#footer {
  position: relative;
  bottom: 0px;
  width: 100%;
  height: 155px;            /* Footer height */
}
.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}
.grey-background {
  background-color: #F9F9FA;
}
.white-background {
  background-color: #fff;
}
/*#container { 
  position: absolute;
  margin:auto;
  color:#004B85;
  font-family:Helvetica;
  text-align: center;
  font-size:30px;
  flex-grow: 1;
  padding:0px 100px;
}*/
.timer {
  background-color:#E8E8E8;
}
#header img {
  height: 150px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.heading {
  padding:10px;
  color:#004B85;
  font-family:Helvetica;
  font-weight: bold;
  text-align: center; 
  font-size: 30px;
}
.heading2 {
  padding:5px;
  color:#BCC82F;
  font-family:Helvetica;
  font-weight: bold;
  text-align: center; 
  font-size: 30px;
}
/*.form-control {
  width: 200px;
  margin:0px auto;
  border: 1px light grey;
}*/
.btn-primary {
  background-color: #004B85;
  border: none;
  color: white;
  padding: 0px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family:Helvetica;
  font-size: 34px;
  font-weight: bold;
}
.btn-primary:hover {
  color: white;
  background-color: #0062cc;
  border-color: #005cbf;
}
.center {
  display: block;
  width: 100%;
}
#footer {
  /*position: relative;*/
  width: 100%;
  z-index: 1;
  margin: auto;
  flex-shrink: 0;
  /*background-image: url('./../assets/img/footer.png');*/
}
.emboss {
  font-weight: bold;
}
.hide-time a {
  color: #B8B8B8;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer
}
.hide-time a:hover {
  color: #888888;
}

#answer.fill-ups {
  line-height: 1.2;
  border: none; 
  border-bottom: 1px solid #757575;
  width: 250px;
  text-align:center;
  outline-color: blue;
  color: teal;
  text-transform: uppercase;
  width:  250px;
}
#answer.fill-ups.control-textbox {
  width: 90%;
}
.categorical.correct {
 color: orange;
}

.correct {
 color: green;
}

.wrong {
 color: #721c24;
}
/*.form-control {
    width:550px;
}*/

.button-right {
	float: right;
}

.next {
	float: right;
}

/*.form-control{
    width:550px;
}*/

.fill-ups-error {
	border-bottom: 1px solid #721c24;
}

.strikeThrough {
  color: red;
  text-decoration: line-through;
}

.page-section {
  font-size: 25px;
  line-height: 2em;
  font-family: robot
}
.writeup {
  /*text-transform: uppercase;*/
  font-size: 34px;
}

/*.writeup{
    resize: none;
    width: 600px;
    margin-left: 25px;
}*/

.sort{
    column-count: 2;
    list-style-type: none;
}

.transparent-background {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 999;
}

.loader-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.color-0 {
  color:  darkgreen;
}
.color-1 {
  color:  navy;
}
.color-2 {
  color:  maroon;
}
.color-3 {
  color:  gold;
}
.color-4 {
  color:  deepskyblue;
}
.color-5 {
  color:  fuchsia;
}
.color-6 {
  color:  black;
}
.color-7 {
  color:  red;
}
.color-8 {
  color:  orange;
}
.color-9 {
  color:  limegreen;
}
.color-10 {
  color:  bisque;
}


.lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }

/* Disable copy and paste */
body {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
