body {
  font-family: Georgia, serif;
  color: rgb(45, 21, 0);
}

h1 {
	font-size: 2.5vw;
  margin: 0;
}

h2 {
	font-size: 2.9vw;
  margin: 0;
}

h3 {
	font-size: 2vw;
  margin: 0;
}

p {
	font-size: 1.2vw;
}

p2 {
	font-size: 1.5vw;
}

p3 {
	font-size: 1.6vw;
  font-weight: bold;
}

@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;
}


.metronomebutton {
  background-image: url('images/greypaper.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;
  width: 15vw;
  height: 2.7vw;
  margin-right: 3vw;
}

.selectedbutton {
  background-image: url('images/redpaper.jpg')
}

.buttoncontinue {
  display: none;
  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;
  cursor: pointer;
  width: 15vw;
  margin-left: 32vw;
}

.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;
  cursor: pointer;
  width: 15vw;
  margin-left: 54vw;
}

.buttonreset {
  display: block;
  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;
  cursor: pointer;
  width: 15vw;
  display: none;
  margin-left: 7vw;
}


.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;
}



#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;
}




#presentationcontainer	 {
	overflow: hidden;
	margin: auto;
  padding-left: 4vw;
  padding-top: 2vw;
  float: left;
  position: absolute;

}

#pickspeed {
  display: flex;
  padding-top: 0.27vw;
}


#picknicenesscontainer  {
  margin-top: 2vw;
  display: flex;
  height: 4vw;
}

#picknicenessoptions  {

  display: flex;
  flex-wrap: wrap;

}

#buttoncontainer {
  display: flex;
}

#pagetitle {
  height: 2.9vw;
  line-height: 2.9vw;
  padding-top: 5vw;
  padding-bottom: 1vw;

}


#picknicenesslabel1 {
  height: 1.6vw;
  line-height: 1.6vw;
  padding-bottom: 2vw;
  padding-top: 0.2vw;
  width: 6vw;
  padding-right: .5vw;
}

#picknicenesslabel2 {
  height: 1.6vw;
  line-height: 1.6vw;
  padding-bottom: 2vw;
  padding-top: 0.2vw;
  width: 32vw;
  padding-left: 2vw;
}


#metronomecontainer {
  position: absolute;
  top: 12.5vw;
  display: none;
  padding-left: 2vw;
}

#metronometext {
  width: 23vw;
}

#textarea {
  height: 12vw;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 2.5vw;
  padding-top: 1vw;
  width: 75vw;
}

#rightwrongcontainer  {
  display: absolute;
  padding-left: 12vw;
  padding-top: 31vw;
}

#warning-message {
	padding: 10vw;
	padding-top: 12vw;
	top: 0;
	left: 0;
	width: 64vw;
	height: 18vw;
	     position: absolute;
     margin: auto;
	  text-align: center;

}


.grade-select {
  display: flex;
  height: 2vw;
  line-height: 2vw;
  width: 2.5vw;
  background-color: transparent;
  color: rgb(45, 21, 0);
  font-family: Luminari, serif;
  font-size: 2vw;
  font-weight: bold;
  border: none;
  cursor: pointer;
  align-items: center;
}
select:disabled{
    color: rgb(145,145,145);
   opacity: 0.6;
   cursor: default;
}

.select {
  padding-top: 0.1vw;
  height: 2vw;

    overflow: hidden;
    position: relative;
    display: block;
}
select{
    border: 0;
   -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select:after {
  display: flex;
    align-items: center;
    height: 2vw;
    width: 1vw;
    font-family: Arial;
    content:'\25BC';


    font-size: 1vw;
    color: #000;

    position: absolute;
    right: 0;
    top: 0;

    background: transparent;
    z-index: 1;


    pointer-events: none;
    box-sizing: border-box;
}



/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 3vw;
  padding-right: 1vw;
  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);
}





/* The container */
.container2 {
  display: block;
  position: relative;
  width: 3vw;
  padding-left: 3vw;
  padding-right: 5vw;
  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 */
.container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


/* Create a custom checkbox */
.checkmark2 {
  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 */
.container2:hover input ~ .checkmark2 {
  background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.container2 input:checked ~ .checkmark2 {
  background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark2:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container2 input:checked ~ .checkmark2:after {
  display: block;
}

/* Style the checkmark/indicator */
.container2 .checkmark2: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){

  #presentationcontainer { display:none; }

    #warning-message { display: block;

	}

}

@media only screen and (orientation:landscape){

    #warning-message { display:none; }

}
