/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  background-image:url(../images/backpicture.jpg);
  background-size:cover;
}

.jumbotron{
  padding-top:0px;
  padding-bottom:20px;
  margin-bottom:0px;
}
ul.nav,.jumbotron h1{
	font-family:  'Arvo', serif;
  color:white; 
}
.jumbotron p{
  font-size:18px;
  font-family:'Arvo',courier,serif;
  text-align:justify;
  color:#300f08;
}
.navbar-brand
 {
  padding-top:5px;
  width:200px;
  height:35px;
  background-color: yellow;
  box-shadow: 10px 10px 5px #888888;
 }
  
.container{
  font-size: 16px;
  color:white;
  font-family:'Arvo', serif;
  line-height:20px;
  line-height: 2.0;  
}

.homepage{
  text-align:center;
  padding-bottom: 30px;
  padding-top: 30px;
}
.homepage h1{
  color:#300f08;
  margin-top:0px;
  margin-bottom:15px;
  line-height:0.8;
  font-size: 32px;
}
.homepage h2,.homepage h3{
  color:#ffaf33;
  font-family:'Arvo',courier,serif;
  text-transform:uppercase;
}
.homepage h2{
  font-size:30px;
}
.homepage h3{
  font-size:26px;
}
.homepage p{
  font-size:18px;
  font-family:'Arvo',courier,serif;
  text-align:justify;
  color:#ffaf33;
}
.homepage a{
  color:#ffaf33;
  font-size:20px;
  text-decoration:none;
  opacity:.8;
}
.homepage hr{  
  border-top:1px solid#ffaf33;
  border-width:6px;
  width:200px;
  margin-top:15px;
}
.row{
  margin:30px;
  padding-top:30px;
}
.col-md-4{
  border: 2px solid #300f08;
  border-radius: 25px;
  
}

.container .homepage{
   font-family:  'Arvo', serif;
}
.emphasis{
  color:gold;
  font-wight:600;
}
.btn-lg{
	font-size:32px;
}
#get-footer {	
  font-family:  'Arvo', serif;
  background-color: #300f08;
  padding-top:  20px;
  padding-bottom: 30px;
  color:white;
  margin-top:0px;
}

<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: center;
}

/* 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: 0 2px;
  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>