h1
{
	color: #fff !important;
	line-height: 46px !important;
}

h2
{
	border: none !important;
}

body { 
    background-image: url('../img/index_bg_754438_web.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    background-color: #000;

    font-family: 'Roboto', sans-serif !important;
    color: #fff !important;
}

#index_container
{
	margin-top: 62px;
}

#index_intro_p
{
	margin-top: 20px;
	font-size: 22px;
	line-height: 36px;
	font-weight: 300;
}

#index_button_group
{
	margin-top: 20px;
}

#index_button_group .btn
{
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	opacity: 0.9;
}

#index_button_group .btn:first-child
{
	margin-right: 20px;
}


/* Bootstrap class overides */

.btn-default
{
	color: #6f1200;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.modal
{
	color: #444 !important;
	opacity: .9 !important;
}

.modal-content
{
	padding-left: 40px;
	padding-right: 40px;
}

.modal-content p 
{
	font-size: 22px;
	line-height: 38px;
}

.modal-footer
{
	border: none;
	padding-bottom: 40px;
}

.modal-footer .btn:first-child
{
	margin-right: 10px;
}
