/** MAIN */
@import url('https://fonts.googleapis.com/css?family=Montserrat');
/*font-family: 'Montserrat', sans-serif;*/

body {
    margin:0;
    padding:0;
    height:100%;
    font-size:12px;
    line-height: 22px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.main-container { min-height:100%; position:relative; }
.content { padding-bottom: 4em; }
.navlogo { width:240px; background: #393A35; border:2px solid white;}

/** INDEX */
.index-logo img { width:240px; margin-left: 6px;}
.index-container { height: 200px; margin: auto 0; position: absolute; top:27%;}
.index-img {width:100%;}
.index-img-climb span{ position:absolute;left:18% !important; top:87.5% !important; font-size:16px !important; font-weight:normal !important;}
.index-img-cont a:hover { background-color: black; opacity:0.6; }
.index-img-cont a, .index-img-cont a span {
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.index-img-cont span {
    position:absolute;
    top:38%;
    left:10%;
    color:transparent;
    text-transform:uppercase;
    font-weight:bolder;
    font-size:24px;
}
.index-img-cont a:hover span{ color:#000; z-index:999;}
.index-img-climb a:hover span{ color:#fff !important;}

/** HOME */
.home-img { margin: 1em 0;  }
.home-offset { margin-left: -15px; }
.lab-logo { width:4.8em; }
.page-heading { padding-left: inherit; }
.page-panel { margin-left: 1em; margin-right: 1em; border:1px solid #989798;}
.page-panel-2-col-right {margin-right:1em;}
.page-panel-2-col-left {margin-left:1em;}
.page-jumbotron { margin-left: 2em; margin-right: 2em; }
.page-form { padding-left: 1em; padding-right: 1em; }
.page-height-adj {height:100%;}
.page-list li{list-style:none;}
.page-list li span{padding-right:2em;margin-left:-3em;}
.page-img { width:100%; border:1px solid #989798;}

/** CONTACT */
.contact-iframe { width:100%; }
.contact-btn-right { float:right; }
.contact-panel { border:1px solid #989798;}

/** ABOUT */
.about-tagline { width:100%; }
.about-cert-imgs { padding:3em; }

/** BANNER */
.wide { margin-bottom: 2em; margin-top:-2em; border-top: 6px solid #fff;}
.banner-image { width:100%; }

/** FOOTER */
.footer {
    width:100%;
    height:4em;
    position:fixed;
    bottom:0;
    left:0;
    background: #3E3F3A;
    color: #98978b;
    padding: 1.3em 1em;
    border-radius:3px;
    border-top: 1px solid #aaa;
}
.footer-lab-logo { width:20px;}
.footer-right-col { padding-right:2em;}
.footer p {
    font-size:11px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

/** MENU */
.menu-lab-logo { width:60px; float:right;}