/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
#order-modern .product {
	background-color: #191919;
	border: 1px solid #000;
}



section#home-banner {
    background-color: #000000;
    color: #9d0208;
}

/* body, button, input, select, textarea {
	font-family: "Open Sans",Verdana,Tahoma,serif;
	color: #9d0208;
} */
/* 
.home-shortcuts li {
	border-right: 1px solid #9d0208;
}

.home-shortcuts li:first-child {
	border-left: 1px solid #9d0208;
} */

ul.top-nav > li.primary-action > a.btn {
	background-color: #191919;
	color: #fff;
}

.navbar-main {
	background-color: #9d0208;
}

.home-shortcuts {
	background: #31393b;
	color: #fff;
}

section#header {
	margin: 0;
	padding: 10px 0;
	background-color: #313131;
	border-radius: 5px 5px 0 0;
}

section#footer {
	margin: 0;
	padding: 20px 10px;
	background-color: #313131;
	border-top: 1px solid #9d0208;
	color: #666;
	font-size: .9em;
}

.primary-bg-color {
    background-color: #191919;
}

blockquote {
	border-left: 5px solid #191919;
}

section#main-body {
	background-color: rgb(26, 24, 24);
}

body, button, input, select, textarea {
	font-family: "Open Sans",Verdana,Tahoma,serif;
    background-color: #191919;
}

a {
	color: #D82D37;
}

