@charset "utf-8";

h1 {
	font-size: 1.75em;
	font-weight: bold;
	color: #ee0000;
	text-shadow: 2px 2px 0 #000000;
	margin-top:15px;
	margin-bottom:20px;
}
@media (min-width:768px) {
	h1 {
		font-size: 2.5em;
	}
}

h2 {
	font-size: 1.50em;
	/*text-transform: uppercase;*/
	color: #ee0000;
	font-weight: bold;
	text-shadow: 1px 1px 0 #000000;
}
@media (min-width:768px) {
	h2 {
		font-size: 2.00em;
	}
}
h2 span {
	font-size: .85em;
}

#header {
	background-color: #ffffcc;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
}
#header a:link, #header a:visited {
	color: #ee0000;
	text-decoration: none;
}
#header a:hover {
	color: #666666;
	text-decoration: none;
}
#header-left {
	padding-left:0px;
}
@media (min-width: 768px) {
#header-left {
	padding-left:20px;
}
}
	

#header-middle {
	font-size: 1.75em;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	text-shadow: 2px 2px 0 #000000;
	text-align: center;
	padding-top: 10px;
}
@media (min-width: 768px) {
#header-middle {
	font-size: 2.25em;
	padding-top: 35px;
}
}
@media (min-width: 1100px) {
#header-middle {
	font-size: 2.75em;
}
}
#header-right {
	padding-top: 5px;
	padding-left:15px;
	text-align:left;
}
@media (min-width: 768px) {
#header-right {
	padding-top: 20px;
	padding-right: 60px;
	text-align:right;
}
}
#header-right p {
	font-size: 1.20em;
	font-weight: bold;
	color: #ee0000;
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.header-right p {
	margin-top: .25em;
	margin-bottom: .25em;
	}
}
#header-right i {
	color: #000000;
}
#mainNav {
	background-color: #ee0000;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-right-style: none;
	border-left-style: none;
	margin-bottom: 0px;
}

.navbar {
	padding-top:0;
	padding-bottom:0;
}
.navbar ul {
	margin-top:0;
	margin-bottom:0;
	height:100%;
}
.navbar-nav .nav-link {
	padding-left: 5px;
}
@media (min-width:768px;) {
	.navbar-nav .nav-link {
	padding-left: 0px;
	}
}
	
.nav-item a:link, .nav-item a:visited {
	color: #ffffcc;
	text-decoration: none;
	font-weight: bold;
}
.nav-item a:hover {
	color: #ee0000;
	text-decoration: none;
	background-color: #ffffcc;
}
.navbar-light .navbar-nav .nav-link {
	color: #ffffcc;
}
.navbar-light .navbar-toggler {
    border-color:#ffffcc;
	margin-top:5px;
	margin-bottom:5px;
}
.navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:hover {
    background-color: #ddd;
}
.navbar-collapse {
	border-top:1px solid #ffffcc;
}
@media (min-width:768px) {
	.navbar-collapse {
	border-top:none;
	}
}

.nav-link {
	padding-bottom:.20rem;
	padding-top:.20rem;
}
@media (min-width:768px) {
	.nav-link {
		padding-bottom:.5rem;
		padding-top:.5rem;
	}
}

#featured {
	background-color: #eeeeee;
	padding: 15px;
	margin: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#featured .row {
	max-width:1600px;
	margin-left:auto;
	margin-right:auto;
}

@media (max-width:767px) {
	#featured .brochure img,
	#featured .filter img {
		max-width:75%;
		padding-bottom:15px;
		padding-top:15px;
	}
}
#featured-left {
	text-align: center;
	margin: 0px;
	padding: 5px 0;
	/*border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #000000;*/
}
#featured-left img {
	border: 2px solid #000000;
}
#featured h2 span {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: none;
	font-weight: bold;
}
#featured .btn {
	color:#ffffff;
	background-color: #656565;
	font-weight: bold;
	text-decoration:none;
	-webkit-transition: background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
	-ms-transition: background .5s ease-in-out;
	-o-transition: background .5s ease-in-out;
	transition: background .5s ease-in-out;
	border:2px solid #656565;
}
#featured .btn:hover {
	color: #656565;
	text-decoration: none;
	background-color: #eeeeee;
	font-weight: bold;
}

#featuredCarousel .carousel-control-next,
#featuredCarousel .carousel-control-prev {
	top:0;
	bottom:0;
}
#featuredCarousel .carousel-control-prev-icon {
	width: 30px;
	height: 30px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23555555' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

#featuredCarousel .carousel-control-next-icon {
	width: 30px;
	height: 30px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23555555' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}}

.product-name {
	margin-bottom:20px;
}
.product {
	margin-bottom:20px;
}

.product .btn {
	color:#ffffff;
	background-color: #656565;
	font-weight: bold;
	text-decoration:none;
	-webkit-transition: background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
	-ms-transition: background .5s ease-in-out;
	-o-transition: background .5s ease-in-out;
	transition: background .5s ease-in-out;
	border:2px solid #656565;
}
.product .btn:hover {
	color: #656565;
	text-decoration: none;
	background-color: #eeeeee;
	font-weight: bold;
}


#content {
	padding-top: 35px;
	padding-bottom: 35px;
}
#content p {
	/*line-height: 175%;*/
}
aside.well {
	padding:15px;
	background-color: #fcfcc8;
}
aside.well.white {
	background-color:#ffffff;
}
@media (min-width:768px) {
	aside.well {
		margin-top:25px;
	}
}
aside h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.50em;
	font-weight: bold;
	color: #ee0000;
	text-shadow: 1px 1px 0 #000000;
}
@media (min-width:768px) {
	aside h3 {
	font-size:2.25em;
	}
}
#footer {
	color: #ffffcc;
	background-color: #000000;
	padding-top: 35px;
	padding-bottom: 35px;
}
#footer .row:first-child p {
	font-size:1.2rem;
}
#footer  a:link, #footer a:visited {
	color: #ffffcc;
	text-decoration: none;
}
#footer a:hover {
	color: #ee0000;
	text-decoration: none;
}
