/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 08-abr-2016, 9:35:51
    Author     : Nene
*/
body{
    
    text-align: justify;
    font-size: 16px !important;
}
.navbar-container{
    position: absolute;
    top: 10px;
    z-index: 9;
    margin: auto;
    left: 0px;
    right: 0px;
}

.carousel{
    /*margin-bottom: 40px;*/

}
.carousel-caption{
    bottom: 75px !important;
    background-color: rgba(1,1,1,0.3);
    border-radius: 5px;
}

.carousel-caption h2{
    font-size: 25px;

}

.carousel-caption h1{

}

.carousel-caption h1 span{
    color: #0069ad;
    font-weight: 600
}

.featurette-divider{
    margin-top: 55px;
    margin-bottom: 55px;
}
.spacer{
    margin-top: 100px;
}

h2,h3{
    text-align: left;
}

.year{
    margin-top: 65px;
    font-size: 2em;    

}

.year span{
    background-color: rgba(255,148,0,0.8);
    padding: 10px 10px 10px 30px;
    border-radius: 0px 5px 5px 0px;
    color: #fff;
}

.btn-form{
    background-color: rgba(255,148,0,0.8) !important;
    color: #fff;
    font-size: 25px !important;
}
