﻿
@font-face {
 
  src: url(../fonts/HelveticaNeueBd.ttf);
  font-family: helvetica_bold;

}

body {
    font-family: 'Lato', sans-serif;
}

p {
    font-size: 17px;
}


.carousel-inner img {
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;

}


@media only screen and (max-width: 5000px) {
 
    .carousel-inner img {
        width: 50%;
    }

    .carousel-control-next,
    .carousel-control-prev,
    .carousel-indicators {
        filter: invert(100%);
    }

}



@media only screen and (max-width: 767px) {

    .carousel-inner img {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    
    }


    }


.section-header {

    height: 80vh;
    min-height: 300px;
    max-width: 100%;
    background-image: url('../Images/home_images/home_banner1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
 
}



.container-text {

color:white;

}

.divider {

  background-color: red;
  height: 9px;
}

h1.cover_title {

font-family: helvetica_bold;
text-shadow: 0px 4px 6px rgba(0,0,0,0.3);
}

h3.home_subtitles {

font-weight: bold;

}

p.home_p {

    color: #6F6F6F;
}

.SECTION_TITLES {

    background-color: #149841;
    color:white;
    border-radius: 0px 20px 20px 20px;

    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 50px;
    padding-right: 50px;
    font-family: helvetica_bold;
}

.title_header {
    margin-top: -40px;
    height: 80px;
    width: 80%;
    background-color: #C2262D;
    position: absolute;
    z-index: 2;
    color:white;
    font-weight:bold;
}

.WHO_WE_ARE_SECTION {

    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #F2F2F2;
    color: #6F6F6F;

}

a.learn_more_button {

    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
  
}

.UNIVERSAL_HEALTH_CARE_SECTION {

    padding-top: 60px;
    padding-bottom: 60px;
    background-color: rgba(188, 222, 183, 0.5);
    color:#149841;
   
}

.HEALTHY_INNOVATION_SECTION {

    padding-top: 60px;
    padding-bottom: 60px;
    color:#149841;
   
}

.ETHICS_SECTION {

    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #F2F2F2;
    color: #6F6F6F;
   
}

.SOCIAL_RESPONSIBILITY_SECTION {

    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #F2F2F2;
    color: #6F6F6F;


}


footer {
color: #149841;
background-color: #BCDEB7;
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
font-size: 14px;


}


