/*
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 : 30/05/2017, 15:24:28
    Author     : Murilo
*/

.parallaxBar{
    height: 400px;
    margin-top: 81px;
}
.parallax-shadow{
    height: 400px;
    width: 100%;
    /*box-shadow: 5px 8px 18px -4px rgba(0,0,0,0.44);*/
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
}
.parallax-caption {
    z-index: 10;
    line-height: 40px;
    padding-top: 60px;
    padding-left: 20px;
}

.parallax-caption  p  {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 1.5em;
    line-height: 1.5;
}

.parallax-caption  h1 {
    font-size: 2.5em;
    color: #ffffff;
    padding: 5px;
}

.parallax-caption h3 {
    font-size: 2.5em;
    color: #ffffff;
    padding: 5px;
    /* background-image: url(../../../img/bg_midias_footer.png); */
}