/*----------------------------------------------------------------------------*\
  #TYPOGRAPHY
\*----------------------------------------------------------------------------*/
.cinzel-regular {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.playfair-display-regular {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.playfair-display-bold {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

a {
    color: #ff5e00;
    text-decoration: none;
    line-height: inherit;
    transition: color 0.4s ease;
}

a:hover {
    color: #111;
}

a:focus {
    outline: 2px solid #ebebeb;
}

.row {
  max-width: 1690px;
  padding-right: 1.1rem;
  padding-left: 1.1rem;
}

/* Default paragraph styles */
p {
  font-family: 'Playfair Display', serif;
  font-size: 1em;
  color: #1f1f1f;
  line-height: 1.3em;
  margin-bottom: 1.2em;
}

h1, h2 {
  color: #1d3c74;
  line-height: 1.1em;
}


h1 {
  font-family: 'Cinzel', serif;
  color: #fff;
  margin-bottom: 0.5rem;
}

h2 {
  font-family: 'Cinzel', serif;
  font-size: 1.6em;
  margin-top: 0.5rem;
  margin-bottom: 1em;
}

strong {
  font-family: 'Playfair Display', serif;
}

.button {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  background: #ff5e00;
  border-radius: 14px;
  padding: 1.3rem 1.3rem;
  margin-top: 1rem;
  transition: background 0.4s ease;
}

.button:hover,
.button:focus {
  color: #1d3c74;
  background: #fff;
}

button:focus,
.button:focus {
  outline: 0 none;
}

/*----------------------------------------------------------------------------*\
  #HEADER SECTION
\*----------------------------------------------------------------------------*/
.header {
  padding: 2rem 0;
  background: #1d3c74;
}

.site-logo p {
  color: #fff;
  margin-bottom: 0.5rem;
}

/*----------------------------------------------------------------------------*\
  #CONTENT SECTION
\*----------------------------------------------------------------------------*/
.card {
  border-color: #f7f7f7;
  border-width: 3px;
  border-radius: 5px;
  padding: 1rem 1rem;
  margin: 1rem 0;
}

.card .card-section p {
  line-height: 1.5em;
  margin-bottom: 0.8em;
}

.card .card-section p strong {
  font-size: 1.2em;
}

.card .card-image {
  
}

.boxes {
  padding: 4rem 0 3rem 0;
}

.cta {
  background-image: url(images/fireplace_bg_1.jpg);
  background-position: left center;
}

.cta-overlay {
  padding: 8rem 0 7rem 0;
  background-color: rgba(29, 60, 116, 0.5);}

.cta h2 {
  color: #fff;
}

.info {
  padding: 4rem 0;
  background: #f7f7f7;
}

.info-section {
  margin-bottom: 3rem;
}

.contacts {
  padding: 4rem 0;
}

/*----------------------------------------------------------------------------*\
  #FOOTER SECTION
\*----------------------------------------------------------------------------*/
.footer {
  padding: 2rem 0;
  background: #1d3c74;
}

.footer p {
  color: #fff;
}

/*----------------------------------------------------------------------------*\
  #LARGE SCREENS
\*----------------------------------------------------------------------------*/
@media only screen and (min-width: 64em) {
  h1 {
    font-size: 6rem;
  }

  .site-logo p {
    font-size: 2rem;
  }

  .info-section {
    padding: 0 10rem;
  }

  .contacts h2 {
    font-size: 2.2em;
  }
  .contacts p {
    font-size: 1.2em;
  }
}


/*----------------------------------------------------------------------------*\
  #MEDIUM SCREENS
\*----------------------------------------------------------------------------*/
@media screen and (min-width: 40em) and (max-width: 63.9398em) {
  h1 {
    font-size: 4rem;
  }

  .site-logo p {
    font-size: 2rem;
  }
}


/*----------------------------------------------------------------------------*\
  #SMALL SCREENS
\*----------------------------------------------------------------------------*/
@media screen and (max-width: 39.9375em) {
  h1 {
    font-size: 3rem;
  }

  .site-logo p {
    font-size: 1.5rem;
  }
}