body {
	background-image: url("back.jpg");
	background-repeat: no-repeat;
  background-size: auto;
  background-attachment:fixed;
  color: #fff !important; 
} 

/* Make the image fully responsive */
.carousel-inner img {
    width: 100%;
    height: 100%;
}

.responsive {
    width: 100%;
    height: auto;
}

.navbar-inner {
    background-color:transparent;
}

.jumbotronTransparent {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: rgba(219, 219, 219, 0.7);
  border-radius: 0.3rem;
}

a.green {
  color: #c5e102;
}

div.example {
  font-size: 2.5rem;
}

@media screen and (min-width: 601px) {
  div.example {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 600px) {
  div.example {
    font-size: 1.75rem;
  }
