/*# sourceMappingURL=misc.css.map */

/* Header section */
header .stock-header h3 { margin-right: 1rem; }
header .stock-header h3:last-of-type { margin-right: 0; }

@media only screen and (max-width: 480px) {
	header .stock-header h3 { font-size: 3vw; }
}

/* Landing page 1 & 2 */

.landing-1-2 .intro {
	color: #fff;
	line-height: 120%;
	background-image: url('/site/assets/files/5750/nwc-mountain_bg-graphic.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    padding: 28px 5% 40px 5%;
}
.landing-1-2 .intro h1 { 
	color: #ffff00;
	font-weight: bold;
    font-size: 2.5rem;
}
@media only screen and (max-width: 800px) {
	.landing-1-2 .intro h1 { font-size: 1.8rem; }
}
.landing-1-2 .intro .video { border: 16px solid #fff; }
@media only screen and (max-width: 600px) {
	.landing-1-2 .intro .video { border: 10px solid #fff; }
}
.landing-1-2 h2 { margin-top: 1.5rem; }
.landing-1-2 .source { 
	font-size: .8rem; 
	margin-top: 3rem;
}
.landing-1-2 .source a { text-decoration: none; }
