body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}


.image-container {
    max-width: 250px;
    max-height: 250px;
    overflow: hidden;
  }

.active {
    color: #00b48a !important;
    /* font-weight: bold; */
}

#hero-slider .carousel-item {
    height: 90vh !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#hero-slider .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000004d;
    opacity: 1;
    transition: all 0.2s ease-out;
    left: 0;
    top: 0;
}
#hero-slider .carousel-caption {
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.super-heading {
    font-size: 60px;
    font-family: "Poynter Oldstyle Text", "Times New Roman", "serif";
    font-style: italic;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.hero h1{
       margin-top: 0px;
    margin-bottom: 10px; 
}
.nav.navbar-nav li a {
    color: #626262;
    font-size: 18px;
}
a.nav-link {
    color: #626262;
    font-size: 18px;
}
.carousel-fullscreenA .carousel-inner .item {
    height: 50vh;
    min-height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
h1 {
    font-weight: 350;
    color: #00b48a;
    font-size: 30px;
    font-family: "Poynter Oldstyle Text", "Times New Roman", "serif";
    font-style: italic;
}
.bg{
    background: #f7f8f8;
}
.WhiteBG {
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.img_box img {
    height: 400px;
    width: auto;
}
.greenBackground {
    background-color: #00b48a;
    color: #ffffff;
}
h2 {
    font-weight: 350;
    color: #ffffff;
    font-family: "Poynter Oldstyle Text", "Times New Roman", "serif";
    font-style: italic;
}
h3 {
    font-family: "Poynter Oldstyle Text", "Times New Roman", "serif";
    color: #00b48a;
    
}
a.nav-link:hover {
    color: #00b48a;
    text-decoration: underline;
}

.header {
    padding: 10px 0;
}

nav.navbar {
    border-bottom: 1px solid #02aa77;
    padding: 10px 0;
}

.profile {
    max-height: 250px;
    width: auto;
}

@media (max-width: 767px){
.img_box img {
    height: 120px;
    width: auto;
}
.super-heading {
    font-size: 32px;
}
#hero-slider .carousel-item {
    height: 50vh !important;
}
}