/* ===== FAIL SAFE TECHNOLOGIES PARALLAX STYLE SHEET ===== */
.parallax {
	margin-top:68px;
	height:100%;
}

.fixed {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
    /*color: #eeeeee;*/
    text-align: center;
    display: table;
    clear:both;
}

.fixed h2 {
    display: table-cell;
    vertical-align: middle;
}

.scroll {
    background-color: rgba(119,1,27, 0.9); /* GIALLC Scarlet w/opacity/see-through */
    color: white;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    font-size:1.5em;
}
