/* = Fonts
----------------------------------------------------------------------------- */
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/open-sans-v34-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v34-latin-regular.woff") format("woff");
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/open-sans-v34-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v34-latin-700.woff") format("woff");
}
@font-face {
  font-family: "Visual Hollow";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/visual_hollow_serif.woff") format("woff");
}
/* = General
----------------------------------------------------------------------------- */
html {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #1b242a;
  font-size: 0.95rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  background: #eae8e6;
}

a {
  color: #1b242a;
}

.legal main {
  padding: 2rem;
}
.legal main .button {
  width: 100%;
  max-width: 350px;
  margin: 0 0 2rem 0;
  padding: 0.75rem 1rem;
  box-sizing: border-box;
  display: block;
  background-color: #a59b92;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all 0.125s ease;
}
.legal main .button:hover {
  transform: scale(1.05);
}
.legal main strong {
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: block;
  font-weight: bold;
}
.legal main h1 {
  margin-bottom: 1rem;
  font-size: 2.75rem;
  font-family: "Visual Hollow";
  letter-spacing: 1px;
  line-height: 1;
}
.legal main p {
  margin-bottom: 1rem;
}

main {
  box-sizing: border-box;
}
main section {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
}
main section.start {
  max-width: none;
  height: 85vh;
  padding: 1rem 2rem;
  box-sizing: border-box;
  flex-flow: column;
  background: url("../img/edelcollection.jpg");
  background-size: cover;
}
main section.start img {
  width: 100%;
  max-width: 500px;
  height: auto;
}
main section.start p {
  width: 100%;
  max-width: 775px;
  margin: 0 auto 1rem auto;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  main section.start p {
    text-align: justify;
    hyphens: auto;
  }
}
main section.overview {
  padding: 5rem 0;
}
main section.overview h2 {
  margin-bottom: 1rem;
  font-size: 2.75rem;
  font-family: "Visual Hollow";
  letter-spacing: 1px;
  line-height: 1;
}
main section.overview ul {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  main section.overview ul {
    padding: 2rem 1rem;
  }
}
main section.overview ul li {
  width: calc(33.333% - 1rem);
  margin: 0.5rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  transition: all 0.125s ease;
}
@media only screen and (max-width: 767px) {
  main section.overview ul li {
    width: calc(50% - 0.5rem);
    margin: 0.25rem;
  }
}
main section.overview ul li:hover {
  transform: scale(1.05);
}
main section.overview ul li a {
  padding: 1.25rem;
  cursor: pointer;
}
main section.overview ul li a img {
  width: 100%;
  height: auto;
}
main section.brand {
  height: 50vh;
}
@media only screen and (max-width: 767px) {
  main section.brand {
    height: auto;
    flex-flow: column-reverse;
    margin-bottom: 3rem;
  }
}
main section.brand:nth-child(even) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  main section.brand:nth-child(even) {
    flex-flow: column-reverse;
  }
}
main section.brand .column {
  width: 50%;
  height: 100%;
  padding: 3.75rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  display: flex;
}
@media only screen and (max-width: 767px) {
  main section.brand .column {
    width: 100%;
    padding: 1.75rem;
    flex-flow: row wrap;
  }
}
main section.brand .column.logo {
  padding: 0;
  align-items: center;
}
main section.brand .column.logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main section.brand .column.content h2 {
  margin-bottom: 1rem;
  font-size: 2.75rem;
  font-family: "Visual Hollow";
  letter-spacing: 1px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  main section.brand .column.content h2 {
    text-align: center;
  }
}
main section.brand .column.content p {
  text-align: center;
  margin-bottom: 1rem;
}
main section.brand .column.content a {
  width: 100%;
  max-width: 300px;
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  display: block;
  background-color: #a59b92;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all 0.125s ease;
}
main section.brand .column.content a:hover {
  transform: scale(1.05);
}
main section.end {
  min-height: 300px;
}

footer {
  margin-top: 3rem;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px rgba(142, 135, 128, 0.6196078431) solid;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}