/*!
 * Start Bootstrap - Small Business (https://startbootstrap.com/template-overviews/small-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-small-business/blob/master/LICENSE)
 */


body {
    padding-top: 54px;
}

@media (min-width: 992px) {
    body {
        padding-top: 56px;
    }
}

p{
    text-align: justify;
}

a.navbar-brand {
    background-image: url("../images/transparente.png");
    display:block;
    width:160px;
    height:40px;
    background-size: cover;

}

.col-centered{
    float: none;
    margin: 0 auto;
}

.pessoa{
    padding-top: 15px ;
    padding-left: 6px;
    padding-right: 6px;
}

.row{
	margin-left: 0px;
	margin-right: 0px;
}


.bg-secondary{
    background-color: red;
}

.sobreprojeto{
	padding-top: 5px;
}


.form-inline label {
    margin-left: 20px;
}

.vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}


