/*-----------------------*/
/*--- # Accessibility ---*/
/*-----------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f0f0f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #0b3279;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*-----------------------*/
/*--- # Reset         ---*/
/*-----------------------*/
/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
* {
  margin: 0;
}

body {
  /* 3. Add accessible line-height */
  line-height: 1.5;
  /* 4. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

/* 5. Improve media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/* 6. Inherit fonts for form controls */
input, button, textarea, select {
  font: inherit;
}

/* 7. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* 8. Improve line wrapping */
p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

/*
  9. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

/*-----------------------*/
/*----- # Variables -----*/
/*-----------------------*/
/*-----------------------*/
/*--- # Typography    ---*/
/*-----------------------*/
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/hinted-CormorantGaramond-Regular.woff") format("woff"), url("../fonts/hinted-CormorantGaramond-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/hinted-CormorantGaramond-Medium.woff") format("woff"), url("../fonts/hinted-CormorantGaramond-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-Regular.woff") format("woff"), url("../fonts/hinted-Montserrat-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-Italic.woff") format("woff"), url("../fonts/hinted-Montserrat-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-SemiBold.woff") format("woff"), url("../fonts/hinted-Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-SemiBoldItalic.woff") format("woff"), url("../fonts/hinted-Montserrat-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
html {
  font-size: 20px;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  color: #393939;
  overflow-x: hidden;
}

p {
  font-size: 0.95rem;
  margin-bottom: 4px;
}
p:empty {
  display: none;
}

h1, h2, h3 {
  font-family: "Cormorant Garamond", serif;
}

h1 {
  font-size: 3rem;
  margin-bottom: 25px;
  font-weight: 500;
  text-transform: uppercase;
}

a {
  color: #F6941C;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
a:hover {
  color: white;
}

.bold {
  font-weight: bold;
}

/*-----------------------*/
/*--- # General       ---*/
/*-----------------------*/
.page-wrap {
  overflow: hidden;
  background-image: url("../images/NACCARATO-bg.jpg");
  background-size: cover;
  position: relative;
  color: white;
  text-align: center;
}

.container {
  padding: 150px 15px 50px 15px;
  max-width: 1320px;
  margin: 0 auto;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}

.logo-wrap {
  position: absolute;
  width: calc(100% - 30px);
  left: 15px;
  top: 0;
}
.logo-wrap img {
  margin: 25px auto;
  width: 740px;
}

.page-content {
  margin: 25px 0;
  width: 100%;
}

.page-contact {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  flex-wrap: wrap;
}
.page-contact div {
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
}
.page-contact div:first-of-type {
  padding-left: 0;
}
.page-contact div:last-of-type {
  padding-right: 0;
}

@media (max-width: 1199px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
    padding-top: 100px;
    padding-bottom: 20px;
  }
  .page-contact > div {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
@media (max-width: 567px) {
  .container {
    max-width: none;
  }
  h1 {
    font-size: 2.5rem;
  }
}/*# sourceMappingURL=main.css.map */