/* Your custom styles */

.btn-primary {
    background-color: #cc1717!important;
}
.bg-primary {
	background-color: #cc1717!important;
}
h5 {
	color: white;
}
.container {
	margin-top: 30px;
}
.jumbotron {
    margin-top: 30px;
}
.text-muted h1 {
	font-size: 2.75rem;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('images/pageLoader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

.container2	{
	visibility: hidden;
}

.container21{
	visibility: visible;
}