* {
  margin: 0 auto;
  padding: 0;
}

.census_banner{
  width: 100%;
  height: 75px;
  line-height: 75px;
  font-size: 35px;
  text-align: center;
  border-bottom:  .5px solid black;
  background-color: #efffed;
}

.wrapper_1820{
  width: 600px;
  height: 500px;
  background-color: white;
  border: 10px solid #fae97d;
  border-radius: 15px;
  margin: 0 auto;
}

.body_1820{
  width: 100%;
  height: 1000px;
  background-image: url(../../images/census_1820_background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px;
}

.navdiv{
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  background-color: #e2ffec;
}

.navbarli{
  list-style: none;
  display: inline-block;
  float: left;
  }

  .navbarli a{
    display: block;
    text-decoration: none;
    font-size: 20px;
    font-family: arial;
    color: #1e1e1e;
    padding: 0 12px;
  }

  .navbarli a:hover{
    color: red;
    font-size: 18px;
  }

.census_type{
  font-size: 24px;
  text-align: center;
  color: blue;
  width: 75%;
  height: 100px;
  border: 5px solid green;
  line-height: 100px;
  border-radius: 50px 0 50px  0;
}

.census_type:hover{
  font-weight: bold;
  font-size: 20px;
  background-color: #f28cea;
  color: black;
}

.censusheader{
  text-align: center;
  font-size: 24px;
  }

  .formdiv{
    width: 500px;
    height: 500px;
  }

.input_box{
  width: 25px;
  float: left;
}

.input_box1{
  width: 200px;
}

.list_wrapper{
  width: 1400px;
  margin: 0 auto;
  height: auto;
  border-left: .5px solid black;
  border-right: .5px solid black;
  background-color: #f6ffe5;
}

.census_banner2{
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  background-color: #f3f2ff;
}

.census_body{
  background-color: blue;
  width: 100%;
  height: auto;
}

.cell_size1{
  width: 50px;
  text-align: center;
  font-size: 18px;
}

.cell_size2{
  width: 150px;
  font-size: 18px;
}

.highlight:hover{
  background-color: yellow;
}

.census_body_page{
  width: 100%;
  height: auto;
  background-image: url(1820_census_backdrop.jpeg);
}

.image_div_pg1{
  width: 1400px;
  height: 1443px;
  border: .5px solid black;
}

.image_div_pg2{
  width: 1400px;
  height: 726px;
  border: .5px solid black;
}
