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

/*
    font-family: 'Libre Baskerville', serif;
    font-family: 'Muli', sans-serif;
*/
html {
  font-size: 10px; }

h1 {
  font-family: "Muli", sans-serif;
  font-size: 2.8rem;
  position: relative;
  color: #eacb79;
  margin-bottom: 40px; }
  h1:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #eacb79;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%); }

p {
  font-family: "Libre Baskerville", serif;
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 2.4rem;
  margin-bottom: 2.4rem; }
  p.subtitle {
    color: white; }

a {
  text-decoration: none;
  color: #eacb79;
  font-family: "Muli", sans-serif; }

.wrapper {
  width: 960px;
  margin: 0 auto; }

header {
  width: 100%;
  height: 650px;
  background: #2c2c2c url(../img/ornament.svg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative; }
  header .ornament-bg {
    position: absolute; }
    header .ornament-bg img {
      width: 100%; }
  header img {
    width: 40%; }

.showcase {
  background: #fafafa; }
  .showcase .grid {
    padding: 80px 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .showcase .grid .grid-element {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 300px;
      padding: 30px;
      border: 1px solid #f4f4f4;
      margin-bottom: 30px;
      border-radius: 5px;
      overflow: hidden; }
      .showcase .grid .grid-element:hover .image-hover {
        width: 100%;
        height: 100%;
        visibility: visible;
        opacity: 1; }
      .showcase .grid .grid-element img {
        width: 100%; }
      .showcase .grid .grid-element .image-hover {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 50%;
        transform: translateY(-50%);
        width: 50%;
        height: 50%;
        background: rgba(255, 255, 255, 0.95);
        transition: 0.4s ease; }
        .showcase .grid .grid-element .image-hover p {
          word-wrap: normal; }
    .showcase .grid .cta {
      margin: 80px auto 0 auto;
      display: block;
      justify-self: flex-end;
      width: 300px;
      padding: 30px;
      text-align: center;
      border-radius: 5px;
      border: 1px solid #eacb79;
      font-size: 1.4rem;
      transition: 0.4s ease; }
      .showcase .grid .cta:hover {
        background: #eacb79;
        color: white; }

.contact .wrapper {
  padding: 80px 0px;
  display: flex; }
  .contact .wrapper .about {
    padding: 30px;
    width: 630px; }
  .contact .wrapper .adress {
    padding: 30px;
    width: 300px; }

@media only screen and (max-width: 960px) {
  .wrapper {
    width: 100%; }

  .showcase .grid .grid-element {
    width: 45%; } }
@media only screen and (max-width: 460px) {
  header {
    padding: 0px 40px; }

  .showcase .grid {
    justify-content: center; }
    .showcase .grid .grid-element {
      width: 80%; }
    .showcase .grid .cta {
      margin: 40px auto 0 auto;
      width: 80%; }

  .contact .wrapper {
    padding: 80px 0px;
    flex-direction: column; }
    .contact .wrapper .about {
      padding: 30px;
      width: 100%; }
    .contact .wrapper .adress {
      padding: 30px;
      width: 100%; } }

/*# sourceMappingURL=style.css.map */
