/* Styles
------------------------- */
/* Colors used in this file:
	#000: black
	#1A1E1F: shark
	#333: mine shaft
	#3C0000: temptress
	#BFBEBD: quick silver
	#AB1616: tamarillo
	#CCC: silver
	#D04E50: mahogany
	#DFDFDF: alto
	#E42A2A: alizarin crimson
	#E63F3F: cinnabar
	#E74141: cinnabar
	#EF5A5C: salmon pearl
	#F9F9F9: alabaster
	#FF6062: bittersweet
	#FF8C00: pizazz
	#FFA500: web orange
	#FFF: white
	
	#AB1616; tamarillo
	#E42A2A: alizarin crimson
	#F2F2F2: 
	#BFBEBD: 
	

*/
	
/* Universal
------------------------- */
@font-face {
	font-family: "IM Fell English";
	font-style: normal;
	font-weight: 400;
	src: local("IM FELL English Roman"), local("IM_FELL_English_Roman"), url(../fonts/IM-FELL-English-Roman.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
	font-family: "IM Fell English";
	font-style: italic;
	font-weight: 400;
	src: local("IM FELL English Italic"), local("IM_FELL_English_Italic"), url(../fonts/IM-FELL-English-Italic.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
html {
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}

/* Scrollbar
------------------------- */
::-webkit-scrollbar {
	width: 8px;
}
::-webkit-scrollbar-button {
	height: 0;
}
::-webkit-scrollbar-thumb {
	-moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.4); /* #000 */
	-webkit-border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4); /* #000 */
	background: rgba(171,22,22,0.7); /* #AB1616 */
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0,0,0,0.4); /* #000 */
}
::-webkit-scrollbar-thumb:hover {
	-moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.4); /* #000 */
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4); /* #000 */
	background: rgba(228,42,42,1.0); /* #E42A2A */
	box-shadow: inset 0 0 6px rgba(0,0,0,0.4); /* #000 */
}
::-webkit-scrollbar-track-piece {
	background: #BFBEBD;
}

/* Links (Not Visited, Visited, Hover, Focus, Selected)
------------------------- */
/* Not Visited */
a {
	color: #CD2525 !important;
}
.nav > li > a {
	text-shadow: none;
}
/* Visited */
a:visited {
	color: #BFBEBD !important;
}
.title a,
.call a {
	color: #AB1616 !important;
}
/* Hover */
a:hover,
a.selected:hover {
	color: #F2F2F2 !important;
}
a:hover,
.nav > li > a:hover,
.nav > li > span:hover {
	text-decoration: underline;
} 
.title a:hover {
	color: #E42A2A !important;
	text-decoration: none;
}
/* Focus */
a:focus {
	color: #E42A2A !important;
	outline: none;
	outline-offset: 0;
	text-decoration: none;
}
/* Active */
a.selected {
	color: #F2F2F2 !important;
	text-decoration: underline;
}

/* Body
------------------------- */
body {
	background: #1A1E1F url("../img/bg-main.gif") top left repeat;
	color: #F2F2F2;
	display: flex;
	flex-direction: column;
	font-size: 62.5%;
	font-family: "IM Fell English", serif;
	height: 100%;
	margin-top: 120px;
}
main {
	flex: 1 0 auto;
	margin-bottom: 10px;
	margin-top: 10px;
}
section {
	padding: 5px;
}
.container {
	max-width: 960px;
}
.row {
	margin-left: 0;
	margin-right: 0;
}
h1 {
	font-size: 2.4rem;
}
h2,
legend {
	font-size: 2rem;
}
h3 {
	font-size: 1.8rem;
}
h1,
h2,
h3 {
	color: #AB1616;
	font-weight: bold;
	margin: 0 0 10px 0;
}
p,
li,
blockquote {
	font-size: 1.6rem;
}
.no-list-style > li {
	list-style: none;
}

/* Header
------------------------- */
nav {
	display: block;
	text-align: center; /* Centers logo, title, and nav */
	text-transform: uppercase; /* Sets all text in nav to uppercase */
}
.navbar-default {
	background: #1A1E1F;
}
.nav-header {
	border: none;
}
.navbar-header {
	margin-top: 20px;
}
.logo {
	width: 70px;
}
.title {
	color: #AB1616;
	display: block;
	font-size: 3.2rem;
	font-weight: bold;
	margin: auto;
}
 /* Nav Buttons */
.navbar-toggle {
	color: #AB1616;
	font-size: 4rem;
	padding-bottom: 0;
	position: absolute;
	z-index: 1;
}
.hamburger {
	left: 10px;
	top: 5px;
}
.call {
	right: 10px;
	top: 5px;
}
.navbar-default .navbar-toggle {
	border: none;
	margin-bottom: 0;
	margin-right: 0;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background: transparent;
}
/* Shared Navigation */
.nav a {
	background: transparent; 
	display: block; 
	padding: 10px 15px;
	position: relative;
}
/* Fixed Navigation */
.navbar-default,
.navbar-collapse {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/* OffCanvas Navigation */
.navmenu-default {
	background: #1A1E1F;
	border-color: #BFBEBD; /* offcanvas menu border */
}
.nav li {
	margin-top: 5px;
	padding: 10px 5px;
	white-space: nowrap;
}
.nav li > span {
	color: #E42A2A;
	cursor: pointer;
	display: block;
	padding: 10px 15px;
	position: relative;
}
.nav li > span:hover {
	display: block;
}
.dropdown-container {
	display: none;
	position: relative;
}
.dropdown-container,
.nav ul {
	border-bottom: 5px solid #E42A2A;
	border-top: 2px solid #E42A2A;
	padding: 0;
	white-space: nowrap;
	z-index: 1;
}
.nav ul {
	background: #1A1E1F;
	left: -99999em;
	position: absolute;
}
.nav > li:hover > ul {
	left: auto;
}
.nav > li li:hover > ul { 
	left: 100%;
	top: 50%; /* ? */
}
/* SubMenu Arrow */
.nav li a:first-child:nth-last-child(2)::before,
.nav li span::before {
	content:""; 
	position: absolute; 
	height: 0; 
	width: 0; 
	border: 5px solid transparent; 
	top: 50%;
	right: 1px;  
}
.nav > li > a:first-child:nth-last-child(2)::before,
.nav li span::before { /* down arrow */
	border-top-color: #AB1616;
}
.nav > li:hover > a:first-child:nth-last-child(2)::before,
.nav li:hover span::before { /* up arrow */
	border: 5px solid transparent; 
	border-bottom-color: #AB1616;
	margin-top: -5px;
}
.nav > li li > a:first-child:nth-last-child(2)::before { /* right arrow */
	border-left-color: #AB1616;
	margin-top: -5px;
}
.nav > li li:hover > a:first-child:nth-last-child(2)::before { /* left arrow */
	border: 5px solid transparent;
	border-right-color: #AB1616;
}

/* Jumbotron
------------------------- */
.jumbotron {
	background: transparent;
	border-radius: 6px;
	margin-bottom: 10px;
	padding: 0;
}
.featured,
.service {
	margin: 0 auto;
	max-width: 720px;
}
#gallery,
#gallery2 {
	display: none;
}

/* Testimonials
------------------------- */
.testimonial,
.testimonial p {
  margin-bottom: 0;
  overflow: auto;
}
.signature {
  font-style: italic;
}

/* UniteGallery
------------------------- */
.ug-gallery-wrapper {
	font-family: inherit;
}
.ug-gallery-wrapper .ug-slider-wrapper {
	background: #1A1E1F;
}
.ug-lightbox .ug-lightbox-numbers {
	font-size: 1.6rem;
}

/* Images
------------------------- */
/* All person images must be square with same width and height so
     that they will maintain uniformity when window is resized
  */
.img-person-sm,
.img-person-md,
.img-person-lg,
.img-person-xlg {
	border-radius: 5px;
}
.img-person-sm {
	width: 50px;
}
.img-person-md {
	width: 100px;
}
.img-person-lg {
	width: 150px;
}
.img-person-xlg {
	width: 200px;
}
.img-left {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}
.img-center {
	display: block;
	margin: auto auto 10px;
}
.img-right {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

/* Buttons
------------------------- */
.btn {
	border: none;
	margin-bottom: 15px;
	text-shadow: none;
}
.btn:hover {
	-moz-box-shadow: 0 0 20px rgba(225,225,225,0.7); /* #F2F2F2 */
	-webkit-box-shadow: 0 0 20px rgba(225,225,225,0.7); /* #F2F2F2 */
	box-shadow: 0 0 20px rgba(225,225,225,0.7); /* #F2F2F2 */
}
.btn:active,
.btn:focus,
.btn:active:focus {
	border-color: transparent;
	outline: none;
}
.btn-danger {
	background-image: linear-gradient(to bottom, #E42A2A 0%, #AB1616 100%);
	border-color: #3C0000;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active:focus {
	background: #AB1616;
}
.btn-danger:focus {
	border-color: none;
}
.hamburger:hover,
.call:hover {
	color: #F72020;
}

/* Modal Content
------------------------- */
.modal-dialog {
	margin: 10px auto;
	width: auto;
}
.modal-content {
	background: transparent;
	padding: 10px;
}
.modal-header {
	border-bottom: none;
	padding: 0;
}
.modal-body {
	padding: 0;
}
.modal-footer {
	border-top: none;
	padding: 0;
	text-align: center;
}

/* Video
------------------------- */

/* Sponsors
------------------------- */
.sponsorops {
	text-align: center;
}

/* Footer
------------------------- */
footer {
	background: #1A1E1F;
	flex: none;
	text-align: center;
}
footer .row {
	margin: auto;
	max-width: 815px;
}
footer p {
	font-size: 1.6rem;
	margin-top: 10px;
}
.navbar-footer {
	background: transparent;
	border: none;
	display: none;
	margin-bottom: 0;
}
.copyright {
	color: #E42A2A;
	margin-bottom: 30px;
}
.social-icon a {
	font-size: 3rem;
	margin: 0 20px;
}
.social-icon img {
	vertical-align: top;
}
.contact {
	background: transparent;
	border: none;
	font-size: 1.6rem;
	padding: 0;
}
.back-to-top.fa-chevron-up {
	background: transparent;
	border: 2px solid #AB1616;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	bottom: 0;
	color: #F2F2F2;
	cursor: pointer;
	display: none;
	font-size: 3rem;
	left: 0;
	padding: 3px;
	margin: 0 auto;
	position: fixed;
	right: 0;
	width: 35px;
	z-index: 1;
}

/* Anchored Text
------------------------- */
 .anchor::before {
	content: "";
	display: block;
	height: 100px;
	margin: -100px 0 0;
	visibility: hidden;
} 

/* Float ClearFix
------------------------- */
.float-clear:after {
	clear: both;
	content: "";
	display: table;
}

/* Unused
------------------------- */
/* table.xdebug-error,
table.xe-warning {
	color: #000 !important;
} */