/*

arocha100

*/

.navbar-collapse .container-fluid {
  padding: 2rem 2.5rem;
  border-bottom: 1px solid #55595c;
}

.navbar-collapse h4 {
  color: #818a91;
}

.navbar-collapse .text-muted {
  color: #818a91;
}

.about {
  float: left;
  max-width: 30rem;
  margin-right: 3rem;
}

.jumbotron {
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin-bottom: 0;
  background-color: #fff;
  background-image: url('img/flinders.jpg');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.jumbotron-2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin-bottom: 0;
  background-color: #fff;
  background-image: url('img/magazines.jpg');  
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.jumbotron-3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin-bottom: 0;
  background-color: #fff;
  background-image: url('img/conference.jpg');  
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.jumbotron-4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin-bottom: 0;
  background-color: #fff;
  background-image: url('img/smartphone.jpg');
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.jumbotron-5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin-bottom: 0;
  background-color: #fff;
  background-image: url('img/workshop.jpg');
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
  background: rgba(255,255,255,0.2);
  padding: 2rem;
  color: white;
}

.jumbotron p {
  color: white;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.jumbotron-2 .container {
  max-width: 40rem;
  background: rgba(255,255,255,0.2);
  padding: 2rem;
  color: #000000;
}

.jumbotron-2 p {
  color: #000000;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.jumbotron-3 .container {
  max-width: 40rem;
  background: rgba(255,255,255,0.2);
  padding: 2rem;
  color: #000000;
}

.jumbotron-3 p {
  color: #000000;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.jumbotron-4 .container {
  max-width: 40rem;
  background: rgba(255,255,255,0.2);
  padding: 2rem;
  color: #000000;
}

.jumbotron-4 p {
  color: #000000;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.jumbotron-5 .container {
  max-width: 40rem;
  background: rgba(255,255,255,0.2);
  padding: 2rem;
  color: #000000;
}

.jumbotron-5 p {
  color: #000000;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.album {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}

.card {
  float: left;
  width: 33.3%;
  padding: .75rem;
  margin-bottom: 2rem;
  border: 0;
}

.card-logo {
  float: left;
  width: 16.6%;
  padding: .75rem;
  margin-bottom: 0rem;
  border: 0;
}

.card > img {
  margin-bottom: .75rem;
  max-width: 100%;
}

.card-logo > img {
  margin-bottom: .75rem;
  max-width: 100%;
}

.card-text {
  font-size: 85%;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}