﻿/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
/* Top Navigation */
.navbar.navbar-inverse {
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	border-color: rgba(0, 0, 0, 0.3);
	background-color: #fff;
}

#logo {
	content: url("../Images/client-logo.png");
	/* width: 140px; */
}



/* Hide Navbar Links until client needs */

/* ==========================================================================
    DG CUSTOMER UI
    ========================================================================== */

body {
	background-color: rgb(245, 245, 246);
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 16px;
	color: #333;
}

/* CTA button styling */
.btn-cta {
	background-color: #e0004d; /* CTA background color */
	color: #fff; /* White text color */
	border: none; /* Remove default border */
	border-radius: 5px; /* Rounded corners */
	padding: 10px 20px; /* Add some padding */
	font-weight: 600;
	text-align: center; /* Center text inside button */
	text-decoration: none; /* Remove underline from links */
	display: inline-block; /* Allow padding and margin to apply */
	cursor: pointer; /* Show pointer cursor on hover */
}

	.btn-cta:hover {
		background-color: #3d233c; /* Slightly darker red for hover effect */
		color: #fff; /* White text color */
	}

.btn-primary {
	background: #e0004d;
	border-color: #e0004d;
	font-weight: 600;
}

	.btn-primary:hover {
		background-color: #3d233c; /* Slightly darker red for hover effect */
	}


  .btn.btn-default {
    border-color: #e0004d;
    background-color: #fff;
    color: #e0004d;
  }

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover,
.btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover, .btn.btn-default:hover {
	color: #fff;
	background-color: #e0004d;
	border-color: #e0004d;
}

footer {
	margin-top: 20px;
	padding-top: 10px;
	/* color: #bbb; */
	font-size: 12px;
}
footer a {
    color: #e0004d;
	font-size: 12px;
}

/* ==========================================================================		
    Open Sans Custom Font		
    ========================================================================== */
/* open-sans-300 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: url('fonts/open-sans-v13-latin-300.eot'); /* IE9 Compat Modes */
	src: local('Open Sans Light'), local('OpenSans-Light'), url('fonts/open-sans-v13-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/open-sans-v13-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/open-sans-v13-latin-300.woff') format('woff'), /* Modern Browsers */
	url('fonts/open-sans-v13-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/open-sans-v13-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: url('fonts/open-sans-v13-latin-600.eot'); /* IE9 Compat Modes */
	src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('fonts/open-sans-v13-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/open-sans-v13-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/open-sans-v13-latin-600.woff') format('woff'), /* Modern Browsers */
	url('fonts/open-sans-v13-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/open-sans-v13-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* ==========================================================================		/* ==========================================================================
    DG CUSTOMER UI		   DG CUSTOMER UI
    ========================================================================== */ ========================================================================== */
