body {
  color:yellow;
  background:url(../img/background2.jpg) no-repeat top center fixed;
}

section {
  
}

h1, h2, h3, h4, h5, h6{
  margin-bottom:5px;
}
a:link {color:yellow}
a:hover {color:white}
a:visited{color:#981caa;}

.jumbotron {
  height:500px;
  overflow:none;
  color:yellow;
  background:url(../img/background2.jpg) no-repeat top center fixed;
 
}

.jumbotron .showcase_img {
   width=75%;
}

.em-text {
  color:#1caa98 ; 
}

ul li {
 line-height: 40px;
}

.box{
  margin: 5px;
  padding: 10px;
  border:  2px solid yellow;
}







