/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  background-color:#f0df9d;
}
.navbar navbar-inverse navbar-fixed-top{
  padding-top:10px;
  margin-bottom:0px;
  border-bottom:0px;  
  padding-bottom:0px;
}
.navbar-header{
  padding-top:3px;
}

ul.nav,.jumbotron h1{
  padding-bottom:0px;
  margin-bottom:0px;
  border-bottom:0px;
	font-family:  'Arvo', serif;
  color:white; 
}
.navbar-brand
 {
  padding-top:5px;
  width:200px;
  height:35px;
  background-color: yellow;
  box-shadow: 10px 10px 5px #888888;
 }

.TextShadow{
  text-shadow:5px 5px 10px #00FF00;
}
 
.TextShadow,.borderRadius,.BoxShadow{
  text-align:center;
  font-size: 15px;
  color: gray;
  font-family:  'Arvo', serif;
}

.container{
  text-align:center;
  font-size: 15px;
  color: gray;
  font-family:  'Arvo', serif;
}
 
#get-involved{
  background-color:#f5f5f5;
  margin-bottom:0px;
}
.homepage{
  text-align:center;
  padding-bottom: 30px;
  padding-top: 30px;
}
.homepage h1{
  margin-top:0px;
  margin-bottom:50px;
  line-height:1.4;
}
.homepage h2,.homepage h3{
  color:#0000ff;
  font-family:'Arvo',courier,serif;
  text-transform:uppercase;
}
.homepage h2{
  font-size:30px;
}
.homepage h3{
  font-size:26px;
}

.homepage p{
  font-size:21px;
  font-weight:160;
  text-align:justify;
  text-justify:distribute-all-lines;
}

.homepage a{
  color:#000000;
  text-decoration:none;
  opacity:.8;
}
.homepage hr{
  text-align: center;
  border-top:1px solid#ffaf33;
  border-width:6px;
  width:200px;
  margin-top:15px;
}

.TextShadow.Picture{
  padding-top:10px;
  padding-bottom:0px;
}
.container {
  text-align: justify;
}
.container hr{
  text-align: justify;
  border-top:1px solid#ffaf33;
  border-width:6px;
  margin-top:15px;
}

.container.homepage{
  font-family:  'Arvo', serif;
  font-size: 30px;
  padding-top:30px;
  padding-bottom:30px;
}
.emphasis{

  color:gold;
  font-weight:600;
}
.subTitle{
  color:black;
  font-weight:600;
}
.btn-lg{
	font-size:36px;
}
#get-footer {	
  font-family:  'Arvo', serif;
  background-color: #3a1903;
  padding-top: 30px;
  padding-bottom: 30px;
  color:#3fca2e;
  margin-top:0px;
 
  background: #3a1903; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #3a1903 , #ffffff); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #3a1903, #ffffff); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right,#3a1903, #ffffff); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #3a1903 , #ffffff); /* Standard syntax */
}

.fa {
  object-position:left;
}

<style>
* {box-sizing:border-box}
body {font-family: Verdana,sans-serif;}
.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  max-width: 2000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: justify-all;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
/*.dot {
  height: 13px;
  width: 13px;
  margin: 0px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;*/
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 0.3s;
  animation-name: fade;
  animation-duration: 5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
</style>