body {
  align-items: center;
  background: #f6f6f6;
  display: flex;
  flex-direction: column;
  font-family: "Computer Modern Serif";
  margin: 0;
}

.card {
  background: white;
  border: 1px solid gray;
  display: flex;
  flex-direction: column;
}

#main-card {
  box-shadow: 0px 0px 10px lightgray;
  border-top: none;
}

#tpp {
  width: 5in;
  margin: 1in 1in 0.4in 1in;
  display: flex;
  flex-direction: column;
}

#crest-img {
  width: 2in;
  margin:auto;
}

#names {
  display: flex;
  flex-direction: column;
  margin-top: 1cm;
}

#charname-img {
  height: 0.7in;
  align-self: center;
  margin: 0.3cm;
}
#and-img {
  height: 0.3in;
  align-self: center;
  margin: 0.3cm;
}
#nickname-img {
  height: 0.7in;
  align-self: center;
  margin: 0.3cm;
}

#save-the-date-line {
  align-self: center;
  font-weight: bold;
  letter-spacing: 0.2cm;
  margin-bottom: 0.3cm;
}

#extra-lines {
  align-self: center;
  margin: 0.4cm;
}

#compiled-byline {
  align-self: center;
}

#quarters {
  width: 0.6in;
  align-self: center;
  margin: 1in;
}

.listing {
  cursor: pointer;
  border: 1px solid lightgray;
  background: none;
  font-family: "Computer Modern Serif";
  font-size: 0.2in;
  text-align: left;
  padding: 0.2in;
  margin: 0 0.5in;
  display: flex;
  justify-content: space-between;
}

.checkbox-label {
  font-size:0.2in;
  margin-left: 0.2in;
  margin-right: 0.2in;
}

.listing:hover {
  box-shadow: 0px 0px 6px gray;
}

.no-border-bottom {
  border-bottom: none;
}

#menu-img {
  align-self: center; 
  display: flex; 
  width: 3.5in;
}


@media (max-device-width: 800px) {
  body {
  }

  #main-card {
    width: 100%;
  }

  #tpp {
    width: 80%;
    align-self: center;
  }

  #crest-img {
    width: 4in;
  }

  #save-the-date-line {
    font-size: 0.5in;
    letter-spacing: 0.5cm;
    margin-top: 1cm;
  }

  #compiled-byline {
    font-size: 0.4in;
  }

  #charname-img {
    height: 1.2in;
    margin: 0.5cm;
  }
  #and-img {
    height: 0.5in;
    margin: 0.5cm;
  }
  #nickname-img {
    height: 1.2in;
    margin: 0.5cm;
  }

  .listing {
    margin: 0;
    font-size: 0.6in;
    padding: 0.5in;
  }

  .checkbox-label {
    font-size:0.6in;
  }

  #quarters {
    width: 1.5in;
    margin: 1in;
  }

  #footer {
    border-top: none;
    width: 100%;
    font-size: 0.6in;
  }

  .footer-col {
    min-width: 100%;
  }

  .footer-col-row-item {
    margin-left: 1in;
  }

  input[type='checkbox'] {
    width: 0.6in;
    height: 0.6in;
  }

  #menu-img {
    width: 100%;
  }
}

#footer {
  border-top: 1px solid lightgray;
  color: gray;
  width: 90%;
  margin: 1in auto 0 auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 1cm;
}

.footer-cols {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.footer-col {
  margin-top: 0.5cm;
  margin-left: 1cm;
  display: flex;
  flex-direction: column;
}

.footer-col-row {
  margin-bottom: 0.2cm;
}
.footer-col-row-head {
  font-weight: bold;
  color: black;
}
.footer-col-row-item {
  margin-left: 0;
}

hr {
  color: lightgray;
}

input[type='checkbox'] {
  -webkit-appearance:none;
  width:0.8cm;
  height:0.8cm;
  background:white;
  border-radius:5px;
  border:2px solid lightgray;
}
input[type='checkbox']:hover {
  cursor: pointer;
}
input[type='checkbox']:checked {
  background: gold;
  border:2px solid gold;
}

.checkholder {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#errorbox {
  margin: 0.5cm;
  text-align: center;
}

