/* #7F7CAF #9FB798 #28587B #9FB4C7 #EEEEFF */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: Inter, sans-serif;
  font-family: "Roboto Condensed", sans-serif;
  font-family: Tinos, serif;
  background-color: #eeeeff;
  margin-top: 50px;
  width: 70%;
  margin: auto;
}
h1 {
  text-align: center;
  color: #7f7caf;
  font-size: 80px;
}
h2 {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
}
p {
  font-size: 18px;
}
article {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 25px;
}
.location {
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 25px;
}
.top_title {
  align-items: center;
  grid-column: 1/-1;
}
.info_data {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  grid-template-columns: auto 120px 120px;
  column-gap: 10px;
  align-items: baseline;
  grid-template-rows: 40px auto;
}
.top_menu {
  margin: 20px 0;
}
.top_menu ul {
  display: flex;
  color: #eeeeff;
  gap: 10px;
  justify-content: stretch;
}
.top_menu li {
  padding: 10px 15px;
  background-color: #7f7caf;
  color: #eeeeff;
  text-decoration: none;
  justify-content: space-between;
  border: #000 2px solid;
}
.top_menu li a {
  text-decoration: none;
  color: inherit;
  text-transform: uppercase;
}
.top_menu li a:hover {
  font-weight: bold;
}
.sub_menu {
  margin-bottom: 20px;
}
.sub_menu ul {
  display: flex;
  flex-wrap: wrap;
  color: #eeeeff;
  gap: 10px;
  justify-content: stretch;
}
.sub_menu li {
  padding: 2px 5px;
  background-color: #7f7caf;
  font-size: 14px;
  color: #eeeeff;
  text-decoration: none;
  justify-content: space-between;
  border: #000 2px solid;
}
.sub_menu li a {
  text-decoration: none;
  color: inherit;
  text-transform: uppercase;
}
.sub_menu li a:hover {
  font-weight: bold;
}
.top_blurb {
  text-align: center;
  font-size: 20px;
  font-style: italic;
  margin-bottom: 10px;
}
.title {
  font-size: 30px;
  text-align: center;
  background-color: #9fb4c7;
  padding: 5px;
  border: 3px;
  border-color: #7f7caf;
}
.title_loc {
  grid-column: 1 / -1;
  font-size: 35px;
  text-align: center;
  background-color: #9fb4c7;
  padding: 5px;
  border: #000 2px solid;
}
.children {
  grid-column: 1/-1;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.union {
  display: grid;
  grid-template-columns: 110px 110px;
  justify-items: stretch;
  column-gap: 20px;
}
.father_top {
  background-color: #28587b;
  border: 1px;
  border-style: solid;
  text-transform: uppercase;
  border-color: #000;
  font-size: 13px;
  padding: 5px;
  text-align: center;
}
.double_top {
  grid-column: 1 / -1;
}
.mar_top {
  grid-column: 1 / -1;
  background-color: #28587b;
  border: 1px;
  border-style: solid;
  text-transform: uppercase;
  border-color: #000;
  font-size: 13px;
  padding: 5px;
  text-align: center;
  color: white;
}
.mother_top {
  background-color: #9fb4c7;
  border: 1px;
  text-transform: uppercase;
  border-style: solid;
  border-color: #000;
  font-size: 15px;
  padding: 5px;
  text-align: center;
}
.parent {
  width: 120px;
  height: 280px;
  color: beige;
  text-align: center;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.212);
}
.spouse {
  width: 110px;
  height: 260px;
  color: beige;
  text-align: center;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.212);
}
.index {
  width: 80px;
  height: 180px;
  color: beige;
  text-align: center;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.212);
}
.consort {
  width: 110px;
  height: 290px;
  color: beige;
  text-align: center;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.212);
}
.holderparent {
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.holderconsort {
  height: 290px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.parent a {
  text-decoration: none;
  color: azure;
  display: inline-block;
}
.spouse a {
  text-decoration: none;
  color: azure;
  display: inline-block;
}
.consort a {
  text-decoration: none;
  color: azure;
  display: inline-block;
}
.child {
  width: 100px;
  color: beige;
  text-align: center;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.212);
}
.child a {
  text-decoration: none;
  color: azure;
  display: inline-block;
}
.parents {
  display: flex;
  gap: 10px;
}
.info_box {
  background-color: #c2c1c2;
  padding: 10px;
  border: #000 2px solid;
}
.info_box li {
  margin-bottom: 30px;
  font-size: 17px;
}
.info_box li:first-child {
  font-weight: 700;
}
.info_box li:last-child {
  margin-bottom: 0;
}
.parent_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #9fb4c7;
  border: 1px;
  border-style: solid;
  border-color: #28587b;
  color: #112736;
  flex-grow: 1;
  margin-top: 3px;
}
li {
  list-style-type: none;
}
.spouce {
  font-weight: normal;
}
.birth {
  background-color: #119da4;
  color: #fff;
  text-align: center;
  padding: 10px 5px;
  border: #000 2px solid;
  grid-column: 1;
}
.birth a {
  text-decoration: none;
  color: white;
}
.birth a:hover {
  font-size: 18px;
}
.death {
  background-color: black;
  color: white;
  text-align: center;
  padding: 10px 5px;
  grid-column: 1;
}
.death a {
  text-decoration: none;
  color: white;
}
.death a:hover {
  font-size: 18px;
}
.buried {
  background-color: rgb(141, 141, 141);
  color: white;
  text-align: center;
  padding: 10px 5px;
  border: black 2px solid;
  grid-column: 1;
}
.buried a {
  text-decoration: none;
  color: white;
}
.buried a:hover {
  font-size: 18px;
}
.duke {
  background-color: #1b4079;
  color: #fff;
  text-align: center;
  padding: 10px 5px;
  border: #000 2px solid;
  font-size: 14px;
}
.duke li {
  margin: 0;
}
.monarch {
  background-color: #b654dd;
  color: #fff;
  text-align: center;
  padding: 10px 5px;
  border: #000 2px solid;
  font-size: 14px;
}
.monarch li {
  margin-bottom: 10px;
}
.parent_img {
  width: 100%;
  border: 3px;
  border-style: solid;
  border-color: #000;
}
.monarch_img {
  width: 250px;
  border: 3px;
  border-style: solid;
  border-color: #000;
}
.locate_img {
  width: 100%;
  border: 3px;
  border-style: solid;
  border-color: #000;
}
.spouce_img {
  border: #000 2px solid;
  width: 100%;
}
.married_img {
  border: #000 2px solid;
  width: 200px;
}
.child_img {
  height: 140px;
  border: 3px;
  border-style: solid;
  border-color: #000;
}
.father {
  text-align: center;
  background-color: #7fffd4;
}
.mother {
  text-align: center;
  background-color: #0ff;
}
.portrait_box {
  color: #fff;
}
.portrait_box a {
  text-decoration: none;
  color: azure;
  display: inline-block;
}
.parent_top {
  grid-column: 2/-1;
  background-color: #7f7caf;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
  font-size: 15px;
  margin: 10px 0;
}
.sibling_top {
  grid-column: 1/-1;
  background-color: #7f7caf;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
  font-size: 15px;
  margin: 10px 0;
}
.data_top {
  grid-column: 1;
  background-color: #7f7caf;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
  font-size: 15px;
  margin: 10px 0;
}
.marriage_top {
  grid-column: 1/3;
  background-color: #7f7caf;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
  font-size: 15px;
  margin: 10px 0;
}
#map {
  height: 300px;
  /* The height is 400 pixels */
  width: 100%;
  background-color: rgb(99, 100, 100);
  border: #000 2px solid;
  /* The width is the width of the web page */
}
.length {
  background-color: #28587b;
  font-size: 16px;
  padding: 4px 2px;
}
.marriage {
  display: flex;
  flex-wrap: wrap;
  columns: 1fr 1fr auto;
  text-align: center;
  align-items: start;
  padding: 10px;
  gap: 50px;
}
.locate_details {
  /* background-color: #c2c1c2; */
  padding: 10px;
  font-size: 20px;
  line-height: 40px;
}
.locate_details p {
  background-color: #e3ebc2;
  border: black 2px solid;
  padding: 3px;
  line-height: 24px;
}
.personal_details {
  grid-column: 1;
}
.personal_details li {
  display: flex;
  margin-bottom: 15px;
}
.personal_details p {
  background-color: #e3ebc2;
  border: black 2px solid;
  padding: 3px;
}
.marriage li {
  margin-bottom: 5px;
  font-size: 15px;
}
.mariage_pic {
  padding: 10px;
  width: 250px;
}
.marriage_info {
  background-color: #9fb798;
  text-align: center;
  border: rgb(27, 27, 27) 2px solid;
  padding: 10px;
  color: #000;
}
.marriage_info a {
  text-decoration: none;
  color: #000;
}
.small_icon {
  width: 25px;
  height: 25px;
  margin-right: 20px;
}

.info_name {
  padding-bottom: 10px;
}
footer {
  margin: 50px 0px;
}
footer ul {
  display: flex;
  text-align: center;
  justify-content: space-around;
}
.sale {
  width: 200px;
}
footer p {
  font-size: 15px;
  font-style: italic;
}
.monarch {
  background-color: #c145f1;
  color: white;
  text-align: center;
  padding: 10px 5px;
  border: black 2px solid;
  /* grid-column: 3;
  grid-row: 2; */
  font-size: 18px;
  margin-bottom: 5px;
}
.monarch li {
  margin-bottom: 2px;
}
.york p {
  background-color: #28587b;
  color: white;
  text-align: center;
  font-size: 16px;
  margin-bottom: 5px;
}
.succession {
  background-color: #9fb798;
  padding: 10px 5px;
  border: black 2px solid;
  text-align: center;
  margin-bottom: 5px;
}
.consorts p {
  background-color: #9fb4c7;
  padding: 10px 5px;
  border: black 2px solid;
  text-align: center;
  margin-bottom: 5px;
}
.policy p {
  font-size: 25px;
  padding: 25px;
}
.base_menu {
  margin: 10px;
  color: #7f7caf;
  text-transform: uppercase;
}
.base_menu a {
  text-decoration: none;
}
#ad-header {
	min-height: 266px;
}
@media screen and (min-width: 40em) {
	#ad-header {
		min-height: 200px;
	}
}