﻿html, body {
    height: 100%;
}

div#homeMain {
    background-image: url(img/home-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
}

div#homeMainInner {
    background-image: url(img/logo-CIRM-small.png);
    background-repeat: no-repeat;
    background-size: 13% auto;
    background-position: left top;
}

div#homeMainInner2 {
    background-image: url(img/logo-CIRM-small.png);
    background-repeat: no-repeat;
    background-size: 13% auto;
    background-position: right top;
}
/*
div#homeMainInner:after {
    content: "";
    display: table;
    clear: both;
}*/


div#homeLeft {
/*    width: 37.5%;*/
    background-image: url(img/img-doctor-lx.png);
    background-repeat: no-repeat;
    background-size: 37.5% auto;
}

div#homeRight {
/*    width: 37.5%;*/
    background-image: url(img/img-doctor-rx.png);
    background-repeat: no-repeat;
    background-size: 37.5% auto;
    background-position: right top;
}

div#homeTitle {
    margin-left:25%;
}

div#homeCenter {
    margin: 0 37.5%;
    padding-top:4vh;
}

h1#homeCirmTitle {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    color: #115c84;
    font-size: 2vw;
}

div#homeFooter {
    text-align: center;
    font-size: 0.9vw;
    color: #115c84;
    margin: 0 auto;
    bottom: 0;
    background-color: #FFF;
    padding: 5px;
    position: absolute;
    width: 25%;
}

.fullHeight {
    height: 100%;
}

/*

body {
    padding-top: 50px;
    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;
}
*/