/* NAR global stylesheet */

html, body {
	width: 100%;
	min-height: 100%;
	padding: 0;
	margin:0;
}

body {
	font-family: 'Open Sans', 'Libre Franklin', sans-serif;
	color: #fff;
	z-index: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
				rgba(0,0,0,0.55);
	background-image: url('/assets/images/capitol.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.content-background {
	background-color: rgba(0,107,182,0.85);
}

.video {
	margin-top: 3em;
	margin-bottom: 3em;
}

h1 {
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: 300;
}

h2 {
	text-transform: uppercase;
	font-weight: bold;
}

.footer {
	text-align:center;
	bottom: 0;
	height: 35px;
	line-height: 10px; /* Vertically center the text there */
	padding-top: 50px;
	padding-bottom: 3em;
}

.disclaimer span {
	display: inline-block;
	z-index: 100;
	color:#000;
	background-color:#fff;
	border:1px solid #000;
	font-size: 10px;
	line-height: 13px;
	padding: 5px;
	text-transform: uppercase;
	width: auto;
}

/* video embed */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 999px) {
	.nowrap {
		white-space: nowrap;
	}
}