/* Don's squish the girl on the Video page */
.img-responsive {
height: auto;
} 


/* navigation styles start here */
.nav-toggle, .nav-toggle-label {display:none;}

@media only screen and (max-width : 879px) {
.nav-toggle, .nav-toggle-label {display:inline;}

nav {
margin-top: 0.4rem;
	display:none;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-bar > .container {
	min-height: 3rem;
}

nav a {
  text-decoration: none;
}

nav a:hover {
  color: #FFF;
}

.nav-toggle:checked ~ nav {
display: block;
	color: white;

}

.nav-toggle {
	visibility:hidden;
}
.nav-toggle-label:after {
	content: "\2630";
	color:white;
	font-size: 2.3rem;
}
}


