hr {
  border-color: #CE7267;
  border-bottom-width: 3px;
  border-style: solid;
  
}

body {
  background-image: url("/memorials/memorials-bg.png"); 
  background-size:contain;
  background-repeat: repeat-y;
  margin: 0;
}

h1 {
  font-family:"gardein";
  font-weight:500;
  font-size:2rem;
}

h2 {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size:1.5rem;
  color:#CE7267;
}

header {
  color: #ECECEC;
  padding: 1rem;
  text-align: center;
}

.nav-banner {
  max-height: 8rem;
}

.nav-home {
  max-width: 60%;
  min-width: 36rem;
  margin: 0 auto;
  padding: 24px;
  
  display: flex;
  flex-direction: row;
  
  justify-content: center;
  align-items: center;
}

.nav-text {
  display: flex;
  flex-direction: column;
}

.nav-image {
  min-width: 400px;
}

.nav-home a {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3rem;
}

.nav-detail {
  
}

