/**
 * @file
 * Subtheme specific CSS.
 */
 
.bg-dark {
    background-color: black !important;
}


@import "navigation.css"; /* Using a string */



.offset-md-1 {
    margin-left: 0;
}


.product-title {
    padding-bottom: 2em;
}

.newspaper_center {
 display: block; 
 float: none; 
 margin: 0px auto; 
}


.book_views {
    background-color: #F5F5F5;
    padding: 1%;
    margin: 1em 0;
    border-radius: 5px;
    text-align: center;

}

.product-theme {
    background-color: #F5F5F5;
    padding: 2em;
    margin: 2em 0;
    border-radius: 5px;
}


.form-control {
	width: 250px;
}
 
.item-list ul li {
	margin: 0;
	padding: 0.2em 0.5em 0 1em;
}

.node__title {
    padding-left: 15px;
}

.field__name_title {
    padding-left: 10px;
}
 
 
body {
     overflow-x: hidden;
 }
 
img {
    padding: 5px;
}

.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;

}

.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;
}

