#heading {
  display: block;
  margin-left: 7%;
  margin-bottom:0px;
  height: 25px;
  width:61%;
  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: 180px;
  padding:2px;
  margin-left: -10px;
  border: 1px solid black;
  border-radius: 5px;
  height:265px;
  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;
  
}



#score,#grade {
  font-size:15px;
}


#box1 {
  padding:5px;
  display: block;
  border-style: solid;
  border-width: 4px;
  border-color: grey;
  border-radius: 8px;
  margin-left: 7%;
   width: 60%;
   font-size:18px;

  
}
#box2 {
  padding:5px;
 display: block;
  border-style: solid;
    border-width: 4px;
  border-color: grey;
  border-radius: 8px;
  margin-left: 7%;
   width: 60%;
font-size:18px;  
}
#box3 {
  padding:5px;
  display: block;
  border-style: solid;
    border-width: 4px;
  border-color: grey;
  border-radius: 8px;
  margin-left: 7%;
   width: 60%;
  font-size:18px;
}

#box4 {
  padding:5px;
  display: block;
  border-style: solid;
  border-color: grey;
    border-width: 4px;
  border-radius: 8px;
  margin-left: 7%;
   width: 60%;
  font-size:18px;
}
#box5 {
  padding:5px;
  display: block;
  border-style: solid;
  border-color: grey;
    border-width: 4px;
  border-radius: 8px;
  margin-left: 7%;
   width: 60%;
  font-size:18px;
}

#box6 {
  padding:5px;
  display: block;
  border-style: solid;
  border-color: grey;
    border-width: 4px;
  border-radius: 8px;
  margin-left: 7%;
   width: 60%;
  font-size:18px;
}

#box7 {
  padding:5px;
  display: block;
  border-style: solid;
    border-width: 4px;
  border-color: grey;
  border-radius: 8px;
  margin-left: 7%;
   width: 60%;
  font-size:18px;
}

#box8 {
  padding:5px;
  display: block;
  border-style: solid;
  border-color: grey;
    border-width: 4px;
  border-radius: 8px;
  margin-left: 7%;
   width: 60%;
  font-size:18px;
}


#box9 {
  padding:5px;
  display: block;
  border-style: solid;
  border-color: grey;
    border-width: 4px;
  border-radius: 8px;
  margin-left: 7%;
   width: 60%;
  font-size:18px;
}

#box10 {
  padding:5px;
  display: block;
  border-style: solid;
  border-color: grey;
    border-width: 4px;
  border-radius: 8px;
  margin-left: 7%;
   width: 60%;
  font-size:18px;
}
#box0,#box11, #box12, #box13, #box14, #box15, #box16, #box17,#box18,#box19,#box20, #box21, #box22, #box23, #box24, #box25, #box26,#box27,#box28,#box29,#box30,#box31 {
  padding:5px;
  display: block;
  border-style: solid;
  border-color: grey;
    border-width: 4px;
  border-radius: 8px;
  margin-left: 7%;
   width: 60%;
  font-size:18px;
}

.qnumber {
  display: block;
  float: left;
  font-weight: bold;
  margin-left: 30px;
}

.question {
  display: inline-block;
  position-left: 20px;
  margin-left: 55px;
  margin-right: 10px;
 
   }
#question3,#question4,#question5, #question6,#question7,#question8 {
 display: inline-block;
  position-left: 20px;
  margin-right: 10px;
  
}

#y,#s,#t {
  display: inline-block;
  
}


#z {
  display: inline-block;
  outline: solid;
  outline-color:black;
  margin-top: 0;
  margin-left: 40px;
  padding-top: 0;
  width: 80px;
  height: 50px;
}
#x {
  display: inline-block;
  outline: solid;
  outline-color:black;
  margin-top: 0;
  margin-left: 20px;
  width: 150px;
height: 40px;  
}

#side1 {
  display: inline-block;
  position: absolute;

  width: 80px;
  margin-left:15px;
  text-align: center;
  margin-top: 100px;
  padding-bottom: 0;
  font-size:20px;
}
#x1 {
  display: inline-block;
  margin-left: 15px;
  width: 100px;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size:20px;
}
#base1 {
  display: inline-block;
  width: 25px;
  height: 20px;
  text-align: center;
  margin-left:180px;
  margin-top:-25px;
 font-size:20px;
  }


#h1 {
  display: inline-block;
  height: 50px;
  line-height:50px;
  text-align: center;
  position:relative;
  margin-left: -280px;
  font-size:20px;


}



.col {
  display: inline-block;
  position: static;
  float: left;
  border: 1px solid black;
  width: 150px;
  height: 30px;
  margin:0;
  text-align: center;
}


.cell {
  display: inline-block;
  position: static;
  float: left;
  border: 1px solid black;
  width: 155px;
  height: 30px;
  margin:0;
  text-align: center;
}


#row1,#row2,#row3,#row4,#row5 {
  display: block;
  height: 30px;
  width:450px;
  margin-left: 25px;
}
#row6,#row7,#row8, #row9,#row10 {
  display: block;
  height: 30px;
  width:500px;
  margin-left: 25px;
}

#polygon {
 height: 250px;
 width: 350px;
 margin-left: 25px; 
}

#inequalities{
  display:none;
  height: 200px;
  width: 200px;
}

#graph1,#graph2,#graph3,#graph4 {
  display: none;
  width: 400px;
  height: 400px;
}

#distancetime{
 width: 450px;
 height: 450px; 
}


#venn{
display:block;
}

#venn1answer{
display:none;

}

#circleA {
display: inline-block;
  height: 80px;
  width: 80px;
  margin-left: 30px;
  border-radius:50%;
  border-color: black;
  border-style: solid;
  background-color:white;
  z-index:2;
}

#circleB {
display: inline-block;
  
  height: 100px;
  width: 100px;
  margin-left: 30px;
  border-radius:50%;
  border-color: black;
  border-style: solid;
  background-color: grey;
  z-index:-2;
}

#cuboid{
  height:250px;
  width:400px;
}

#cuboidside{
  height:250px;
  width:400px;
}


#circletheorem{
  height:250px;
  width:400px;
}

#hist1,#hist2 {
  display: none;
  height: 400px;
  width: 400px;
}


#answer0,#answer1,#answer2,#answer2b,#answer3,#answer4,#answer4b,#answer5,#answer6b,#answer7, #answer8,#answer8b,#answer9,#answer9b,#answer10,#answer11,#answer13,#answer13b,#answer14,#answer15,#answer15a,#answer15b,#answer15c,#answer16,#answer17,#answer18low,#answer18high,#answer19, #answer21,#answer22,#answer23,#answer23b,#answer24,#answer25,#answer26,#answer26b,#answer27,#answer28,#answer29,#answer30,#answer31 {
  border-radius: 5px;
  width:120px;
  height: 25px;
}

#answer7a,#answer7b,#answer7c,#answer7d{
border-radius: 5px;
  width:50px;
  height: 25px;
}  


#answer6, #answer6a,#answer6aa,#answer6aaa,#answer5x,#answer5y,#answer12,#answer12b,#answer20,#answer20b,#answer20c,#answer22a,#answer22aa,#answer22aaa{
  width: 80px;
  border-radius: 5px;
}


#sinerule,#sinerule2,#sinerule3,#sinerule4,#sinerule5,#sinerule6,#sinerule7,#sinerule10,#sinerule9,#sinerule12{
display: none;
height: 240px;
width: 320px;
margin-left:20px;
  }

#sinerule8{
display: none;
height: 240px;
width: 320px;
margin-left:30px;
margin-top:20px;

}


#sinerule4{
  display: none;
height: 240px;
width: 320px;
margin-left:60px;

}

#sinerule1,#sinerule11{
  display: none;
height: 240px;
  width: 320px;
margin-left:20px;
    
}

#cosrule1,#cosrule1a,#cosrule1b,#cosrule1c,#cosrule2,#cosrule4,#cosrule5,#cosrule6,#cosrule7,#cosangle1,#cosangle2,#cosangle3,#cosangle4{
  display: none;
height: 240px;
  width: 350px;
  margin-top: 0px;
  padding: 0;
  margin-left:20px;
  
}
#cosrule3{
 display: none;
height: 240px;
  width: 350px;
  margin-top: 0px;
  padding: 0;
  margin-left:22px; 
}


#costough,#costough1,#costough2,#sinetough{
  display: none;
height: 270px;
  width: 350px;
  margin-top: 0px;
  padding: 0;
  margin-left:20px;
  
}


#angle{
  position: relative;
  top:89px;
  left:180px;
    font-size: 22px;

}

#angle1{
  position: relative;
  top:87px;
  left:178px;
    font-size: 22px;

}

#angle1a{
  position: relative;
  top:168px;
  left:213px;
    font-size: 22px;


}


#w,#w1{
  position: relative;
  bottom:-120px;
  left:265px;
  font-size: 24px;
}

#w2{
  position: relative;
  bottom:-130px;
  left:280px;
  font-size: 24px;
}
#w3{
  position: relative;
  bottom:-135px;
  left:265px;
  font-size: 24px;
}

#w4{
  position: relative;
  bottom:-120px;
  left:244px;
  font-size: 24px;
}


#leftside{
  position: relative;
  bottom:-175px;
  left:70px;
  font-size: 24px;
}

#leftside1{
  position: relative;
  bottom:-115px;
  right:-55px;
  font-size: 24px;
}
#leftside2{
  position: relative;
  bottom:-165px;
  left:54px;
  font-size: 24px;
}

#leftside3{
  position: relative;
  bottom:-165px;
  left:68px;
  font-size: 24px;
}

#card1, #card2, #card3, #card4 {
  display: inline-block;
  width: 30px;
  height: 40px;
  border: 2px solid black;
  margin: 5px;
  font-size:25px;
  padding-top: 5px;
  text-align: center;
  vertical-align: middle;
}


.end {
  display: inline-block;
 
  margin-right: 10px;
}

#home {
  background-color: white;
  color: black;
  position: fixed;
  top:30px;
  right: 2vw;
  width: 120px;
  height: 45px;
  display: inline-block; 
  border: 1px black solid;
  border-radius: 5px;
  text-align: center;
  font: georgia;
  font-size: 35px;
}

#home:hover {
  background-color:deepskyblue;
}






