img {
	width: 100%;
	height: auto;
}

p {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

.header-img {
	width: 100%;
	height: 150px;
	background-image: url(../img/header.jpg);
	background-size: cover;
	background-position: center;
	background-color: #202020;
}

#logo-img {
	max-width: 120px;
}

.header-content {
	display: table;
	height: 150px;
}

.logo-container {
	display: table-cell;
    vertical-align: middle
}

.video {
    margin-top: 30px;
}

.post, .small-video {
	border-bottom: 1px solid #bebebe;
	padding-bottom: 20px;
	margin-bottom: 50px;
}

.post:last-child, .small-video:last-child {
	border-bottom: none;
}

.red {
	background-color: red;
	height: 400px;
}

.blue {
	background-color: blue;
	height: 400px;
}

.event {
    border-top: 1px solid #bebebe;
    padding-bottom: 5px;
}

.event i {
    float: right;
    margin-right: 5px;
}

.latest {
    margin-top: 20px;
}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}