@charset "UTF-8";
img {
  max-width: 100%;
}

a {
  color: #FF3718;
}

a:hover,
a:focus {
  color: #A51600;
}

.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.btn-primary,
.btn-success {
  font-weight: 700;
  text-align: center;
  color: white;
  background-color: #A51600;
  border-radius: 5px;
  border: none;
  padding: 10px 15px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus,
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
  color: #FFFFFF;
  background-color: #FF3718;
  text-decoration: none;
  border: none;
}

body {
  font-family: "proxima-soft", sans-serif;
  font-weight: 500;
}


h1 {
  font-family: "gill-sans-nova", sans-serif;
  font-style: italic;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  color: #fff8bf;
  font-size: 45px;
  line-height: 1.3;
  margin-bottom: 10px;
  padding-bottom: 9px;
}

h1 span {
  font-size: 33px;
  color: white;
}

@media (min-width: 992px) {
  h1 {
    font-size: 75px;
    line-height: 1.4;
  }
  
  h1 span {
    font-size: 53px;
  }
}



h2 {
  font-family: "gill-sans-nova", sans-serif;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 40px;
}


#hero p {
  font-family: "merriweather", serif;
  font-weight: 400;
}

.page-header {
  border: none;
}

.label {
  color: #000000;
}

.region-content {
  font-size: 15px;
}

.icon::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}


.navbar {
  background-color: rgb(165,22,0);
}

.navbar-header {
	display: flex;
  gap: 10px;
	align-items: center;
	justify-content: flex-start;
  
}

.name.navbar-brand {
	white-space: normal;
	display: inline-block;
}

.name.navbar-brand {
    width: 210px;
    height: 50px;
    font-size: 14px;
    line-height: 1.2;
    padding: 17px 10px;
	color: white;
}

.logo.navbar-btn img {
    width: 34px;
}


body {
	background: rgb(165,22,0);
}

main {
  padding-top: 50px;
	background: rgb(165,22,0);
	background: linear-gradient(180deg, rgba(165,22,0,1) 0%, rgba(3,1,0,1) 26%);
	background-repeat: no-repeat;
}

@media (min-width: 992px) {
  main {
    padding-top: 100px;
  }
}

.copy-container {
  padding: 30px;
  background: #f4ebe2;
  color: black;
}

@media (min-width: 768px) {
  .copy-container {
    padding: 60px;
  }
}


p {
  font-family: "merriweather", serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.6;
}

.wrapped-headline-container {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .wrapped-headline-container {
    float: left;
    max-width: 50%;
    padding-right: 50px;
    padding-bottom: 30px;
    margin-bottom: 0px;
  }
}


.wrapped-headline-container a {
  display: block;
  border: 3px solid #A51600;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
}

.news-region {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  margin-top: 20px;
  padding: 30px;
}

@media (min-width: 992px) {
  .news-region {
    padding: 60px;
  }
}


.news-region .news-region-headline {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 50px;
}

.news-region h2 {
  font-family: "Francois One", serif;
  font-weight: 400;
  font-style: normal;
  color: black;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 3px;
  font-size: 46px;
}

.news-region .news-items .card {
  border: none;
  border-radius: 0;
}

.news-region .news-items .card .card-body {
  padding-top: 0;
}


.news-region .news-item:last-child .card {
  border: none;
}

.news-region .news-items {
  --bs-gutter-y: 2rem;
}


@media (min-width: 992px) {
  .news-region .news-items .card {
    border-right: 1px dashed black;
  }
}

.news-region .news-item .card h5 {
  font-family: "gill-sans-nova", sans-serif;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 30px;
}

.news-region .card.has-image img {
  margin-bottom: 30px;
}

.news-region .card h6 {
  font-weight: 600;
  color: black;
  margin-bottom: 1rem;
}

.news-region .card .card-link {
  color: #A51600;
  font-size: 23px;
  text-decoration: none;
  font-weight: 700;
}

.hero-region {
  margin-bottom: 20px;
}

.testimonials-region {
  margin-top: 70px;
}

.testimonials-region .testimonials-items {
  --bs-gutter-y: 2rem;
}

.testimonials-region .testimonials-item .testimonial-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 2px solid #A51600;
  border-radius: 20px;
  overflow: hidden;
}

.testimonials-region .testimonials-item a svg {
  width: 61px;
  position: absolute;
  opacity: .7;
}



.testimonials-region .testimonials-region-headline  {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 50px;
}

.testimonials-region .testimonials-region-headline.testimonials-region-subheadline  {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 0;
}

.testimonials-region-headline h2 {
  font-family: "Francois One", serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  text-align: center;
  margin-bottom: 0;
  letter-spacing: 2px;
  font-size: 36px;
}

@media (min-width: 992px) {
  .testimonials-region-headline h2 {
    letter-spacing: 3px;
    font-size: 46px;
  }
}


.modal .modal-dialog {
  max-width: 1100px;
}

.modal .modal-dialog .modal-body {
  padding: 60px;
}

.modal .modal-dialog .modal-header h2 {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  margin-left: -60px;
  padding-left: 60px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.modal .modal-dialog .modal-header {
  padding: 0 60px;
  margin: 40px 0 20px;
  border: 0;
  justify-content: space-between;
}

.modal .modal-header button {
  border: none;
  background: none;
  width: 45px;
  height: 45px;
}

.modal .modal-header button svg {
  width: 45px;
  height: 45px;
}

.modal .modal-dialog .modal-body h3 {
  font-family: "gill-sans-nova", sans-serif;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 49px;
}

.modal .modal-dialog .modal-body a {
  color: #A51600;
}
