@font-face {
    font-family: 'FVAlmelo';
    src: url('fonts/FV_Almelo.woff') format('woff'),
         url('fonts/FV_Almelo.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* open-sans-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v35-latin-regular.woff2') format('woff2'); 
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/open-sans-v35-latin-italic.woff2') format('woff2'); 
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v35-latin-700.woff2') format('woff2'); 
}



html{
  overflow-x:hidden
  scroll-behavior: smooth;}

body, html {
  height: 100%;
  margin: 0;
  background-color: #ffffff;
  color: #386345;
  font-family: 'OpenSans', Arial, sans-serif;
}

p { font-family: 'OpenSans', Arial, sans-serif; 
  font-size: 1.1em;
  line-height: 1.8;
}

h1 { 
  font-family:  'FVAlmelo', Arial, sans-serif;
  text-transform: uppercase; 
  font-size: 2.5em;
  letter-spacing:  0.1em;
  line-height: 115%;
  text-align:center;
  padding-bottom: 30px;

}

h2 { 
  font-family:  'FVAlmelo', Arial, sans-serif;
  text-transform: uppercase; 
  font-size: 2.2em;
}

h3 { 
  font-family:  'FVAlmelo', Arial, sans-serif;
  text-transform: uppercase; 
  font-size: 1.8em;
}

h4 { 
  font-family:  'FVAlmelo', Arial, sans-serif;
  text-transform: uppercase; 
  font-size: 1.1em;
}

a { 
  color: #386345;
  text-decoration: underline;
  }

.lh-sm {
  line-height: 130%;
}


.content {
  width:  100%;
}

/* Navbar classes */

.navbar-custom {
  background-color: #fff6e4;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-family:  'FVAlmelo', Arial, sans-serif;
}

.navbar-light .navbar-nav .nav-link,
.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:hover .nav-link, .dropdown-item {
  color: #386345;
  text-decoration: none;
}

.yellowBlock {
  background-color: #fff6e4;
    color: #386345;
}

.pinkBlock {
  background-color: #f9d0c0;
  color: #334e39;
}

.whiteBlock {
  background-color:  #ffffff;
  color: #386345;
}

.blackText {
  color: #333 !important;
}

.whiteBlock h1 {
  color: #386345;
}

.whiteBlock h2 {
  color: #ba9a92;
  margin: 20px 0 30px;
}

.whiteBlock h3 {
  color: #386345;
}

.greenBlock {
  background-color: #334e39;
  color:  white;
  text-align:  center;
  padding:  20px 20px 10px;
  font-size: 1em;
  line-height: 1.4;
}

.boldGreen {
  color: #334e39;
  font-weight:  700;
  text-decoration:  underline;
}

.theadGreen {
  background-color: #334e39;
  color:  white;
}

.USPIcon {
  width: 72px;
}

#Info h2 {
  color: #386345;
}

#Info p { 
  font-size: 1em;
  line-height: 1.4;
}

/* The hero image */
.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));

  /* Set a specific height */
  height: 50%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}


a.download {
    display:  block;
    padding: 0px 0px 0px 45px;
    margin: 40px 20px 20px;
    background-image: url(img/download.png);
    background-position: left center;
    background-size: 30px;
    background-repeat: no-repeat;
    color: #386345;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid #386345;
  }

.download2 {
  color: #ba9a92; 
  border-bottom: none;
}

/* forms */
    .form-controlw:focus {
      box-shadow: none;
      -webkit-box-shadow: none;
      background-color: #fff6e4;
      border-color: #334e39;
      box-shadow: 0 0 0 3px rgba(51,78,57,.25);
    }

    .has-errorw .form-controlw:focus {
      box-shadow: none;
      -webkit-box-shadow: none;
    }

    .form-controlw {
      background-color: #fff6e4;
    }

.carousel-item img {
  object-fit: none; /* Do not scale the image */
  object-position: center; /* Center the image within the element */
  width: 100%;
  max-height: 250px;
  margin-bottom: 1rem;
}

