/*body, html {
	height: 100%;
	margin: 0;
}*/

.bgimg-1 {
	/*position: relative;*/
	/*background-position: center;*/
	/*background-repeat: no-repeat;*/
	background-size: cover;
	background-image: url("/images/main_background_wls.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 100%;

	font-family: 'Arial';

}

.jarviswidget-color-darken>header {
    border-color: #D3333F!important;
    background: #D3333F;
    color: #fff;
}

.btn-register-top {
    color: #D3333F;
    /*background-color: #636769;*/
    background-color: #ffffff;    
    border-color: #636769;
}
.main-theme-color {
	color:#D3333F!important;
}

.main-color-text {

	color:#D3333F!important;
	font-weight: bold;
}

.search-title {
	color:black;
}
.main-button {
	background:#c9003d;
	color: white;
}

.alt-button {
	background:#636769;
	color: white;
}

.main-tag {
	background:#636769;
	color: white;
}

.alt-tag {
	background:#c9003d;
	color: white;
}

.distance-tag {
	background:#004a00;
	outline-offset: 2px;
	outline: 2px solid #004a00;
	color: white;
}

.custom-modal-style {
	background: #D3333F; 
	color:white
}

