
.jumbotron {
    background-color: #909090;
    color: #efefef;
}

.featurette-image {
    width: 250px;
    height: 329px;
    border: 0px;
}

.logo1 {
    float: left; 
    margin-right: 5px;
}

h2 {
    font-size: 25px;
}

.title-image {
    width: 250px;
    height: 73px;
    border: 0px;
}

.carousel {
    height: 300px;
}

.carousel .item {
    height: 300px;
}

.carousel-inner > .item > img {
    width: 224px;
    height: 126px;
}

@media (min-width: 650px) {

  .featurette-image {
    width: 400px;
    height: 526px;
  }

    .logo1 {
	float: left; 
	margin-top: 20px; 
	margin-left: 20px;
    }

    h2 {
	font-size: 30px;
    }

@media (min-width: 769px) {

    .jumbotron h1 {
	font-size: 50px;
    }

  .featurette-image {
    width: 475px;
    height: 625px;
  }

  .title-image {
    width: 320px;
    height: 94px;
  }

  .carousel {
    height: 500px;
  }

  .carousel .item {
    height: 500px;
  }

  .carousel-inner > .item > img {
    width: 640px;
    height: 360px;
  }

}
