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

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;
}

main {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wrapper {
  margin: auto 0;
}

.nav-banner {
  max-height: 8rem;
  padding: 1rem;
  display: block;
  margin: 0 auto;
}

.nav-home {
  min-width: 48rem;
  margin: 0 auto;
  padding: 24px 0;
  
  display: flex;
  flex-direction: row;
  gap: 20px;
  
  justify-content: center;
  align-items: center;
}

a {
  display: block;
}

.nav-home > * {
  flex: 1 1 0%;
}

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

.nav-text:link, .nav-text:visited {
  color: #6b8079;
  transition: 300ms all;
}

.nav-text:hover {
  color:#E9E9E9;
}

.nav-image {
  min-width: 200px;
  max-width: 400px;
  width: 100%;
}

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

.nav-l {
  text-align: right;
}

.nav-r {
  text-align: left;
}
