  #banner {
  	display: flex;
  	flex-direction: row;
  	justify-content: space-evenly;
  }

  #sidebuttons {
  	display: flex;
  	flex-direction: column;
  	padding: 10px;
  	justify-content: center;
  }

  #navbar {
  	display: flex;
  	flex-direction: row;
  	justify-content: center;
  	background-color: #fc9292;
  	border-radius: 5px;
  	border-width: 5px;
  	border-style: solid;
  	border-color: #f9fbff;
  	width: fit-content;
  	margin: 10px;
  	padding-left: 200px;
  	padding-right: 200px;
  }

  #firstnavbar {
  	display: flex;
  	flex-direction: row;
  	justify-content: center;
  	background-color: #fc9292;
  	border-radius: 5px;
  	/*border-width: 5px; */
  	box-shadow: 10px 20px #d6e5ed;
  	/*border-style: solid; */
  	/*border-color: rgb(214, 229, 237); */
  	width: 1000px;
  	margin: 10px;
  	padding: 100px;
  }

  .activitybutton {
  	padding: 20px;
  	margin: 20px;
  	background-color: white;
  	border-color: #f0f0f0;
  	border-style: solid;
  	border-width: 2px;
  	font-size: 19px;
  	font-weight: bold;
  	color: #fc9292;
  	font-family: 'Mouse Memoirs';
  	letter-spacing: 1px;
  }

  #sidebar {
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	margin-top: 150px;
  	padding-left: 30px;
  	border-left: solid 2px #c1d2dc;
  }

  main {
  	display: flex;
  	flex-direction: column;
  }

  .indexbody {
  	display: flex;
  	flex-direction: row;
  	justify-content: space-evenly;
  }

  #oldwords {
  	display: flex;
  	flex-direction: row;
  	align-items: center;
  	height: 100px;
  }

  #wordslearned {
  	display: flex;
  	flex-direction: row;
  	align-items: center;
  }

  #oldwords,
  #wordslearned {
  	font-size: 10px;
  }

  h1{
  	font-family: 'Mouse Memoirs', serif;
  }

 h2{
  	font-family: 'Mouse Memoirs', serif;
  }

 h3{
  	font-family: 'Mouse Memoirs', serif;
  }

  .unitbuttondone,
  .unitbuttonnotdone,
  .unitbuttonhere {
  	width: fit-content;
  	text-align: center;
  	padding-top: 10px;
  	padding-right: 50px;
  	padding-left: 50px;
  	padding-bottom: 10px;
  	//margin-bottom: 10px;
  	height: auto;
  	font-family: 'Mouse Memoirs';
  	font-size: 20px;
		text-decoration: none;
		color: black;
  }

  .unitbuttonnotdone {
  	/*border: 2px solid #fc9292;
  	border-radius: 5px;*/
  	background-color: #fdd9d9;
  }

   .unitbuttonnotdone:hover {
  	/*border: 2px solid #fc9292;
  	border-radius: 5px;*/
  	background-color: #ecbbbb;
  }

  .unitbuttondone {
  	/*border: 2px solid #fc9292;
  	border-radius: 5px;*/
  	background-color: #c1dcc5;
  }

  .unitbuttondone:hover {
  	/*border: 2px solid #fc9292;
  	border-radius: 5px;*/
  	background-color: #91b697;
  }

  .unitbuttonhere {
  	/*border: 2px solid #fc9292;*/
  	border-radius: 5px;
  	background-color: #fcef92;
  }

	.unitbuttonhere:hover {
  	/*border: 2px solid #fc9292;*/
  	border-radius: 5px;
   	background-color: #efdb4c;
}

  .unitbuttonhere:hover:after {
  	/*border: 2px solid #fc9292;
  	border-radius: 5px;*/
  	content: ' \27AA  you are here';
  }



  #title {
  	/*border-style: solid;
  	border-width: 4px;
  	border-color: #fc9292;
  	border-radius: 8px;*/
		border: none;
  	color: #fc9292;
  	font-size: 500%;
		font-family: 'Mouse Memoirs', serif;
  	background-color: #eef7fa;
		/*
  	font-weight: bold;
  	margin: 30px;*/
  }

  .infobuttons {
  	border-style: solid;
  	border-color: #fc9292;
  	border-width: 2px;
  	width: 100px;
  	background-color: white;
  	border-radius: 3px;
  	color: #fc9292;
  }

  .wordtitle {
  	/* border-style: double; */
  	border-color: #fc9292;
  	border-width: 7px;
  	height: fit-content;
  	width: 200px;
  	color: #fc9292;
  	padding: 10px;
  	margin: 10px;
  	border-radius: 10px;
  	background-color: white;
  }

  .wordbutton {
  	padding: 20px;
  	width: 150px;
  	height: 70px;
  	margin: 20px;
  	border: 2px solid black;
  	background-color: #d6e5ed;
  	box-shadow: 5px 10px;
  }

  /*#unittitle {
  	color: #fc9292;*/
  }

  main {
  	display: flex;
  }

  #footerbutton {
  	border-radius: 5px;
  	height: 50px;
  	width: 500px;
  	background-color: #fc9292;
  	/*font-family: 'Arial Black', Gadget, sans-serif; */
  	font-family: 'Mouse Memoirs', serif;
  	font-weight: bold;
  	margin: 50px;
  	font-size: 20px;
  	border: none;
  	color: white;
  }

  footer {
  	display: flex;
  	justify-content: center;
		margin-top: 5px;
  }

  #notebookbuttons {
  	display: flex;
  	flex-direction: column;
  }

  .mainnotebook {
  	display: flex;
  	flex-direction: row;
  	justify-content: space-between;
  	padding: 50px;
  	margin: 10px;
  }

  body {
  	/*background-color: #f9eded; option #2 in case we need to maintain colors */
  	background-color: #eef7fb;
  }

  .notebookbutton,
  .recentbutton,
  .wordlessonbutton,
  .nextlessonbutton {
  	border: black 1px solid;
  	border-radius: 2px;
  	margin: 10px;
  	height: 40px;
  	background-color: white;
  	box-shadow: black 2px 4px;
  	/* text-align: justify; */
  	height: fit-content;
  	padding: 7px;
  }

  .wordlessonbutton {
  	height: fit-content;
  	width: fit-content;
  }

  .wotdbutton {
  	border: black 1px solid;
  	border-radius: 2px;
  	margin: 10px;
  	height: 40px;
  	width: 100px;
  	background-color: white;
  	box-shadow: salmon 2px 4px;
  }

  .learnbutton,
  .learnbutton:visited {
  	border: black 1px solid;
  	border-radius: 2px;
  	margin: 10px;
  	padding-right: 50px;
  	padding-left: 50px;
  	padding-top: 10px;
  	padding-bottom: 10px;
  	text-align: center;
  	background-color: white;
  	box-shadow: salmon 2px 4px;
  	text-decoration: none;
  	color: black;
  }

  .learnbutton:hover {
  	box-shadow: black 2px 4px;
  	background-color: salmon;
  	color: white;
  	font-weight: bold;
  }

  .wotdbutton:hover {
  	box-shadow: black 2px 4px;
  	background-color: salmon;
  	color: white;
  	font-weight: bold;
  }

  .notebookbutton:hover {
  	background-color: lightgrey;
  	font-weight: bold;
  	box-shadow: salmon 2px 4px;
  	color: black;
  }

  #dictionary {
  	border-right: lightgrey 2px;
  	border-right-style: dashed;
  	padding: 20px;
  	margin: 10px;
  	max-width: 400px;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	justify-content: center;
  }

  #lesson {
  	border-left: lightgrey 2px dashed;
  	padding: 20px;
  	margin: 10px;
  }

  #notebookbody {
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	justify-content: center;
  }

  #heyuser {
  	color: black;
  	font-family: 'Mouse Memoirs', serif;
  	/*font-family: 'Arial Black', Gadget, sans-serif;*/
  }

  .heyuserp {
  	margin: 0%;
  	padding: 0%;
  }

  a {
  	font-family: 'Cabin', serif;
  }

  /*#maincontent{
  display: flex;
  flex-direction: row;
}*/

  p,
  tr {
  	font-family: 'Mouse Memoirs', serif;
  }

  #avatar {
  	text-align: center;
  	background-color: white;
  	color: black;
  	border-radius: 100%;
  	height: fit-content;
  	width: fit-content;
  	padding: 10px;
  	border: black 2px solid;
  }

  #rightbannerbuttons {
  	display: flex;
  	flex-direction: row;
  	align-items: center;
  }

  #rightbanner {
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	justify-content: center;
  }

  #recentlessonbuttoncontainer {
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  }

  #recentlessonbuttons {
  	display: flex;
  	flex-direction: row;
  	border-width: 2px;
  	border-color: lightgrey;
  	border-style: solid;
  	border-radius: 5px;
  	padding: 10px;
  	margin: 5px;
  }

  #recentlessonbuttons:hover,
  .lessonwordcontainer:hover {

  }

  button {
  	font-family: 'Poppins', serif;
  }

  .recenttitle {
  	color: salmon;
  	text-shadow: 2px 2px lightgrey;
  }

  .importantcharacterrow {
  	border: 2px solid black;
  	background-color: white;
  	border-radius: 5px;
  	margin: 20px;
  }

  .avatarimage {
  	border: 2px lightgrey solid;
  	margin: 5px;
  	padding: 5px;
  	border-radius: 5px;
  }

  .avatarscontainer {
  	display: flex;
  	flex-direction: row;
  	flex-wrap: wrap;
  	max-width: 500px;
  }

  .avatarlist {
  	list-style: none;
  	display: flex;
  	flex-direction: row;
  	flex-wrap: wrap;
  }

  input[type=radio].avatarimage {
  	position: absolute;
  	width: 0px;
  	height: 0px;
  	opacity: 0;
  }

	input{
	font-family: 'Poppins';
	}

  .avatarimg {
  	height: 100px;
  	width: 100px;
  	margin: 10px;
  }

  input[type=radio].avatarimage:checked+img {
  	border: 2px solid lightgrey;
  	border-radius: 20px;
  }

  ul {
  	list-style: none;
  }

  .lessonwordcontainer {
  	/*display: flex;
  	flex-direction: column;
  	margin: 7px;
  	border: 2px lightgrey solid;
  	padding: 10px;
  	border-radius: 5px;
  	align-items: center;
  	justify-content: center;*/
  }

  .biglessonwordcontainer {
  	display: flex;
  	flex-direction: row;
  }

  .wordparagraph {
  	font-weight: bold;
  }

  .nextlessonbutton:active {
  	box-shadow: none;
  }

  .nextlessonbutton:hover {
  	color: black;
  }

  .lessonmain {
  	border: 2px solid lightgrey;
  	margin: 10px;
  	border-radius: 5px;
  	padding: 10px;
  	padding-top: 50px;
  	padding-bottom: 50px;
  	height: fit-content;
  	width: 1000px;
  }

  .lessonbody {
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  }

  .test {
  	border: 2px solid salmon;
  	margin: 10px;
  	padding: 10px;
  	border-radius: 5px;
  }

  body {
  	font-family: 'Mouse Memoirs', serif;
  }

  .timetrialcontainer,
  .matchcontainer,
  .listeningcontainer {
  	border: 2px black solid;
  	border-radius: 5px;
  	margin: 10px;
  	padding: 30px;
  	font-size: 30px;
  	background-color: white;
  }

  .timetrialcontainer:hover,
  .matchcontainer:hover,
  .listeningcontainer:hover {
  	border: 2px black solid;
  	border-radius: 5px;
  	margin: 10px;
  	padding: 50px;
  	font-size: 30px;
  	background-color: #fca492;
  	margin: 20px;
  	box-shadow: 5px 10px black;
  }

  .memorizationsections {
  	display: flex;
  	flex-direction: row;
  }

  .memorizationbody {
  	display: flex;
  	flex-direction: column;
  	justify-content: center;
  	align-items: center;
  	me
  }

  .memlink {
  	text-decoration: none;
  	color: black;
  	font-family: 'Mouse Memoirs';
  	font-size: 40px;
  }

  .shufflebutton {
  	border: 2px black solid;
  	border-radius: 5px;
  	margin: 10px;
  	padding-top: 20px;
  	padding-bottom: 20px;
  	padding-right: 400px;
  	padding-left: 400px;
  	font-size: 30px;
  	background-color: lightsalmon;
  }

  .shufflebutton:hover {
  	border: 2px lightgrey solid;
  	border-radius: 5px;
  	margin: 20px;
  	padding-top: 20px;
  	padding-bottom: 20px;
  	padding-right: 400px;
  	padding-left: 400px;
  	font-size: 30px;
  	background-color: white;
  }

  /*.leftsidepracticecontainer, .rightsidepracticecontainer{
    display: flex;
    flex-direction: column;
}

.leftsidepracticecontainer{
    align-items: flex-end;
}

.rightsidepracticecontainer{
    align-items: flex-start;
} */

  .row1practicelinks,
  .row2practicelinks {
  	display: flex;
  	flex-direction: row;
  	justify-content: space-between;
  }

  .practicelink {
  	margin: 20px;
  	border: 2px solid black;
  	border-radius: 5px;
  	padding: 70px;
  	font-size: 25px;
  	background-color: lightsalmon;
  	box-shadow: 2px 5px black;
  	text-decoration: none;
  	color: black;
  }

  .practiceshufflebutton {
  	margin-right: 50%;
  	margin-left: 50%;
  	border: 2px solid black;
  	padding: 50px;
  	border-radius: 5px;
  	font-size: 25px;
  	background-color: white;
  	box-shadow: 2px 5px black;
  }

  .practiceheader {
  	margin-left: 50%;
  	margin-right: 50%;
  	color: salmon;
  }

  .gridimage {
  	border: 2px solid black;
  	border-radius: 5px;
  }

  .disclaimerparagraph {
  	margin-left: 75px;
  	margin-right: 75px;
  	max-width: 900px;
  }

  .practiceshufflebuttoncontainer {
  	display: flex;
  	justify-content: center;
  }

  .submitbutton {
  	background-color: white;
  	border: 2px solid lightgrey;
  	border-radius: 5px;
  }

  .submitbutton:active {
  	background-color: white;
  	color: black;
  	border: 2px solid lightgrey;
  	border-radius: 5px;
  }

.largesubmitbutton{
	background-color:white;
	color: black;
	font-size: 40px;
	border: 2px solid black;
	border-radius: 5px;
	margin-bottom: 100px;
	padding: 10px;
}

.largesubmitbutton:hover{
	background-color:white;
	color: black;
	font-size: 40px;
	border: 2px solid black;
	border-radius: 5px;
	margin-bottom: 100px;
	padding: 10px;
	box-shadow: 5px 10px black;
}

  .button {
  	text-decoration: none;
  	background-color: white;
  	border: 2px solid black;
  	border-radius: 5px;
  	color: black;
  	padding: 10px;
  	margin: 20px;
  }

  .button:hover {
  	text-decoration: none;
  	background-color: black;
  	border: 2px solid white;
  	border-radius: 5px;
  	color: white;
  	padding: 10px;
  	margin: 20px;
  }

  #storyquestions {
  	display: none;
  }

  .failedstory {
  	color: white;
  	background-color: salmon;
  	padding: 50px;
  	margin: 5px;
  	border: 2px solid black;
  	border-radius: 5px;
  	display: inline-block;
  	text-decoration: none;
  	text-align: center;
  	font-family: 'Mouse Memoirs', serif;
  	font-size: 20px;
  }

  .passedstory {
  	color: black;
  	text-decoration: none;
  	background-color: #def2fe;
  	background-image: url(https://pngimg.com/uploads/confetti/confetti_PNG87045.png);
  	background-position: center;
  	background-size: 800px;
  	background-repeat: no-repeat;
  	position: relative;
  	padding: 50px;
  	margin: 5px;
  	border: 2px solid black;
  	border-radius: 5px;
  	text-decoration: none;
  	text-align: center;
  	font-family: 'Mouse Memoirs', serif;
  	font-size: 20px;
  }

  .defaultcomprehensionlink {
  	color: white;
  	background-color: lightgrey;
  	padding: 50px;
  	margin: 5px;
  	border: 2px solid black;
  	border-radius: 5px;
  	display: inline-block;
  	text-decoration: none;
  	font-family: 'Mouse Memoirs', serif;
  	font-size: 20px;
  }

  .comprehensiontitle {
  }
  .compbackbutton {
  	text-decoration: none;
  	background-color: white;
  	border: 2px solid black;
  	border-radius: 5px;
  	color: black;
  	padding: 10px;
  	margin: 50px;
  }

  .compbackbutton:hover {
  	text-decoration: none;
  	background-color: black;
  	border: 2px solid white;
  	border-radius: 5px;
  	color: white;
  	padding: 10px;
  	margin: 50px;
  }

  .failheader {
  	background-color: #f26666;
  	border-radius: 5px;
  	text-align: center;
  	width: fit-content;
  	padding-left: 10px;
  	padding-right: 10px;
  }

  .passheader {
  	background-color: #3b7d3b;
  	border-radius: 5px;
  	text-align: center;
  	width: fit-content;
  }

  .failwordheader {
  	background-color: #f26666;
  	border-radius: 5px;
  	text-align: center;
  	width: fit-content;
  }

  .passwordheader {
  	background-color: #3b7d3b;
  	border-radius: 5px;
  	text-align: center;
  	width: fit-content;
  	padding-left: 10px;
  	padding-right: 10px;
  	padding-top: 300px;
  	padding-bottom: 100px;
  }

  .rightanswer {
  	padding: 30px;
  	border: 2px solid black;
  	width: fit-content;
  	border-radius: 5px;
  	background-color: #d1f7b6;
  }

  .wronganswer {
  	padding: 30px;
  	border: 2px solid black;
  	width: fit-content;
  	border-radius: 5px;
  	background-color: #f7b5b5;
  }

  .gradebody {
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	border: 2px solid lightgrey;
  	margin-right: 400px;
  	margin-left: 400px;
  	border-radius: 20px;
  	background-color: #ebebeb;
  }

  .lessonword {
  	margin: 5px;
  	border-bottom: 2px solid black;
  	width: fit-content;
  	text-align: center;
		color: black;
		font-size: 100%;
		font-family: 'Nanum Pen Script';
  	/*height: auto;*/
  }

	.wordandrule{
	 font-family: 'Nanum Pen Script';

	}

.notebookwords{
	font-family: 'Nanum Pen Script';
}

  #dictionary,
  #lesson {
  	learn max-width: 400px;
  }

  .compgradetable {
  	border: 2px solid black;
  	border-radius: 10px;
		box-shadow: 5px 10px black;
		margin-bottom: 5%;
		background-color: #ffe8e5;
  }

  .compgradetable tr {
		width: fit-content;
}

  .compgradetable td {
		width: fit-content;
}

  .hidden {
  	display: none;
  }

  .userlandingpage {
  	display: flex;
  	flex-direction: column;
  }

  .logsignbuttons {
  	display: flex;
  	flex-direction: column;
  	margin-right: 200px;
  }

  .aboutpage,
  .topicslearn {
  	display: flex;
  	flex-direction: row-reverse;
  	justify-content: space-between;
  	margin: 20px;
  }

  .signupbutton {
  	text-decoration: none;
  	color: black;
  	background-color: white;
  	text-align: center;
  	padding: 10px;
  	border-radius: 15px;
  	border: 3px solid black;
  	font-weight: bolder;
  	font-size: 30px;
  	padding-left: 40px;
  	padding-right: 50px;
  	font-family: 'Mouse Memoirs';
  }

  .loginp {
  	font-family: Cabin;
  }

  .loginlink {
  	color: black;
  }

  .notebooktour {
  	background-color: #ebf5f7;
  	padding: 10px;
  	height: auto;
  	border-radius: 10px;
  	max-width: 160px;
  	border: 2px solid black;
  }

  .answercontainer {
  	display: flex;
  	flex-direction: row;
  	align-items: center;
  }

  #scoreheader {
  	padding: 20px;
  	border: 2px black solid;
  	border-radius: 10px;
  	font-weight: bold;
  	font-size: 20px;
  }

  #wordscore {
  	border: 2px solid black;
    border-radius: 10px;
    font-weight: bold;
    font-size: 35px;
    /* padding-left: 2%; */
    /* padding-right: 2%; */
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 50px;
    left: 10px;
    top: 50px;
    position: fixed;
    border-radius: 100%;
  }

  .checktranslationbody {
  	display: flex;
  	flex-direction: column;
  	justify-content: center;
  	align-items: center;
  	border: 2px solid lightgrey;
  	margin: 50px;
  	background-color: #dedede;
  	border-radius: 20px;
  }

  .bookmarkandlesson {
  	display: flex;
  	flex-direction: row;
  	max-width: 400px
  }

  .bookmarkside {
  	position: relative;
  	text-align: center;
  }

  .bookmarktext {
  	position: absolute;
  	color: black;
  	/*text-shadow: 2px 2px black; */
  	/*background-image: url(http://magicals.studio/avatars/bookmark.png);*/
  }

  #learnbuttoncontainer {
  	display: flex;
  	flex-direction: column;
  }

  .learnbuttonc {
  	display: flex;
  	flex-direction: row;
  }

  .unitcompletedp {
  	margin: 0px;
  }

  .viewfullnotebooklink {
  	text-decoration: none;
  	color: black;
  }

  .viewfullnotebook {
  	margin-top: 50px;
  }

  .multivideocontainer {
  	display: flex;
  	flex-direction: row;
  }

  .singlevideocontainer {
  	border: 2px solid lightgrey;
  	margin: 10px;
  	align-items: center;
  	display: flex;
  	justify-content: center;
  	border-radius: 10px;
  }

  /*tabs */

  /* Hide all steps by default: */

  .tab {
  	display: none;
  }

  /* Make circles that indicate the steps of the form: */

  .step {
  	height: 15px;
  	width: 15px;
  	margin: 0 2px;
  	background-color: salmon;
  	border: none;
  	border-radius: 50%;
  	display: inline-block;
  	opacity: 0.5;
  }

  /* Mark the active step: */

  .step.active {
  	opacity: 1;
  }

  /* Mark the steps that are finished and valid: */

  .step.finish {
  	background-color: salmon;
  }

  #prevBtn,
  #nextBtn {
  	background-color: white;
  	border: 2px solid black;
  	color: black;
  	font-family: 'Mouse Memoirs';
  	border-radius: 5px;
  	font-size: 15px;
  }

  #prevBtn:hover,
  #nextBtn:hover {
  	background-color: salmon;
  	border: 2px solid black;
  	color: white;
  	font-family: 'Mouse Memoirs';
  	border-radius: 5px;
  	font-size: 15px;
  }

  .footer {
  	position: fixed;
  	left: 0;
  	bottom: 0;
  	width: 100%;
  	background-color: salmon;
  	color: white;
  	text-align: center;
  }

  progress[value] {
  	height: 20px;
  	width: 250px;
  	-webkit-appearance: none;
  	appearance: none;
  }

  progress[value]::-webkit-progress-bar {
  	background-color: white;
  	border: 2px solid black;
  	border-radius: 5px;
  	box-shadow: 0 2px 5px #ebebeb inset;
  }

  progress[value]::-webkit-progress-value {
  	background-color: lightsalmon;
  	border-radius: 5px;
  }

  .matchbody {
  	display: flex;
  	flex-direction: row;
  	justify-content: center;
  	align-items: center;
  }

  .wordformc {
  	display: flex;
  	flex-direction: column;
  	justify-content: center;
  }

  select {
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
  	padding: 5px;
  	margin: 5px;
  	border: none;
  	background-image: url(https://icon-library.com/images/dropdown-arrow-icon/dropdown-arrow-icon-21.jpg);
  	background-position: 90%;
  	background-size: 9px;
  	background-repeat: no-repeat;
  	overflow: hidden;
  	-webkit-padding-end: 20px;
  	-webkit-padding-strt: 2px;
  	-moz-padding-end: 20px;
  	-moz-padding-start: 2px;
  	font-family: 'Mouse Memoirs';
  	font-size: 13px;
  }

  .notebooksquare {
  	text-decoration: none;
  	color: black;
  	font-family: 'Mouse Memoirs';
  	font-size: 30px;
  	padding: 10px;
  	background-color: white;
  	border: 2px solid black;
  	border-radius: 20px;
  	box-shadow: 2px 4px black;
  	display: inline-block;
  	margin: 20px;
  	text-wrap: wrap;
  	width: 200px;
  }

  .notebooksquare:hover {
  	text-decoration: none;
  	color: black;
  	font-family: 'Mouse Memoirs';
  	font-size: 30px;
  	padding: 10px;
  	background-color: salmon;
  	border: 2px solid black;
  	border-radius: 20px;
  	box-shadow: 2px 4px black;
  	display: inline-block;
  	margin: 20px;
  	text-wrap: wrap;
  	width: 200px;
  }

.currentnotebooksquare {
  	text-decoration: none;
  	color: black;
  	font-family: 'Mouse Memoirs';
  	font-size: 30px;
  	padding: 10px;
  	background-color: salmon;
  	border: 2px solid black;
  	border-radius: 20px;
  	box-shadow: 2px 4px black;
  	display: inline-block;
  	margin: 20px;
  	text-wrap: wrap;
  	width: 200px;
  }

  .currentnotebooksquare:hover {
  	text-decoration: none;
  	color: black;
  	font-family: 'Mouse Memoirs';
  	font-size: 30px;
  	padding: 10px;
  	background-color: salmon;
  	border: 2px solid black;
  	border-radius: 20px;
  	box-shadow: 2px 4px black;
  	display: inline-block;
  	margin: 20px;
  	text-wrap: wrap;
  	width: 200px;
  }

  .notebookwordreview {
  	display: flex;
  	flex-direction: row;
  }

  .wordandrule {
  	display: flex;
  	flex-wrap: wrap;
  }

  .backbutton {
  	display: inline-block;
  	text-decoration: none;
  	background-color: white;
  	border: 2px solid black;
  	border-radius: 5px;
  	color: black;
  	padding: 10px;
  	margin: 10px;
  }

  .backbutton:hover {
  	text-decoration: none;
  	background-color: white;
  	border: 2px solid black;
  	border-radius: 5px;
  	color: black;
  	box-shadow: 2px 4px black;
  	padding: 10px;
  	margin: 10px;
  }

  .lessonback {
  	display: inline-block;
  	text-decoration: none;
  	background-color: white;
  	border: 2px solid black;
  	border-radius: 5px;
  	color: black;
  	padding: 10px;
  	margin: 10px;
  }

  .lessonback:hover {
  	text-decoration: none;
  	background-color: white;
  	border: 2px solid black;
  	border-radius: 5px;
  	color: black;
  	box-shadow: 2px 4px black;
  	padding: 10px;
  	margin: 10px;
  }

  .fullnotebookflex {

  }

  .aboutzhi {
  	display: flex;
  	flex-direction: row;
  }

  .welcomepage {
  	display: flex;
  	flex-direction: row;
  	justify-content: space-between;
  	margin: 20px;
  }

  .welcomebanner {
  	background-image: url('http://magicals.studio/avatars/DuoDuoChinese.png');
  	font-size: 40px;
  	text-wrap: wrap;
  	background-position: center;
  	background-size: 800px;
  	background-repeat: no-repeat;
  }

  .comprehensionbody {
  	display: flex;
  	flex-direction: column;
  }

  .sorryp {
  	font-size: 40px;
  	margin: 5%;
  	background-color: #ffd9d5;
  	padding: 20px;
  	border-radius: 10px;
  }

  .homep {
  	font-size: 20px;
  }

  .longhelpform,
  .helpformbox {
  	border-radius: 5px;
  	border: salmon 2px solid;
  	margin: 5px;
  	padding: 10px;
  	/*width: fit-content;*/
  	height: fit-content;
  	background-color: #ffeae1;
  }

  .longhelpform:hover,
  .helpformbox:hover {
  	border-radius: 5px;
  	border: salmon 2px solid;
  	margin: 5px;
  	padding: 10px;
  	/*width: fit-content;*/
  	height: fit-content;
  	background-color: #ffc4aa;
  }

  .helpforms {
  	display: flex;
  	align-items: center;
  	justify-content: center;
  }

  /*input[type=text].grammarform{
	visibility:hidden;
}
input[type=radio]:checked.grammaropt + input[type=text].grammarform{
	visibility: visible;
}*/

  /*.reveal-if-active {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

input[type="radio"]:checked ~ .reveal-if-active,
input[type="checkbox"]:checked ~ .reveal-if-active {
  opacity: 1;
  max-height: 100px; /* little bit of a magic number :( 
  overflow: visible;
}*/

  /* Style the tab */

  .insertab {
  	overflow: hidden;
  	/*border: 1px solid #ccc; */
  	background-color: white;
  	width: fit-content;
  }

  /* Style the buttons that are used to open the tab content */

  .insertab button {
  	background-color: inherit;
  	float: left;
  	border: none;
  	outline: none;
  	cursor: pointer;
  	padding: 14px 16px;
  	transition: 0.3s;
  }

  /* Change background color of buttons on hover */

  .insertab button:hover {
  	background-color: #ffdfd2;
  }

  /* Create an active/current tablink class */

  .insertab button.active {
  	background-color: white;
  }

  /* Style the tab content */

  .tabcontent {
  	display: none;
  	padding: 6px 12px;
  	/* border: 1px solid #ccc; */
  	border-top: none;
  }

  .quizform {
  	display: flex;
  	flex-wrap: wrap;
  }

  .wordcheck {
  	margin: 2%;
  	border: black solid 1px;
  	border-radius: 5px;
  	padding: 1%;
  }

  .wordcheck:hover {
  	margin: 2%;
  	border: black solid 1px;
  	border-radius: 5px;
  	padding: 1%;
  	background-color: lightsalmon;
  }

  .insertablinks {
  	background-color: white;
  	border: 2px solid black;
  	border-radius: 2px;
  	font-family: 'Mouse Memoirs', serif;
  	font-size: 20px;
  }

  .topform {
  	display: flex;
  	justify-content: center;
  	flex-direction: column;
  	align-items: center;
  }

  #storygrid {
  	display: flex;
  	flex-wrap: wrap;
		align-items: center;
		justify-content: center;
  }

  .matchgames {
  	display: flex;
  	flex-direction: row;
  }

  .matchside {
  	margin-right: 10%;
  	margin-left: 10%;
  }

  .matchbody {
  	display: flex;
  	flex-direction: column;
  }

  .usererr {
  	border: 2px solid #ff5050;
  	width: fit-content;
  	padding: 0.5%;
  	border-radius: 5px;
  	background-color: #ff5050;
  }

  .insertable {
  	margin-top: 2%;
  	box-shadow: 5px 10px black;
  	border-radius: 5px;
  	border: 2px solid black;
  }

  .updatecontainer {
  	margin-top: 10%;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	margin-bottom: 5%;
  }

  .bookimg {
  	border: 3px solid black;
  	box-shadow: 8px 12px #f79ba1;
  	border-radius: 5px;
  	margin-right: 40px;
  }
.cardfront, .cardback{
    background-color: white;
    width: fit-content;
    padding: 50px;
    border-radius: 5px;
    border: solid 2px black;
}

.smallfont{
	font-size: large;
}

.fitbsentcontainer{
    background-color: white;
    width: fit-content;
    margin: 20px;
    padding: 1%;
    border: 2px solid black;
    border-radius: 5px;
}

.fitbsentcontainer:hover{
    background-color: lightsalmon;
    width: fit-content;
    margin: 20px;
    padding: 1%;
    border: 2px solid black;
    border-radius: 5px;
}

.otherschools{
    border: 2px solid black;
    border-radius: 5px;
    padding: 5px;
}

.unitwrap{
	flex-wrap:wrap;
}

.countButton{
	display: none;
}

.toneinput{
	display: none;
}
.rising{
  background-color: #d76c6c;
}

.falling{
  background-color: #6c88d7;
}

.valley{
  background-color: #f4f19d;

}

.flat {
  background-color: #dedede;
}

.rising, .falling, .valley, .flat{
	/* padding-left: 50%; */
	padding-right: 50px;
	padding-right: 50px;
	border-radius: 5%;
	padding-top: 50px;
	padding-bottom: 50px;
	/*box-shadow: 5px 10px black;*/
	margin: 5%;
	border:  2px solid black;
}

.tonecontainer{
  display: flex;
  flex-direction: row;
}

.toneform{
	display: flex;
	flex-direction: row;
}

ul.toneformcontainer{
display: flex;
flex-direction: row;
}

.toneformcontainer li{
  margin: 5px;
  padding: 2px;
}

.toneformcontainer label{
  padding: 4px;
}

.rising:hover{
  background-color: #f87c7c;
}

.falling:hover{
  background-color: #81a1f9;
}

.valley:hover{
  background-color: #fffcc1;

}

.flat:hover {
  background-color: #f4f4f4;
}

.checkbutton{
  background-color: #b2e7b2;
  border: 2px solid black;
  border-radius: 3%;
}

.memorizationsections{
	display: flex;
	flex-wrap: wrap;
	max-width: 70%;
}

canvas{
		border: 2px solid;
    box-shadow: 5px 10px black;
    border-radius: 10px;
    margin: 4%;
}

.bccontainer{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flashbutton{
  background-color: white;
  border-radius: 2px;
  border: 2px solid black;
}

.flashbutton:hover{
  background-color: lightgrey;
}

.filteropt{
  background-color: lightgrey;
  display: flex;
  flex-direction: row;
	justify-content: center;
	align-items:center;
}

.filterform{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.filter{
  margin-left: 10px;
  margin-right: 10px;
}

.rightTone{
	background-color: #9ac99a;
	width: 10%;
	padding-left: 50%; 
	padding-right: 50%; 
	border-radius: 5%;
	padding-top: 5%;
	padding-bottom: 5%;
	/*box-shadow: 5px 10px black;*/
	margin: 5%;
	border:  2px solid black;
}

.wrongTone{
	background-color: #ff9191;
	width: 10%;
	padding-right: 50%;
	padding-left: 50%;
	border-radius: 5%;
	padding-top: 15%;
	padding-bottom: 15%;
	/*box-shadow: 5px 10px black;*/
	margin: 5%;
	border:  2px solid black;
}

.flashbody{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tonesbuttons{
  display: flex;
  flex-direction: row;
  justify-content: center;
}


{box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
	border: 8px solid #ffdfdb;
	margin: 5%;
	border-radius: 10px;

}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.story{
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
}

.storybody{
	display: flex;
	flex-wrap: wrap;
	
}

#loginbody {
  background-color: #eef7fa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.inputp {
  /*font-family: 'Arial Black', gadget, sans-serif;*/
  font-family: 'Patrick Hand', serif;
  color: grey;
}

.inputbutton {
  border-radius: 5px;
  border:lightgrey 2px solid;
}

.inputbutton:hover {
  background-color: lightgrey;
}

.submitbutton {
  margin: 15px;
  border-radius: 5px;
  border: none;
}

.submitbutton:hover {
  background-color: lightgrey;
  border-radius: 30px;
  border: dark grey;
}

#forgotbuttons{
  display: flex;
  flex-direction: column; 
}

#loginfooterbuttons{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#avatar {
  text-align: center;
  background-color: white;
  color: black;
  border-radius: 100%;
  height: fit-content;
  width: fit-content;
  padding: 10px;
  border: black 2px solid;
}

.connectlink {
  background-color: white;
  color: salmon;
  text-decoration: none;
  border-radius: 20px;
  padding: 10px;
  /*font-family: 'Arial Black', gadget, sans-serif;*/
  font-family: 'Mouse Memoirs', serif;
  border-color: salmon;
  border-width: 2px;
  border-style: solid;
  margin: 30px;
}

#loginform{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#newuserform,
#loginform {
  background-color: rgb(214, 229, 237);
  margin: 20px;
  width: 800px;
  text-align: center;
  padding: 50px;
  box-shadow: 20px 40px #fc9292;
  float: center;
}


.notebookcontainer {
  position: relative;
  width: 50%;
}

/* Make the image responsive */
.notebookcontainer img {
  width: 100%;
  height: auto;
}

/* Style the button and place it in the middle of the container/image */
.notebookcontainer .notebookbuttons{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%);
  -ms-transform: translate(-30%, -50%);
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}


.notebooklink{
		text-decoration: none;
  	color: black;
  	font-family: 'Nanum Pen Script';
  	font-size: 30px;
}

.wordbuttons{
	display: flex;
	flex-wrap: wrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%);
  -ms-transform: translate(-30%, -50%);
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.youcater{
	margin-bottom: 5%;
}

.translationstory{
	background-image: url('http://magicals.studio/working/avatars/SpeechBubble.png');
	background-size: contain;
	float: center;
	width: 700px;
	height: 700px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
}

.storylocation{
	display: flex;
	flex-direction: row;
}

.speakinglogo{
	  transform: translate(-10%, 100%);
}

.culturecontainer{
	display: flex;
	flex-design: row;
	margin-bottom: 5%;
	border-bottom: black 2px solid;
	align-items: center;
}

.imgcontainer{
	box-shadow: 5px 10px black;
	border: black 2px;
	border-radius: 5%;
	margin: 10px;
}

.rdimage{
	border-radius: 5%;
}
