* {
  box-sizing: border-box;
  margin: 0;
}

hr {
  border-color: #CE7267;
  border-bottom-width: 5px;
  border-style: solid;
  display: block;
  width: 100%;
}

body {
  background-image: url("/memorials/memorials-bg.png");
  background-repeat: repeat;
  min-height: 100vh; 
}

.wrapper-detail {
  padding: 20px;
  min-height: calc(100vh - 12px);
}


/*---- TYPOGRAPHY ----*/

h1 {
  font-family:"gardein";
  font-weight:500;
  font-size:3rem;
  color: #CE7267;
}

h3, .details-head {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.75rem;
  color: #CE7267;
  display: inline-block;
}


/*---- NAVIGATION ----*/

.nav-detail {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-height: 80px;
}

.nav-item {
  max-width: 100px;
  min-height: 80px;
}

.heading-detail {
  text-align: center;
}

.dropdown-wrapper {
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding: 20px 10%;
}


/*---- DETAILS & SUMMARY ----*/

details {
  border: 3px solid;
  border-color: #E9E9E9;
  background-color: #132F25;
  margin: 20px auto;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  color: #E9E9E9;
}

.details-wrapper {
  margin: 3px 36px;
  
  display: flex;
  flex-direction: row;
}

.details-text {
  flex: 5 1 0%;
  padding-bottom: 10px;
}

.details-text h3 {
  margin-right: .25em;
}

.details-text hr {
  border-bottom-width: 2px;
  margin: 8px 0;
  width: 100%;
}

.details-text span, .details-text p {
  padding-right: 3ch;
}

.details-image img {
  max-height: 240px;
  border: 3px solid;
  border-color: #CE7267;
  margin: 8px 0;
}

summary {
  font-weight: 600;
  font-style: normal;
  font-size: 1.75rem;
  color: #132F25;
  background-color: #E9E9E9;
  padding: 0 10px;
}

summary strong {
  font-weight: 800;
  color: #022017;
}

/*------- ABOUT -------*/

.about-text {
  padding: 5px 0;
}