body {
  margin: 0;
  font-family: 'Lato', sans-serif;
}
h1 {
	text-align: center;
	text-transform: uppercase;
	color: #005d81;
	font-size: 40px;
	margin: 30px 0;
}
h2 {
	color: #005d81;
  font-size: 22px;
  line-height: 22px;
  margin: 0 0 10px 0;
  padding: 0;
}
h3 {
	color: #005d81;
	font-weight: 200;
	font-style: italic;
  margin: 0 0 20px 0;
  padding: 0;
}
#bar {
	background: #005d81;
	height: 40px;
	width: 100%;
}
nav {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px;
}
nav a {
  background: #005d81;
  color: white;
  border-radius: 10px;
  padding: 10px 25px;
  text-decoration: none;
  margin-right: 10px;
}
nav a.active {
  background: #013549 !important;
}
#all_videos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  width: calc(100% - 60px);
  margin: 0 30px 60px 30px;

}
.video {
  z-index: 99;
  background: #eee;
}
.playy {
  position: absolute;
  background: linear-gradient(rgba(38,45,48, 0.35), rgba(38,45,48, 0.4)), url(//ats-edu.storage.googleapis.com/uploads/white-play-btn.png) no-repeat center center;
  background-size: 30px 30px;
  z-index: 100;
  left: 50%;
}
.video p {
  text-align: center;
  margin: 5px 0 5px 0;
  padding: 0;
  font-size: 13px;
}
.video img {
  width: 100%;
  height: auto;
}
.why-video-content, .play-btn-wrapper {
  z-index: -10;
}
.vimeo:hover {
  cursor: pointer;
}
.vimeo {
    z-index: 99 !important;
}