/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */

.injeeli_head {
    position: relative;
    height: 650px;
    max-width: 100%;
    background: linear-gradient(to bottom,rgba(0,0,0, 0),rgba(0,0,0,0.7)), url("/sites/default/files/images/logo.jpg")fixed top no-repeat;
    background-size: cover;
    margin-top: -15px;
}

.injeeli_logo {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.injeeli_slogan {
  color: #ffffff; 
}

.button_white {
/*  background-color: Transparent; */
  border: 2px solid #ffffff;
  border-radius: 6px;
  color: white;
  padding: 10px 24px;
  margin: 0px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1em;
}

.button_white:hover {
  color: orange;
  text-decoration: none;
}

.button_green {
  background-color: #5cb85c;
  border: 1px solid #5cb85c;
  border-radius: 6px;
  color: white;
  padding: 8px 20px;
  margin: 0px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1em;
}

.button_green:hover {
  color: orange;
  text-decoration: none;
}
.medicine {
    position: relative;
    background: url("/sites/default/files/images/links.jpg") no-repeat;
    background-size: cover;
    min-height: 550px;
    max-width: 100%;
}

.health {
    position: relative;
    background: linear-gradient(to bottom,rgba(0,0,0, 0),rgba(0,0,0,0.7)), url("/sites/default/files/images/background.jpg")fixed no-repeat;
    background-size: cover;
    min-height: 550px;
    max-width: 100%;
}

.healthlink {
    position: relative;
    background: url("/sites/default/files/images/links.jpg") no-repeat;
    background-size: cover;
    max-width: 100%;
    padding: 50px;
}

.health-pad {
    padding: 20px;
}

.footer1 {
    position: relative;
    height: 250px;
    max-width: 100%;
    background: url("/sites/default/files/images/footer.jpg") no-repeat;
    background-size: cover;
    color: white;
}

.footer-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer {
margin-top: 0;
padding-top: 0;
padding-bottom: 0;
}
