/* add custom CSS here */
header{
	background: #1b3c44!important;
	}

body{
	font-family: "Montserrat"!important;
}

a{
	color: #9a6347!important;
}

button[theme][theme=primary]{
	background: #9a6347!important;
}
button[theme][theme=primary]:hover{
	background: #9a6347aa!important;
}

.background[_ngcontent-serverApp-c107]   .job-container[_ngcontent-serverApp-c107]   .category[_ngcontent-serverApp-c107]{
	color:#9a6347!important;
}

button[theme][theme=fab][color=positive]{
	background:#1b3c44!important;
}