html,
body {
	margin:0;
	border:0;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	padding:0;
	min-width: 640px;
}
body {
  background-image: url('../img/white-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}


.shell {
	max-width:1640px;
	min-width:640px;
	margin:0 auto;
}

.wrapper {
	max-width:1600px;
	min-width:600px;
	margin: 0 20px;
	position: relative;
}

.text-cntr {
  text-align: center;
  margin-top: 40px;
  color:#777;
}

img {
  display:block;
  margin:auto;
  width:30%;
}

.large-logo {
  margin-top: 80px;
}

.video-listing-cntr {
  margin-top: 60px;
  margin-bottom: 100px;
  min-height: 800px;
  text-align: center;
}

.vid-cntr {
  box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
  margin: 1%;
  margin-top: 15px;
  width:300px;
  height:169px;
  display: inline-block;
}

.footer {
  width:100%;
  height:250px;
  background-color: #1e232b;
}

.small-logo {
  padding-top: 60px;
}
.small-logo img{
  height:120px;
  width: auto;
}


/* CLEAR FIX */
.cf:before,
.cf:after {
    content: ""; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}
