body {
  background-color: white }

ul.navbar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 2em;
  left: 1em;
  width: 9em }

h1 {
  font-family: papyrus;
  font-size: 24px;
  color: black }

h2 {
  font-family: jasmineupc;
  font-size: 20px;
  color: black }

p {
  font-family: jasmineupc;
  font-size:16px;
  color:black }

.title {
  width:60%;
  margin-left:20%;
  margin-right:20%;
  height:150px }

.display {
  position:absolute; 
  top:180px; 
  width:100% }

.cover {
  width:90%;
  height:auto;
  margin-left:5% }

.topnav {
  position: relative;
  overflow: hidden;
  background-color: lavender;
  margin-left:0px;
}

.topnav a {
  float: left;
  font-family: papyrus;
  color: black;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  font-size: 20px;
}

.topnav-centered a {
  float: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.topnav-right {
  float: right;
  margin-right:25%;
}

.topnav-left {
  float: left;
  margin-left:25%;
}

a:link {
  color: black }

a:visited {
  color: black }

* {
  box-sizing: border-box;
}


.verifyDiv {
  top:5%; 
  width: 40%;
  margin-left: 32%;
}

.mathDiv {
  margin-left: 25%;
}

.footerdiv {
  left: 0;
  width: 100%;
  margin-top:50px;
  height:25px;
}

/* Create three columns that floats next to each other */
.onethirdcolumn1 {
  float: left;
  width: 33%;
  padding: 10px;
}


.onethirdcolumn2 {
  float: left;
  width: 33%;
  padding: 10px;
}


.onethirdcolumn3 {
  float: left;
  width: 33%;
  padding: 10px;
}

/* Create two equal columns that floats next to each other */
.column1 {
  float: left;
  width: 60%;
  padding: 10px;
}

.column2 {
  float: left;
  width: 35%;
  padding: 10px;
}

.indexcolumn1 {
  float: left;
  width: 55%;
  margin-left:-10px;
}

.indexcolumn2 {
  float: left;
  width: 45%;
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 650px) {
  .onethirdcolumn1 {
    width: 100%;
  }
  .onethirdcolumn2 {
    width: 100%;
  }
  .onethirdcolumn3 {
    width: 100%;
  }

  .column1 {
    width: 97%;
    border: none;
  }
  .column2 {
    width:97%;
    border: none;
  }

  .indexcolumn1 {
    width: 100%;
    border: none;
    margin-left:0px;
  }
  .indexcolumn2 {
    width:97%;
    border: none;
  }

  .verifyDiv {
    width: 100%; 
    margin-left:0%;
    padding-left: 5%;
    padding-right:5%;
  }

  .mathDiv {
    width:100%;
    margin-left:0%;
    padding-left: 5%;
    padding-left: 5%;
  }

  .title {
    width:100%;
    margin-left:0%;
    margin-right:0%;
    height:120px; 
  }

  .display {
    top:150px; 
  }

  .topnav-right {
    float: right;
    margin-right:5%;
  }

  .topnav-left {
    float: left;
    margin-left:5%;
  }

}