body {
  font: "Lucida Grande", Helvetica, Arial, sans-serif;
  color: black;
  background-color: white;
}

h1 {
  color: white;
  background: black;
  font: 4rem "Lucida Grande", Helvetica, Arial, sans-serif;

  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
}

#titleTop {
  color: white;
  background: black;
  font: 4rem "Lucida Grande", Helvetica, Arial, sans-serif;
  padding-top: 0.1rem;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
  padding-left: 0.5rem;
  transition: 0.4s;
}

#top {
  background-color: #813772;
  color: white;
  font: 2rem "Lucida Grande", Helvetica, Arial, sans-serif;
  padding-top: 0.1rem;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
  padding-left: 0.5rem;
  transition: 0.4s;
}

#alertMessage {
  text-align: center;
  background-color: #B82601;
  color: white;
  font: 1.5rem "Lucida Grande", Helvetica, Arial, sans-serif;
  padding-top: 0.1rem;;
  padding-right: 0.5rem;;
  padding-bottom: 0.1rem;;
  padding-left: 0.5rem;;
}

#listMe {
  background-color: white;
  color: #000000;
  padding-top: 0.1rem;;
  padding-right: 0.5rem;;
  padding-bottom: 0.1rem;;
  padding-left: 0.5rem;;
  border-bottom: 2rem solid #B82601;
}

#highlightedListMe {
  background-color: white;
  color:black;
  padding-top: 0.1rem;;
  padding-right: 0.5rem;;
  padding-bottom: 0.1rem;;
  padding-left: 0.5rem;;
  border-bottom: 0.1rem;;
  border-top: 0.1rem;;
  border-left: 0.1rem;;
  border-right: 0.1rem;;
  border-radius: 0.1rem;;
  margin: 5px;
}

#backing {
  background-color: white;
  padding-top: 0.1rem;;
  padding-right: 0.1rem;;
  padding-bottom: 0.1rem;;
  padding-left: 	0.1rem;
  text-align: center;
}

#centerBox {
  margin: auto;
  width: 50%;
  border: 0.1rem solid #813772;
  padding: 0.1rem;
}

#listElement {
  background-color: black;
  color: white;
  padding-top: 	0.1rem;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
  padding-left: 0.5rem;
  border-radius: 1rem;
  margin: 8px;
  transition: 0.4s;
}

#missingListElement {
  background-color: #B82601;
  color: white;
  padding-top: 1px;
  padding-right: 12px;
  padding-bottom: 1px;
  padding-left: 12px;
  margin-top: 5px;
  border-radius: 2rem;
  transition: 0.4s;
}

#bigText{
  text-align: center;
  font: 3rem "Lucida Grande", Helvetica, Arial, sans-serif;
}

#smallText{
  text-align: center;
  font: 1.5rem "Lucida Grande", Helvetica, Arial, sans-serif;
}

#smallTextLeft{
  text-align: left;
  font: 1.5rem "Lucida Grande", Helvetica, Arial, sans-serif;
}

#verySmallTextCentre{
  text-align: center;
  font: 1rem "Lucida Grande", Helvetica, Arial, sans-serif;
}

#bigTextLeft{
  text-align: left;
  font: 3rem "Lucida Grande", Helvetica, Arial, sans-serif;
  transition: 0.4s;
}

#largeIshTextLeft{
  text-align: left;
  font: 2rem "Lucida Grande", Helvetica, Arial, sans-serif;
  transition: 0.4s;
}

#largeIshTextCenter{
  text-align: center;
  font: 2rem "Lucida Grande", Helvetica, Arial, sans-serif;
  transition: 0.4s;
}

#largeTextLeft{
  text-align: left;
  font: 2rem "Lucida Grande", Helvetica, Arial, sans-serif;
  transition: 0.4s;
}

#wideContainer{
  border-style: inset;
  border: 1px solid #062F4F;
  width: 100%;
  color: black;
  font: 2.5rem "Lucida Grande", Helvetica, Arial, sans-serif;
  border-radius: 2rem;
  margin: 0.5rem 0;
  transition: 0.4s;
}

#boxContainer{
  background: lightsteelblue;
  transition: 0.4s;
  width: 200px;
  float: center;
  margin: 4px;
  border: none;
  font: 1.5rem "Lucida Grande", Helvetica, Arial, sans-serif;
}

#smallConatinerLeft {
  background: white;
  width: 25%;
  float:left;
}
#smallConatinerRight {
  background: white;
  width: 25%;
  float:left;
}


input[type] {
  width: 100%;
  font: 2.5rem "Lucida Grande", Helvetica, Arial, sans-serif;
  padding: 12px;
  margin: 8px 0;
  border: none;
  border-bottom: 1rem solid #B82601;
  box-sizing: border-box;
  transition: 0.8s;
}

select[type] {
  width: 100%;
  font: 2.5rem "Lucida Grande", Helvetica, Arial, sans-serif;
  padding: 12px 20px;
  margin: 8px 0;
  border: none;
  height: 70px;  
  text-align-last: center;
}

option[type] {
  width: 100%;
  font: 2.5rem "Lucida Grande", Helvetica, Arial, sans-serif;
  padding: 12px 20px;
  margin: 8px 0;
  border: none;
}

textarea {
  box-sizing: border-box;
  border: none;
  width: 100%;
  border-bottom: 1rem solid #B82601;
  background-color: lightgray;
  font: 1.5rem "Lucida Grande", Helvetica, Arial, sans-serif;
  resize: none;
  border-radius: 2rem;
  padding: 12px 20px;
  margin: 0.5rem 0;
}

button{
  width: 100%;
  background-color: #062F4F;
  color: white;
  font: 2.5rem "Lucida Grande", Helvetica, Arial, sans-serif;
  border-radius: 2rem;
  padding: 12px 20px;
  margin: 0.5rem 0;
  transition: 0.4s;
}

button:hover {
  background-color: black;
  color: white;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,10,0.19);
}

.accordion {
  background-color: black;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
  transition: 0.4s;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,10,0.19);
}


.active, .accordion:hover {
  background-color: #813772;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: #062F4F;
  color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-radius: 2rem;
  margin: 0.1rem 0.1rem;
}

.panel2 {
  padding: 0 18px;
  background-color: white;
  color: black;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-radius: 2rem;
  margin: 0.1rem 0.1rem;
}

.listItem {
  padding: 10px 18px;
  background-color: #062F4F;
  color: white;
  border-radius: 2rem;
  font: 2rem;
  margin: 0.1rem 0.1rem;
}

.meter {
  height: 1rem;
  /* Can be anything */
  position: relative;
  background: #081601;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 10px;
  -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}

.meter>span {
  display: block;
  height: 100%;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #f1a165;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1a165), color-stop(1, #f36d0a));
  background-image: -webkit-linear-gradient(top, #f1a165, #FDB101);
  background-image: -moz-linear-gradient(top, #f1a165, #FDB101);
  background-image: -ms-linear-gradient(top, #f1a165, #FDB101);
  background-image: -o-linear-gradient(top, #f1a165, #FDB101);
  -webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  font-size: 3rem;
}

.sidenav a {
  padding: 1rem 1rem 1rem 2rem;
  text-decoration: none;
  font-size: 3rem;
  color: #813772;
  display: block;
  transition: 0.5s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 4rem;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}