@charset "UTF-8";
/* CSS Document */

/* Use if Nav Bar Used to Move down content because we have a fixed navbar that is 50px tall
body {
  padding-top: 50px;
  padding-bottom: 20px;
}
 */

.jumbotron {
	padding: 48px 0;
	margin-bottom: 0px;
	color: inherit;
	background: url(http://cmc.spectrummarketing.com/img/CMC-header_background.jpg);
	background-attachment: fixed;
	background-position: center top -150px;
	background-repeat:no-repeat;
}
.jumbotron .h1, .jumbotron h1 {
	color: #ffffff;
}
.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200;
	color: #ffffff;
}
.jumbotron>hr {
	border-top-color: #d5d5d5
}
.container .jumbotron, .container-fluid .jumbotron {
	border-radius: 6px
}
.jumbotron .container {
	max-width: 100%
}


/*-- Specific Styles --*/


#topNavigation {
	background: #41748d;
	clear: both;
	height: 36px;
	z-index: 1000;
	position: relative;
}
#topNavigation A:hover {
	color: #632C50;
}
#containerWrapper {
	width: 100%;
}
#headerWrapper {
	width: 100%;
	background: #fff;
}
#header {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
#logo {
	float: left;
	clear: none;
	margin-left: 50px;
	margin-bottom: 15px;
}
#headerContent {
	font-size: 13px;
	float: left;
	clear: none;
	width: auto;
	margin-top: 20px;
	line-height: 15px
}
#headerContent a {
	color: #000;
	text-decoration: none;
}
.footer {
	text-align: center;
	background-color: #41748d;
	height: auto;
}
.footer-copy {
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	padding-top: 10px;
}

.footer-copy a {
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	padding-top: 10px;
}

h2 {
	color: #00456a;
}

/*===========================================================
                   Media Query Adjustments 
===========================================================*/
@media screen and (min-width:768px) {
.jumbotron {
	padding: 80px 0 48px 0;
}
.container .jumbotron, .container-fluid .jumbotron {
	padding-right: 60px;
	padding-left: 60px
}
.jumbotron .h1, .jumbotron h1 {
	font-size: 63px
}
#logo {
	margin-left: 325px;
}


/* Show mobile video on small devices (phones, 375px) */
@media (max-width: 419px) {
	
.mobilevideowrapper {
	display:block;
}
}

/* HIde mobile video on larger devices */
@media (min-width: 420px) and (max-width: 2500px) {

.mobilevideowrapper {
display:none;
}
}


/* Hide desktop video on small devices (phones, 375px) */
@media (max-width: 420px) {
	
.videowrapper {
display: none;
}
}

/* Show desktop video */
@media (min-width: 420px) and (max-width: 2500px) {

.videowrapper {
	display:block;
}
}
.navbar-custom {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(255,255,255,.3);
	text-transform: uppercase;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #00456a;
	font-weight: bold;
}


.navbar-custom a:active, a:focus {
	color: #00456a;
	text-decoration: none;
}
.navbar-custom .navbar-brand {
	font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
	outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
	padding: 4px 6px;
	font-size: 16px;
	color: #00456a;
}
.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}
.navbar-custom a {
	color: #00456a;
}
.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover {
	outline: 0;
	color: rgba(255,255,255,.8);
	background-color: transparent;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
	outline: 0;
	background-color: transparent;
	color: rgba(255,255,255,1);
}
.navbar-custom .nav li.active {
	outline: 0;
}
.navbar-custom .nav li.active a {
	background-color: rgba(255,255,255,.2);
}
.navbar-custom .nav li.active a:hover {
	color: #00456a;
}
@media(min-width:768px) {
	
.navbar-custom {
	padding: 20px 0;
	border-bottom: 0;
	letter-spacing: 1px;
	background: 0 0;
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
}
.navbar-custom.top-nav-collapse {
	padding: 0;
	border-bottom: 1px solid rgba(255,255,255,.3);
	background: #00456a;
}
}
