/* VERSION 20220314.01 */

body {
        font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        color:#d56344;
        font-weight: bold;
}

.progress-bar {
	background-image: none;
	background-color: #d56344;
}

.background-opacity {
	background-color: #ddd;
}

.btn-default, .btn-default:hover, button.theme-btn-secondary, button.theme-btn-secondary:hover {
	background-color: #d56344;
	box-shadow: none;
	background-image: none;
	border-color: #d56344;
	color:#fff;
}

.btn-default:hover, btn.theme-btn-secondary:hover {
	background-color: #b03514;
	border-color: #b03514;
	color:#fff;
}

a {
	color:#d56344;
	text-decoration: none;
}

a:hover {
	color:#263f6a;
	text-decoration: underline;
}

.theme-curved-line{
	background-color: #d56344;
}

.theme-curved-bottom-line {
	border-color:#d56344;
}

.theme-btn-secondary, .theme-btn-secondary:hover {
	color:#fff;
}