* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  margin: 0;
}

body {
  color: #365439;
  margin: 0;
  font-family: eb-garamond, serif;
}

a {
  color: #365439;
}

h1, h2, h3, h4 {
  font-weight: 400;
}

p {
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  p {
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  p {
    font-size: 16px;
  }
}

.main {
  position: relative;
  min-height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em 5em 5em;
}

.main > * {
  position: relative;
}

.main::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("/Twilight External cropped.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.9;
}

.main::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(138deg, white 0%, rgba(0, 0, 0, 0) 40%);
}

.main-content {
  text-align: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  z-index: 1;
}

.main-content-links br {
  display: none;
}

.main-logo {
  width: 500px;
}

.main-logo-title {
  margin: 0;
}

.main-tel {
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.main-tel:hover, .main-tel:focus {
  color: #EFEDDE;
}

.main-big-text {
  font-size: 3.5rem;
  color: #fff;
  text-shadow: 0 0 12px #000;
  margin: 0 0 1em;
}

.main-big-text-container {
  margin-top: 0;
  max-width: 600px;
}

@media screen and (max-width: 1600px) {
  .main {
    padding: 1em 3em 3em;
  }
  .main p {
    font-size: 16px;
  }
  .main-logo {
    width: 440px;
  }
  .main-big-text {
    font-size: 2.5rem;
  }
  .main-big-text-container {
    margin-top: 3em;
  }
}

@media screen and (max-width: 1100px) {
  .main p {
    margin-top: 0;
  }
  .main-logo {
    width: 380px;
  }
  .main-logo-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 800px) {
  .main {
    padding: 1em 1.5em 3em;
    min-height: 720px;
  }
  .main::before {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 130px;
  }
  .main-content {
    padding: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .main-content-links span {
    display: none;
  }
  .main-content-links br {
    display: block;
  }
  .main-logo {
    width: 100%;
  }
  .main-logo-title {
    font-size: 1.1rem;
  }
  .main-big-text {
    font-size: 1.6rem;
    color: #365439;
    text-shadow: none;
  }
  .main-big-text-container {
    text-align: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  .main {
    padding: 3em 1.5em 3em;
    min-height: 700px;
  }
  .main::before {
    background-position: center;
  }
}

.btn {
  padding: 14px 32px;
  background-color: #EFEDDE;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.btn:hover, .btn:focus {
  background-color: #365439;
  color: #EFEDDE;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2em 5em;
  background-color: #EFEDDE;
}

.footer-details {
  margin-right: 1.5em;
}

.footer-company {
  margin-right: 1.5em;
}

.footer .wm-logo {
  width: 180px;
}

.footer .wm-logo img {
  display: block;
}

@media screen and (max-width: 1024px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.5em 3em;
  }
  .footer-details {
    margin-right: 0;
    margin-bottom: 1.5em;
    text-align: center;
  }
  .footer-company {
    margin-right: 0;
    margin-bottom: 1.5em;
    text-align: center;
  }
  .footer .wm-logo {
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: 160px;
  }
}
/*# sourceMappingURL=styles.css.map */