#partsOfSpeechErrorMessage {
  margin-top:-60px;
}

h2 {
  margin-bottom:15px;
}

.text {
  width:80%;
  font-size:1.2em;
}

h3 {
  margin-top:30px;
  margin-bottom:30px;
}

#partsOfSpeechNext, #partsOfSpeechCheck, #modalityCheck {
  padding:4px;
  margin-left:80%;
  display:absolute;
}

#partsOfSpeechCheck {
  display:none;
}

/*adverbs*/

#adverbsCheck {
  padding:3px;
}

#imageAdverbs {
  width:70%;
  margin-bottom:40px;
  margin-top:40px;
}

#adverbFamily {
  width:70%;
  display:block;
  margin:auto;
  margin-top:40px;
}

.adverb:hover {
  cursor:pointer;
}

#coolCheck, #funCheck {
  margin-left:88%;
}

/*grammar*/
#howWeAddClauses {
  margin-top:-20px;
  margin-bottom:40px;
}

th {
 color:white;
}

.textIndent {
  text-indent:-50px;
}

#grammarTable {
  font-size:.9em;
  min-width:1260px;
  overflow-x:auto;
}

#grammarTable th:first-child {
  width:20%;
}

#aHumanoid, #aGenius, #whatIsKnownAsA, #whatIsKnownAsA2, #whoHadLots, #thatCouldMake, #experienceInRobotics, #artificialIntelligence, #dangerousWork , #factory, #robotics, #intelligent, #ableToMake, #experienced {
  position:absolute;
}

.hover {
  text-decoration:underline;
}

.hover:hover {
  color:blue;
}

#tr1 {
  height:115px;
}

#tr2 {
  height:140px;
}

#tr3 {
  height:120px;
}

#tr4 {
  height:120px;
}


/*adjectives*/

#adjectivesBaseball {
  width:75%;
  margin-top:40px;
  margin-bottom:40px;
}

/*nouns*/
#nounsFireworks {
  width:60%;
  margin-top:30px;
  margin-bottom:30px;
}

/*punctuation*/

#fishAndChips {
  width:80%;
  margin-top:30px;
  margin-bottom:30px;
  margin-left:40px;
}

#fishInstructions {
  margin-left:-40px;
  margin-right:40px;
}

.speechBubble {
  margin-left:21%;
  margin-top:-22%;
  width:27%;
  height:max-content;
	position: absolute;
	background-color: #3F3A37;
  border-radius: 2em;
  cursor:text;
  outline:none;
  color:#F5E7C8
}

.speechBubble:after {
  content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 35px solid transparent;
	border-top-color: #3F3A37;
	border-bottom: 0;
	border-left: 0;
	margin-left: -17.5px;
	margin-bottom: -35px;
}

#fish {
  color:white;
  padding:12px 12px 2px 15px;
  font-size:2.4vw;
}

#fishCheck {
  margin-left:90%;
  margin-top:55px;
}

#roadSigns {
  max-width:96%;
}

/*prepositions*/

.tableAspect {
  width:65%;
  margin-left:15%;
}

.tableAspect th {
  background-color:#E4EDD8;
}

#latinAndGreek th {
  column-span:3;
  background-color:#EC9D2D;
}

#prepositionCartoon {
  width:60%;
  margin-top:40px;
}

#ambiguityCartoon {
  width:75%;
}
/*pronouns*/

#mirror {
  width:60%;
}

#tablePronouns th {
  background-color:#E4EDD8;
  color:black;
}

/*verbs*/

#mrVerb {
  width:70%;
  margin:50px auto;
}

#oneOrTwo {
  width:25px;
  height:25px;
  text-align:center;
  margin-left:15px;
  margin-top:-5px;
}

.tableAspect th {
  color:black;
}

.hoverRed:hover {
  color:red;
}

/*vocab*/
#buff {
  width:50%;
}

#tableEtymology th {
 background-color:#DDE9CD;
 color:black;
}

audio:focus {
  outline: none;
}

/*punctuation*/
img {
  display:block;
  margin:auto;
}

@media only screen and (max-width: 930px) {
  #fishAndChips {
    width:100%;
    margin-left:-10%;
  }
  #fishCheck {
    margin-left:80%;
  }

  .speechBubble {
    margin-top:-30%;
    margin-left:16%;
  }
  #partsOfSpeechHeading {
    margin-left:0px;
  }
}

@media only screen and (max-width: 830px) {
  #partsOfSpeechText {
    margin-left:60px;
  }
  #adverbFamily {
    width:90%;
  }
  #imageAdverbs {
    width:90%;
  }
  #adjectivesBaseball {
    width:90%;
  }
  #nounsFireworks {
    width:90%;
  }
  #prepositionCartoon {
    width:90%;
  }
  #mirror {
    width:90%;
  }
  #mrVerb {
    width:90%;
  }
  #buff {
    width:90%;
  }

}