	/********** DG Styles CSS **********/
	:root {
	--primary: #000;
	--secondary: #ee2f2e;
	--light: #F5F8F2;
	--dark: #ee2f2e;
	}
	@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
	/* font-family: 'Oswald', sans-serif; */
	body {
	font-family: 'Oswald', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	-webkit-text-size-adjust: 100%;
	}
	.navbar-light {
	background-color: #ee2f2e !important;
	}
	.sama-red {
	background-color: #ee2f2e !important;
	}
	.btn-light {
	background-color: #ee2f2e !important;
	color: #FFFF00;
	border: 2px solid #FFFF00;
	}
	.sama-yellow {
	background-color: #FFFF00 !important;
	}
	.text-primary {
	color: #ee2f2e !important;
	}
	/* btn-sama */
	.btn-sama {
	color: #ffff00;
	background-color: #ee2f2e;
	border-radius: 50rem !important;
	border: 2px solid #FFFF00;
	font-weight: 400;
	letter-spacing: 0.05em;
	}
	.btn-sama:hover,
	.btn-sama:active,
	.btn-sama:focus,
	.btn-sama.active {
	background: #ee2f2e;
	color: #fff;
	border-color: #fff;
	}
	/* btn-primary (used for back-to-top) */
	.btn-primary {
	color: #ffff00;
	background-color: #ee2f2e;
	border-radius: 50rem !important;
	border: 2px solid #FFFF00;
	font-weight: 400;
	letter-spacing: 0.05em;
	}
	.btn-primary:hover,
	.btn-primary:active,
	.btn-primary:focus,
	.btn-primary.active {
	background: #ee2f2e;
	color: #fff;
	border-color: #fff;
	}
	.carousel-caption {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	background: rgba(0,0,0,0.25); /* HEADER BG IMAGE OVERLAY */
	z-index: 1;
	}
	.carousel-item img {
	width:100%
	}
	a.sama-link:link {text-decoration: none; color: #ee2f2e}
	a.sama-link:visited {text-decoration: none; color: #ee2f2e}
	a.sama-link:active {text-decoration: none; color: #ee2f2e}
	a.sama-link:hover {text-decoration: none; color: #000}
	/*** Navbar ***/
	.sticky-top {
	top: -150px;
	transition: .5s;
	}
	.navbar .navbar-brand {
	position: absolute;
	padding: 0;
	width: 170px;
	height: 135px;
	top: 0;
	left: 0;
	}
	.navbar .navbar-nav .nav-link {
	margin-right: 35px;
	padding: 25px 0;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	outline: none;
	}
	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .nav-link.active {
	color: #FFFF00;
	}
	.navbar .dropdown-toggle::after {
	border: none;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	vertical-align: middle;
	margin-left: 8px;
	}
	@media (max-width: 991.98px) {
	.navbar .navbar-brand {
	width: 126px;
	height: 100px;
	}
	.navbar .navbar-nav .nav-link  {
	margin-right: 0;
	padding: 10px 0;
	}
	.navbar .navbar-nav {
	margin-top: 75px;
	border-top: 1px solid #EEEEEE;
	}
	}
	@media (min-width: 992px) {
	.navbar .nav-item .dropdown-menu {
	display: block;
	border: none;
	margin-top: 0;
	top: 150%;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	}
	.navbar .nav-item:hover .dropdown-menu {
	top: 100%;
	visibility: visible;
	transition: .5s;
	opacity: 1;
	}
	}
	.copyright {
	font-size: 12px;	
	}
	a.copyright:link {text-decoration: none; font-size: 12px; color: #B0B9AE}
	a.copyright:visited {text-decoration: none; color: #B0B9AE}
	a.copyright:active {text-decoration: none; color: #B0B9AE}
	a.copyright:hover {text-decoration: none; color: #B0B9AE}
	
	
	
	
	
	
	/*
	
	.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}
	.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	}
	.navbar-light .navbar-toggler {
	color: rgba(0,0,0,.55);
	}
	button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
	cursor: pointer;
	}
	.navbar-toggler {
	font-size: 1.25rem;
	line-height: 1;
	}
	


.nav-item a {
  color: black !important;
}

	
	*/	


.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
	

	
		
		

