body {
  height: 100%;
  font-size: 12px;
  font-family: 'Philosopher', sans-serif;
  position: relative;
}

h2, h3 {
  margin-top: 5px;
}


h2 {
  font-size: 2em;
  font-weight:bold;
}

h3 {
  font-size: 1.5em;
  margin-bottom: 35px;
}


.text {
  font-size: 1.3em;
}

.row {
  margin: 5px -10px;
}

.container-fluid {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  padding: 2% 0;
  padding-top: 60px;
}

.well {
  border-radius: 10px;
  margin: 60px auto auto auto;
  padding: 10px 0;
  width: 80%;
  background-color: rgba(255, 255, 255, 0.80);
}


.carousel {
    border-radius: 10px;
    overflow: hidden;
}

.carousel-caption {
  background-color: rgba(255, 255, 255, 0.65);
  font-size: 1.25em;
  padding-top: 0;
  padding-bottom: 0;
  color:inherit;
  border-radius: 5px;
  bottom: 10px;
}

.carousel-indicators {
  display:none;
}

.box-border {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.item img {
   width:100%;	
}

@media only screen and (max-width : 480px) {
  .well {
     width: 90% !important;
  }
 }
 
@media only screen and (min-width : 992px) {
  h2 {
    font-size: 2.5em;
  }

  h3 {
    font-size: 2em;
  }

  .text {
    font-size: 1.7em;
  }
}

