body {
	padding-top: 70px;
	background: url(/images/Blueprint.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	background-color:#031145;
}

.jumbotron {
	opacity:.8;
}

.hb-error {
	color:#DA1616;
}

@media all and (max-width: 1200px) { /* screen size until 1200px */
	.jumbotron p {
        font-size: 1.5em; /* 1.5x default size */
    }
}
@media all and (max-width: 1000px) { /* screen size until 1000px */
	.jumbotron p {
        font-size: 1.2em; /* 1.2x default size */
        }
    }
@media all and (max-width: 500px) { /* screen size until 500px */
	.jumbotron p {
        font-size: 0.8em; /* 0.8x default size */
        }
    }
