/* Add here all your CSS customizations */

/* Generic Text Color */
body, p, ul {
	color: #000000;
	font-size: 16px;
}

/* Heading Font Letter Spacing */
h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0px;
}

/* Main Menu Font Letter Size */
	#header .header-nav-main nav > ul > li > a {
		font-size: 18px;
}

/* Mobile Sub-Main Menu Font Letter Size */
@media (max-width: 991px) {
	#header .header-nav-main nav > ul li a {
    font-size: 16px !important;
	}
}

/* Thumb Info Sizing */
.thumb-info-caption .thumb-info-caption-text, .thumb-info-caption p {
	font-size: 16px;
}

/* Sub-Header Formatting */
p.text-sub-header {
	color: #FFF;
	font-size: 18px;
	padding: 5px;
	letter-spacing: 0px;
	background-color: rgba(237,28,36);
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);	
}

/* Set logo size based on screen size */

@media (min-width: 1200px) {
	#header .header-logo img {
		width: 365px;
		height: auto !important;
	}
}

/* Menu Formatting */
.dropdown-item.active {
	color: #FFF !important;
	background-color: #19315f !important;
}

a.dropdown-item:hover {
	background-color: rgba(6,73,121,0.4) !important;
}

/* Scroll to Top Icon Color */

a.scroll-to-top {
	color: #FFF;
}

/* Revolution Slider Text Formatting */

h1.tp-caption {
	color: #FFF;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	padding: 10px 14px 10px 14px;
}
.tp-caption {
	color: #FFF;
	letter-spacing: 0px;
		text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

/* AddThis */
.at4-share-title {
   color: #444444 !important;
}


