body {
  /*  padding-top: 50px; */
}

.starter-template {
    padding: 40px 15px;
    text-align: center;
}

.container {
    max-width: 950px;
}
  
.btn-vc {
	float:right;
	padding-top: 15px;
	
}

.jumbotron {
    margin-bottom: 0px;
    background-image: url(../assets/h_s.jpg);
    background-position: center;
    background-size: 950px 500px;
    background-repeat: no-repeat;
    color: white;
    text-shadow: black 0.3em 0.3em 0.3em;
    height: 500px;
    max-width: 950px;
    
}

.navbar-brand
{
     margin-left:-110px !important;
     margin-top: -10px;
}

.img-cc {
  margin-left: 40px;

}

.carousel-inner img {
  
    width: 100%; /* Set width to 100% */
    margin: auto;
}

.carousel-caption h3 {
    color: #fff !important;
}

@media (max-width: 600px) {
    .carousel-caption {
        display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
}


