/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.topnav {
    font-size: 14px; 
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.img-responsive {
    margin: 0 auto;
}
.intro-header {
    padding-top: 10px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 100px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/intro-bg.jpg) no-repeat center center;
    background-size: cover;
}
.intro-chooser {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 150px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/intro-ch.jpg) no-repeat center center;
    background-size: cover;
}
.intro-footer{
    bottom: 0px;
}
.intro-message {
    position: relative;
    padding-top: 10%;
    padding-bottom: 20%;
    color:#ff9100;
}



.intro-message > h1 {
    margin: 0;
   /* text-shadow: 2px 2px 3px rgba(0,0,0,0.6); */
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    /*text-shadow: 2px 2px 3px rgba(0,0,0,0.6);*/
}
}



.content-section-a {
    padding: 10px 0;
    height:250px;
    background-color: #f8f8f8;
    color:#696969;
}

.content-section-b {
    padding: 100px 0;
    
    /*border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;*/
    color:#696969;
}
.content-section-c {
	padding: 100px 0;
    height:300px;
    background-color: #f8f8f8;
    color:#696969;
    
}
.content-section-d {
    padding: 10px 0;
    height:330px;
    background-color: #f8f8f8;
    color:#696969;
}
.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 50px 0;
    color: #000;
    background: url(img/banner-bg.html) no-repeat center center;
    background-size: cover;
    
}
.chooser-box{
    padding: 10px;
    top: 60px;
    background-color: #FFF;
    border-bottom-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: #696969;
    box-shadow: 5px 5px 3px #262321;
    color: #262321;
}
.banner_pesq {
    padding: 50px 0;
    color: #000;
    /*background: url(../img/bc_pesquisas.jpg) no-repeat center center;*/
    background-size: cover;
    color:#696969;
}

.hyperspan1
{
    background: #FFF;
    opacity: .4;
    position:absolute;
    width:99%;
    height:100%;
    left:0;
    top:0;
    border:solid;
    border-top:solid;
    border-top-width:70px;
    border-color:#0066cc;
    z-index:1;
}
.hyperspan2
{
    background: #FFFFFF;
    position:absolute;
    width:100%;
    height:70%;
    left:0;
    top:50px;
    z-index:0;
}
.col-centered{
	
    float: none;
    margin: auto;
    text-align:center;
}
.col-centered2{
	top:30px;
    float: none;
    margin: auto;
    text-align:center;
}
.banner h3 {
	text-align:center;
    margin-top: 0;
    
}

.banner ul {
    margin-bottom: 0;
}



footer {
    padding: 5px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}
