html {
    height: 100%;
}

body {
    min-height: 100%;
     background-image: url("../images/backgrounds/6.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
	padding-top:20px;
	padding-bottom:10px;
	
}

.section-featured {
    background-image: url("../images/backgrounds/6.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.white {
color:#fff;
    
}
.justified {
    text-align:justify;
}



/*
.p-form-pRound-orange :checked ~ .p-check-icon .fablue, .p-form-pRound-orange :checked .fablue > label{
    color:inherit!important;
}
/*
 .p-form-pRound-orange input[type="radio"]:checked + span{
    background-color:#f7931e!important;color:#fff!important;
 }
*/
/*
.fablue:hover{
    color:#f00!important;
}

.fablue{
    color:#0f0!important;
}*/