/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/

body {
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

div.naware-home-img {
    background: url(../Images/newbackg.jpg) no-repeat ;
    width: 780px;
    margin: 0px auto;
    height:700px;
    max-height:700px;
}

.home-page-label {
    color:#FFDAB9;
}

.home-page-actions > a{
    color:#FAFAD2 !important;
}

.image-container{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

div.main-dashboard-image {
    background: url(../Images/71_big.jpg) no-repeat;
    width: 780px;
    margin: 0px auto;
    height: 700px;
    max-height: 700px;
}

.img-object-fit {
    object-fit: cover;
    object-position: center;
    display: block;
}


div.dhopeshwar-image {
    background: url(../Images/6.JPG) no-repeat ;
    width: 681px;
    margin: 0px auto;
    height:385px;
    max-height:385px;
}

.table-header {
    background-color : lightgray;
}