#uni_header {
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	padding: 30px;
}

#logo_img {
	display: block;
	width: 100px; 
	height: 84px;
	background-image: url("http://d2145rpqkz4imh.cloudfront.net/brntg_logo.png");
	background-size: cover;
}

#nav_wrapper.inverse #logo_img {
	background-image: url("http://d2145rpqkz4imh.cloudfront.net/brntg_logo_black.png");
}

h1#collab_title {
	font-size: 48px;
    text-align: center;
    margin-top: 1em;
}

p#collab_ft {
    font-size: 24px;
    margin: 10px auto 5px auto;
}

#nav_wrapper.static {
    float: left;
}
#nav_wrapper.static #uni_header {
    position: static;
    padding: 0 30px 0 0;
}
.brntg_comment {
    padding: 30px;
}
/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
    .flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}

.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video { padding-top: 0; }
}

#footer {
  margin-top: 60px; line-height: 1.5em; padding: 30px 0; text-align: center;
}

#footer.inverse {
  color: #f2f2f2;
  background: rgba(0,0,0,.3);
}

#footer a {
    text-decoration: none;
    font-weight: 400;
    font-size: 1.3em;
    text-transform: uppercase;
    color: #181818;
    line-height: 48px;
}

#footer.inverse a {
  color: #f2f2f2;
}

#footer .social-link:hover {
  opacity: .9;
  filter: alpha(opacity=90);
};

@media screen and (min-width: 768px) {
  #footer {
    text-align: left;
  }
  #social_links {
    float: right;
    text-align: right;
  }
}