body {
	background-image: url("back2.jpg");
	background-repeat: no-repeat;
  background-size: auto;
  background-attachment:fixed;

} 

/* 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.85);
  border-radius: 0.3rem;
}

a.pink {
  color: #f6007f;
}

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;
  }

  ul.test {
    display:inline;
  }