
html {
  font-size: 16px;
  font-family: "Roboto",sans-serif;
  font-weight: 300
}
.project-video {
  width: 100%;
}
.container-padding {
  padding: 30px;
}

.project-description {
  margin-bottom: 25px !important;
}

.after {
  content: "";
  background: #333;
  position: absolute;
  bottom: -15px;
  left: 50%;
  height: 2px;
  width: 90px;
  margin-left: -45px;
}
.navbar-header h1 {
  color: #fff;
  font-size: 1.2em;
  margin-top: 1.1em;
}
.container-fluid>.navbar-header {
  /*margin-bottom: 25px;*/
}
.navbar-nav > li > a {margin-top:20px !important; margin-bottom:20px !important;}
.navbar-toggle {margin-top:20px !important; margin-bottom:20px !important;}
.navbar {min-height:50px !important}
.navbar-brand {
  color: #fff;
  margin-left: 10px;
  padding: 4px 10px 11px;
}
.icon-bar {
  background-color: #fff;
}
.navbar-default {
  background-color: #090a0b;
  border-color: #000000;
  color: #fff;
}
.active a {
  background-color: #4f84ab !important;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 3px;
  background: #111;
  color: #fff !important;
  font-size: .8em;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.navbar-nav > li > a:hover {
  background-color: #709cbd !important;
}
.navbar .pull-right {
}
body {
  background: #eee;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', Helvetica, sans-serif;
  color: #223;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
}
a {
  color: #709cbd;
}
a:hover {
  color: #a3b2bd;
  text-decoration: none;
}
.stories {
  margin: 0 10px;
}
#about-img {
  /*max-width: 400px;*/
}
.story-page {
  margin-top: 30px;
  padding: 30px 85px;
  background: #fff;
}

.story-page .story-head {
  border-bottom: 1px solid #ccc;
  /* height: 38px; */
  margin: 30px auto;
  /*width: 83%;*/
  box-sizing: border-box;
  padding: 0;
  margin-bottom: 50px;
}
.story-page h2 {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  top: 20px;
  width: 60%;
  margin: 0 auto;
}
.story-page .author {
  text-transform: uppercase;
  text-align: right;
  font-style: italic;
  font-weight: 700;
}
.about {
  padding: 30px;
  background: #fff;
  min-height: 500px;
  max-width: 880px;
  margin-top: 30px;
}
.about h2 {
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}
.about h2:after {
  content: "";
  background: #333;
  position: absolute;
  bottom: -15px;
  left: 50%;
  height: 2px;
  width: 90px;
  margin-left: -45px;
}
.navbar {
  margin-bottom: 0px;
}
.fourohfour {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 20px 30px 50px 30px;
  margin-top: 30px;
}
h1.bar {
  text-align: center;
  position: relative;
  padding: 20px 0;
  background-color: #2f4e65 !important;
  color: #fff;
  margin: 0;
  margin-bottom: 10px;
}
.story-header {
  text-align: center;
  margin-bottom: 45px;
}


/* @media (max-width: 1200px) { */
  /* #story-head-all_heart_no_walls_this_is_birdie_rodriguez { */
    /* margin-bottom: 100px; */
  /* } */
/* } */

.story-header:after {
  content: "";
  background: #333;
  position: absolute;
  bottom: -15px;
  left: 50%;
  height: 2px;
  width: 90px;
  margin-left: -45px;
}

@media (max-width: 1200px) {
  .story-head h2 {
     width: 70%; 
  }
}

@media (max-width: 786px) {
  .story-head h2 {
     width: 90%; 
  }
}

@media (max-width: 500px) {
  .story-head h2 {
     width: 100%; 
  }
}

.story {
  margin: 0;
  margin-bottom: 10px;
  width: 25%;
  text-align: left;
}
.story .thumbnail {
  padding: 0;
  border: none;
  border-radius: 0;
}
.story .thumbnail h4 {
  margin: 20px 10px 10px 10px;
  text-transform: none;
  text-align: center;
  letter-spacing: .5px;
  font-size: 1.2em;
}
.story .thumbnail p {
  margin-left: 10px;
}

.story .thumbnail p.author{
  font-weight: 400;
  text-align: center;
  margin:0;
}
.story .thumbnail .caption {
  padding: 0 10px 10px 0px;
  text-align: left;
  height:180px;

}
#about-img {
  padding-bottom: 10px;
}
.container.home {
  background: #fff;
  padding: 30px;
  position: relative;
}
.banner {
  position: relative;
  margin-bottom: 30px;
}
.banner ul {
  padding: 0px;
  margin: 0;
  -webkit-padding-start: 0px;
}
.banner .carousel {
  border: 8px solid #111;
}
.banner li {
  list-style: none;
}
.banner ul li {
  float: left;
}
.banner .text {
  margin-top: 70px;
  height: 200px;
}
.banner .text h4 {
  margin-bottom: 35px;
  position: relative;
}
.banner .text h4:after {
  content: "";
  background: #333;
  position: absolute;
  bottom: -15px;
  left: 50%;
  height: 2px;
  width: 90px;
  margin-left: -45px;
  left: 0;
  margin-left: 0;
}
.banner .dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  text-indent: -999em;
  padding-top: 5px;
  overflow: hidden;
  border: 2px solid #888;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: background .5s, border.5s, opacity .5s;
  -moz-transition: background .5s, border.5s, opacity .5s;
  transition: background .5s, border.5s, opacity .5s;
}
.banner .dots li.active {
  background: #709cbd;
  border: none;
}
.img-holder {
  height: 380px;
  width: 100%;
  position: relative;
}
.img-holder img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: -90px;
}
@media (max-width: 1199px) {
  .dots {
    height: 40px;
    margin-bottom: 50px;
    position: absolute;
    left: 10px;
    padding-left: 0;
    bottom: 160px;
  }
  .img-holder {
    height: 320px;
    margin-bottom: -90px;
  }
}
@media (max-width: 767px) {
  .img-holder {
    height: auto;
  }
  .img-holder img {
    position: relative;
  }
  .story-page {
    padding: 30px;
  }
}
.credits h4 {
  margin-top: 20px;
  font-size: 1.2em;
}
@media (min-width: 1200px) {
  .dots {
    height: 40px;
    margin-bottom: 50px;
    position: absolute;
    right: 33px;
    top: 0px;
  }
}
@media (min-width: 1600px) {
  .img-holder {
    height: 400px;
  }
  .img-holder img {
    margin-top: -90px;
  }
}
footer {
  margin: 20px auto;
}
.center {
  text-align: center;
}
.slider {
  position: relative;
  overflow: auto;

}
.slider li {
  list-style: none;
/*   height: 500px; */
}
.slider ul li {
  float: left;
  position: relative;
}
.slider ul {
  margin: 0;
  padding: 0;
}
.slider li .caption {
  position: absolute;
  bottom: 50px;
  left: 50px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  padding: 20px 30px;
}
#soundslider embed {
  margin-top: 20px;
  height: 760px;
  border: 1px solid #111;
}
.townine #soundslider embed {
  height: 565px;
  margin: 0 auto;
}
.twonine {
  margin: 0 auto;
  width: 800px;
}
