#heading {
  display: block;
  margin-left: 7%;
  margin-bottom:5px;
  height: 24px;
  width:60%;
  overflow: hidden;
  border-right: .15em solid black;
  white-space: nowrap;
  letter-spacing: .15em;
  animation: 
    typing 2.1s steps(60),
    blink-caret .4s step-end infinite;
}
@keyframes typing {
  from { width: 0 }
  to { width: 55% }
}
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: black }
}



/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}

.navbar .dropdown-menu {
  border:none;
  background-color:#0060c8!important;
}


.navbar {
  display: block;
  position: fixed;
  width:100%;
  padding-top:0px;
  padding-bottom:3px;
}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
  padding:0 .6rem;
  margin:0 .25rem;
}

#square {
  display:inline-block;
  width: 50px;
  height: 34px;
  border: 1px solid deepskyblue;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background: white;
}
#square2 {
  display:inline-block;
  width: 50px;
  height: 34px;
  border: 1px solid deepskyblue;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background: white;
}




#diagnostics {
  display: inline-block;
  float: right;
  position: relative;
  right: 2vw;
  padding-top: 3px;
  padding-bottom: 0px;
  z-index:2;
  
}

#help {
  position: fixed;
  right:2vw;
  top: 250px;
  padding:2px;
  margin-left: -10px;
  border: 1px solid black;
  border-radius: 5px;
  height:180px;
  width: 259px;
  font-family: helvetica;
  text-align: center;
 }
iframe {
  display: block;
  float: left;
  margin: 3px;
  height:100px;
  width: 200px;
 }

#reminder {
  position: fixed;
  top:450px;
  right: 2vw;
  width: 257px;
  font-family: helvetica;
  font-size: 12px;
  border: 1px solid;
  border-color: black;
  padding: 3px;
  background: white;
  border-radius: 5px;
  
}



.marks {
  display: inline-block;
  float: right;
  font-weight:bold;
  margin-right: 5%;
}

#score,#grade {
  font-size:15px;
}

#box1 {
  padding:5px;
  display: block;
  border-style: solid;
  border-color: grey;
  border-radius: 8px;
  margin-left: 3vw;
   width: 65%;
  
}
#box2 {
  padding:5px;
 display: block;
  border-style: solid;
  border-color: grey;
  border-radius: 8px;
  margin-left: 3vw;
   width: 65%;
  
}
#box3 {
  padding:5px;
  display: block;
  border-style: solid;
  border-color: grey;
  border-radius: 8px;
  margin-left: 3vw;
   width: 65%;
  
}

#box4 {
  padding:5px;
  display: block;
  border-style: solid;
  border-color: grey;
  border-radius: 8px;
  margin-left: 3vw;
   width: 65%;
  
}
#box5 {
  padding:5px;
  display: block;
  border-style: solid;
  border-color: grey;
  border-radius: 8px;
  margin-left: 3vw;
   width: 65%;
  
}

#box6 {
  padding:5px;
  display: block;
  border-style: solid;
  border-color: grey;
  border-radius: 8px;
  margin-left: 3vw;
   width: 65%;
  
}

#box7 {
  padding:5px;
  display: block;
  border-style: solid;
  border-color: grey;
  border-radius: 8px;
  margin-left: 3vw;
   width: 65%;
  
}

#box8 {
  padding:5px;
  display: block;
  border-style: solid;
  border-color: grey;
  border-radius: 8px;
  margin-left: 3vw;
   width: 65%;
  
}

.qnumber {
  display: block;
  float: left;
  font-weight: bold;
  margin-left: 30px;
}

.question {
  display: inline-block;
  position-left: 20px;
  margin-right: 10px;
 
   }

#question1,#question2,#question3,#question4,#question5, #question5a, #question5b, #question6,#question7,#question8 {
 display: inline-block;
  margin-left: 20px;
  margin-right: 10px;
  
}

#y,#s,#t,#z {
  display: inline-block;
}


#w {
position:relative;
top: 170px;
left: 310px;
}

#leftside{
position:relative;
top: 180px;
left: 0px;

}

#base{
position:relative;
top: -50px;
left: 200px;

}

#answer,#answer2,#answer3,#answer4,#answer5,#answer6,#answer7,#answer8 {
  border-radius: 5px;
}

.end {
  display: inline-block;
 
  margin-right: 10px;
}

#home {
  background-color: white;
  color: black;
  position: absolute;
  top:30px;
  Right: 3vw;
  width: 100px;
  height: 45px;
  display: inline-block; 
  border: 1px black solid;
  border-radius: 5px;
  text-align: center;
  font: georgia;
  font-size: 35px;
}

