@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playwrite+IN:wght@100..400&family=Quicksand:wght@300..700&display=swap');
/*----------- BRAND HEADING STYLES ----------*/
p.amp-slogan {
	font-family: "Playwrite IN", serif !important;
}

/*------------------- NAVBAR STYLES --------------------------*/
nav.navbar {
	border-top: solid 2px #ffffff !important;
	border-bottom: solid 2px #ffffff !important;
}

.navbar-nav li.nav-item a{
	/*font-size: 1rem !important;*/
}
@media (max-width: 1200px) {
	/*--REMOVE BORDER FROM DROPDOWN ON MOBILE--*/
	ul.navbar-nav ul.dropdown-menu {
		border: none !important;
	}
}

.anchor {
	padding-top: 70px;
	margin-top: -50px;
}

/*----------- COLORS ---------------------*/
[data-bs-theme=dark] {
    --bs-body-bg: #000 !important;
}

/*------------------ FONT STYLES ------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: "Quicksand", sans-serif !important;
	font-weight: bold !important;
}
p, ul, ol, a {
	font-family: "Lato", sans-serif !important;
}
a {
	color: #880000;
}
a:hover {
	color: #885550;
}

/*---------------- BUTTON STYLES ---------------*/
.btn-primary {
	background-color: #880000;
	border: none;
	color: #ffffff;
}
.btn-primary:hover {
	background-color: #660000;
}

.btn-info {
	background-color: #005387;
	border: none;
	color: #ffffff;
}
.btn-info:hover {
	background-color: #0F3F5D; 
	color: #ffffff;
}

/*------------ PRICE TABLES ------------------*/
table.price-table>thead>tr>th {
	background-color: #b02a37 !important;
	color: #ffffff !important;
}

/*------------ MODEL STAMP TABLES ------------------*/
table.stamp-table>thead>tr>th {
	background-color: #b02a37 !important;
	color: #ffffff !important;
}

table.stamp-table>tbody>tr td:last-child {
	text-align: left;
}

/*----------- FAQ ACCORDION -----------------*/
.accordion-button:not(.collapsed) {
	color: #ffffff !important;
	background-color: #880000 !important;
	box-shadow: none !important;
}

/*----------- FOOTER STYLES ----------------*/
footer a {
	color: #cccccc;
}
footer a:hover {
	color:#ffffff;
}