/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

:root {
	--cnvs-themecolor:	#f24d29;
	--cnvs-themecolor-rgb:	242, 77, 41;
	--cnvs-contrast-900: #1c366b;
}	

@font-face {
	font-family: 'Open Sans Regular';
	src: url(/fonts/opensans-regular.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'Oswald Bold';
	src: url(/fonts/oswald-bold.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'Oswald Regular';
	src: url(/fonts/oswald-regular.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

#logo img {
	padding: 0.5em;
}

#top-bar, #footer {
	padding: 24px;
	background-color: #555;
	background-image: url('/images/camo_background.webp');
	background-position: center;

}

#copyrights {
	background-color: unset;
}

#header-wrap {
	background-color: #c2cbcf;
}

.nav .nav-link:hover {
	color: var(--cnvs-themecolor) !important;
}

h1 {
	font-family: 'Oswald Bold', sans-serif;
	text-transform: uppercase !important;
}

a {
	color: var(--cnvs-contrast-900);
}

a:hover {
	color: var(--cnvs-themecolor);
	text-decoration: none;
}

input, select {
	border-color: #c0c0c0 !important;
}

.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #f24d29;
	--bs-btn-border-color: #f24d29;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #ff512b;
	--bs-btn-hover-border-color: #ff512b;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #ff512b;
	--bs-btn-active-border-color: #ff512b;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #f24d29;
	--bs-btn-disabled-border-color: #f24d29;
}

.checkbox-error, .radio-error {
	border-color: var(--cnvs-form-label-error);
}

.view-order-label {
	font-weight: 800;
	display: inline-block;
	width: 7em;
}

.view-order-value {
	display: inline-grid;
}

.cs-icon-button-large {
	color: var(--cnvs-themecolor);
	font-size: 3em;
}

.cs-icon-button-medium {
	color: var(--cnvs-themecolor);
	font-size: 2em;
	cursor: pointer;
}

.link {
	text-decoration: underline !important;
}

.search-buttons {
	display: block;
}