body {
  font-family: Georgia, serif;
  color: rgb(45, 21, 0);
}

h1 {
	font-size: 2.5vw;
}

h2 {
	font-size: 2.9vw;
}

h3 {
	font-size: 1.5vw;
  font-weight: normal;
}

p1 {
	font-size: 1.2vw;
}
p2 {
	font-size: 1.5vw;

}

@font-face {
    font-family: 'FreeSerif';
    src: url('font/FreeSerif.eot');
    src: url('font/FreeSerif.eot?#iefix') format('embedded-opentype'),
        url('font/FreeSerif.woff2') format('woff2'),
        url('font/FreeSerif.woff') format('woff'),
        url('font/FreeSerif.ttf') format('truetype'),
        url('font/FreeSerif.svg#FreeSerif') format('svg');
    font-weight: normal;
    font-style: normal;
}


body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus {
  outline: none;
}


#backarrow {
  z-index: 1;
	left: 2vw;
  top: 2vw;
	position: absolute;
	display: flex;
  align-items: center;
  height: 3vw;
  width: 3vw;
  font-family: Arial;
  line-height: 3vw;
  font-size: 3vw;
  cursor: pointer;
}


.buttontype {
  background-color: transparent;
  color: rgb(45, 21, 0);
  line-height: 5vw;
  position: relative;
  font-family: 'FreeSerif';
  font-size: 5vw;
  padding: 0;
  border: none;
  cursor: pointer;
}



.buttoncheck {
  background-image: url('images/redpaper.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  color: rgb(45, 21, 0);
  line-height: 2vw;
  position: relative;
  font-family: Georgia, serif;
  font-size: 2vw;
  padding: 0.3vw 0.4vw 0.3vw 0.4vw;
  border: solid;
  border-color: white;
  border-width: 0.1vw;
  margin-left: 4.5vw;
  cursor: pointer;
}

.buttonnew {
  background-image: url('images/redpaper.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  color: rgb(45, 21, 0);
  line-height: 2vw;
  position: relative;
  font-family: Georgia, serif;
  font-size: 2vw;
  padding: 0;
  border: none;
  padding: 0.3vw 0.4vw 0.3vw 0.4vw;
  border: solid;
  border-color: white;
  border-width: 0.1vw;
  margin-left: 2vw;
  cursor: pointer;
}

.buttonfullscreen {
	background-image: url('images/StampOutlineRed.png');
	background-repeat: no-repeat;
	background-size: cover;
	width: 8vw;
	height: 8.2vw;
  background-color: transparent;
  color: black;
  line-height: 4vw;
  position: absolute;
  right: 2vw;
  top: 2vw;
  font-family: 'FreeSerif';
  font-size: 10vw;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 1;
}

.buttonright {
	background-image: url('images/rectanglestampGREEN.png');
	background-repeat: no-repeat;
	background-size: cover;
  background-color: transparent;
  line-height: 3vw;
  font-size: 2.7vw;
  border: none;
  padding: 0;
  color: rgb(28, 181, 41);
  font-family: Georgia, serif;
  height: 5.5vw;
  width: 22vw;
}

.buttonwrong {
	background-image: url('images/rectanglestampRED.png');
  background-repeat: no-repeat;
	background-size: cover;
  background-color: transparent;
  line-height: 3vw;
  font-size: 2.7vw;
  border: none;
  padding: 0;
  color: rgb(206, 41, 41);
  font-family: Georgia, serif;
  height: 5.5vw;
  width: 22vw;
}

.divider1 {
  border-left: 0.3vw dashed rgb(45, 21, 0);
  height: 50vw;
  position: absolute;
  left: 45vw;
  margin-left: -3px;
  top: -4vw;
}

#canvas	 {
	background-image: url('images/paper.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

	width: 84vw;
	height: 40vw;
	     position: absolute;
     margin: auto;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
	overflow: hidden;
}



#notationcontainer	 {
	padding: 2vh 2vw 2vh 2vw;
	text-align: center;
	width: 40vw;
	float: left;
	position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
	overflow: hidden;
}

#score {
    background: transparent;
    /*border: 10px solid #DDDDCC;*/
	height: 100%;
	width: 100%;
	display: inline-block;
}


#right	 {
	padding-top: 3vw;
	overflow: hidden;
	margin: auto;
  top: 0;
  bottom: 0;
  float: left;
  padding-left: 45vw;
  position: absolute;
  width: 39vw;

}

#questioncontainer  {
  padding-top: 5vw;
  margin-left: 4vw;
}

#typecontainer  {
  margin-left: 4vw;
  margin-bottom: 1vw;
  margin-top: 2vw;
}

#checkcontainer  {

}

#instructions {
  padding-left: 4vw;
  padding-right: 5vw;
  display: flex;
}

#rightwrongcontainer  {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1.5vw;
}

#warning-message {
	padding: 10vw;
	padding-top: 12vw;
	top: 0;
	left: 0;
	width: 64vw;
	height: 18vw;
	     position: absolute;
     margin: auto;
	  text-align: center;

}


/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 3vw;
  padding-top: 0.1vw;
  margin-bottom: 0.5vw;
  cursor: pointer;
  font-size: 1vw;
  line-height: 2vw;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.8vw;
  width: 1.8vw;
  background-color: transparent;
  border: solid;
  border-width: 0.15vw;
  border-color: rgb(45, 21, 0);
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 0.55vw;
  top: 0.15vw;
  width: 0.4vw;
  height: 1vw;
  border: solid rgb(45, 21, 0);
  border-width: 0 .3vw 0.3vw 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



#warning-message { display: none; }

@media only screen and (orientation:portrait){

  #notationcontainer { display:none; }
	#right { display:none; }
	.divider1 { display:none; }



    #warning-message { display: block;

	}

}

@media only screen and (orientation:landscape){

    #warning-message { display:none; }

}
