.style1 {
    background-color: #5bba47
}
/*
Removes white gap between slides - chagnge to base color of slide images
*/
.carousel {
  background:#5B6771;
}

/*
Forces image to be 100% width and not max width of 100%
*/
.carousel-item .img-fluid {
  width:100%;
}

/* 
anchors are inline so you need ot make them block to go full width
*/
.carousel-item a {
  display: block;
  width:100%;
}
/* .dropdown:hover .dropdown-menu{
  display:block;
} */

.bodytext {
  font-size: 18px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #000;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 1 1.5rem;
    clear: both;
    font-weight: 400;
    color: #000;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    background-color: #5bba47;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    background-color: #5bba47;
}
.dropdown-divider {
  height: 0;
  margin: 01 0;
  overflow: hidden;
  /* border-top: 1px solid #034526 */
}
.dropdown:hover .dropdown-menu{
  display:block;
}

@media screen and (min-width: 800px) {
  .bodytext {
    font-size: 20px;
  }
}

@media screen and (min-width: 1400px) {
  .bodytext {
    font-size: 19px;
  }
}

@media screen and (min-width: 1800px) {
  .bodytext {
    font-size: 20px;
  }
}

@media screen and (min-width: 2500px) {
  .bodytext {
    font-size: 24px;
  }
}

.pointtext {
  font-size: 18px;
}

@media screen and (min-width: 800px) {
  .pointtext {
    font-size: 19px;
  }
}

@media screen and (min-width: 1400px) {
  .pointtext {
    font-size: 18px;
  }
}

@media screen and (min-width: 1800px) {
  .pointtext {
    font-size: 19px;
  }
}

@media screen and (min-width: 2500px) {
  .pointtext {
    font-size: 22px;
  }
}

@media (max-width:767px){
  .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }
}