@charset "utf-8";
/* CSS Document */
/*font styles-listed separately - just in case
	h1-h6 defalts to Aleo - everything below
	that goes to Source Sans Pro---*/
h1 {
  font-family: "ivyora-display", sans-serif;
}
h2 {
  font-family: "ivyora-display", sans-serif;
}
h3 {
  font-family: "ivyora-display", sans-serif;
}
h4 {
  font-family: "ivyora-display", sans-serif;
}
h5 {
  font-family: "ivyora-display", sans-serif;
}
h6 {
  font-family: "ivyora-display", sans-serif;
  /* font-family: 'Playfair Display', serif;*/
}
p {
  font-family: "ff-tisa-sans-web-pro", sans-serif;
  
  /*font-family: 'Source Sans Pro', sans-serif;*/
  /* font-family: 'Lato', sans-serif;*/
  font-family: "halcom", sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #212936;
  font-size: 16px;
}
ul {
  font-family: "ff-tisa-sans-web-pro", sans-serif;
  /* font-family: 'Source Sans Pro', sans-serif;
  font-family: 'Lato', sans-serif;
  color: #003c69;*/
}
li {
  font-family: "ff-tisa-sans-web-pro", sans-serif;
  /*font-family: 'Source Sans Pro', sans-serif;
  font-family: 'Lato', sans-serif;
   color: #003c69;*/
}
/*---end font styles*****/
/* HM added for smooth scrolling---*/
html {
  scroll-behavior: smooth;
}
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
/* NavBar Custom Hover
------------------ */
/* change the color of active or hovered links 
.navbar-custom .nav-link,*/
.navbar-custom .nav-item:hover .nav-link {
  color: #F8712B;
  border-bottom: 3px solid #337AB7;
  /*background-color: #337AB7;  add background-color to active links */
}
/* Carousel Custom
------------------ */
/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel-item {
  height: auto;
  background-color: #B78D33;
}
/*for the item to be positioned*/
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}
/* Featurettes
-------------- */
.featurette-divider {
  margin: 2rem 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}
/* Marketing Content
-------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
 .featurette-heading {
	  margin-top 5rem;
    font-size: 50px;
  }
}
@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}