
/* HOMEPAGE SLIDER MODIFICATIONS */
h2 {
	margin-bottom:5px;
}
.rev_slider .tp-caption.main-label {
	font-size:3em;
	line-height:1.2em;
	text-transform:uppercase;
	font-weight:800;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	font-family: 'Montserrat', sans-serif;
}
.rev_slider .tp-caption.bottom-label p {	
	color:#fff;
	font-size:1.5em;
	text-shadow:1px 1px 1px #000;
}
.rev_slider .tp-caption.bottom-label li {	
	color:#fff;
	font-size:1.2em;
	text-shadow:1px 1px 1px #000;
}
.rev_slider .tp-caption.bottom-label a.btn {	
	text-shadow:none;
	border:1px solid #fff;
}

/*Removes the underlined text on the bottom boxes*/
.featured-boxes a {
	text-decoration:none;
}

/* Set's the link colors for the to- "minor" navigation bar */
header#header div.header-body .header-top p a {
	text-shadow:1px 1px 1px #000;
	color:#fff;
}

/* HOME INTRO */
.home-intro.home-intro-primary {
	border-top:1px solid #fff;
}

.home-intro.home-intro-primary h1 div.home-intro-title {
	color:#000;
	padding-top:15px;
	text-transform:uppercase;
	font-weight:800;
	text-shadow:1px 1px 1px #fff;
	font-family: 'Montserrat', sans-serif;
}

.home-intro.home-intro-primary h1 div.home-intro-text {
	color:#000;
	font-size:.5em;
	line-height:1.3em;
	font-weight:bold;	
	text-shadow:1px 1px 1px #fff;
	font-family: 'Montserrat', sans-serif;
}

/* LOGO */
#header-logo.header-logo{
	position:absolute;
	top:-50px;
	z-index:9999;
}

/* PAGE TITLES */
div.main section.page-header .page-title h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	text-shadow:1px 1px 1px #000;
	text-transform:uppercase;

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

	#header #header-column-mobile-nav .header-nav-main {
		padding-top:30px;
	}
	
	#header-logo.header-logo{
	position:absolute;
	top:-59px;
	z-index:9999;
	}
	
	#header-logo.header-logo img{
		max-width:250px;
		max-height:76px;
		top:25px;
	}
	
	.tp-caption.main-label{
		font-size:6em;
		line-height:1.2em;
	}
	
	.rev_slider .tp-caption.main-label {
		
	}

	.page-title{
		font-size:2em;
	}
	
}