body {
  padding-top: 20px;
  padding-bottom: 20px;
}

.jumbotron {
    /*background-color: #3991db;*/
    background-color: #2981cb;
    font-size: 18px;
    padding: 30px 0px 30px 0px;
}

.jumbtron h2 {
    margin-top: 0px;
}

.jumbotron ul li {
    text-align: left;
    line-height: 1.5;
}

footer {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}

.masthead {
  background-color: #000;
  z-index: 30;
}

.masthead-nav > li > a {
  font-size: 12px;
}

.crommast {
    margin-right: 0px;
}

.dropdown-menu  {
    background-color: #000000;
}

.dropdown-menu > li
{
  margin-left: 10px;
  margin-right: 10px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #000000;
}

.nav .open > a:focus {
    background-color: #222222;
}

.dropdown-menu {
  background-color: #000000;
}

.dropdown-menu > li > a
{
  color: #ababab;
  text-align: left;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #dedede;
  text-decoration: none;
  background-color: #333333;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  background-color: #000000;
  outline: 0;
}

.cllogo {
  width: 280px;
  height: 70px;
  border: 0px;
}

.carousel {
    height: 300px;
}

.carousel .item {
    height: 300px;
}

.carousel-inner > .item > img {
    height: 160px;
}

.ytemb {
  padding-top: 30px;
  width: 280px;
  height: 158px;
}

.featurette-image {
    width: 250px;
    height: 375px;
    margin-top: 10px; 
    border: 2px solid #000;
}

@media (min-width: 650px) {
  .masthead-nav > li > a {
    font-size: 16px;
  }

  .cllogo {
    width: 600px;
    height: 152px;
  }

  .jumbotron {
    margin-top: 80px;
  }

  .carousel {
    height: 550px;
  }

  .carousel .item {
    height: 550px;
  }

  .carousel-inner > .item > img {
    height: 400px;
  }

  .ytemb {
    padding-top: 50px;
    width: 560px;
    height: 315px;
  }

  .featurette-image {
    width: 320px;
    height: 480px;
    margin-top: 30px; 
  }

@media (min-width: 769px) {
  .jumbotron {
    padding: 48px 30px 48px 30px;
  }

  .crommast {
    margin-right: 60px;
  }

  .ytemb {
    padding-top: 50px;
    width: 768px;
    height: 468px;
  }

}

