.jumbotron {
  background-image: url("http://hoaxes.org/images/aprilfool/aprilfool_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top:-25px;
  margin-bottom:-25px;
   }
   
.jumbotron_sm {
  background-image: url("http://hoaxes.org/images/aprilfool/aprilfool_sm.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top:-25px;
  margin-bottom:-25px;
   }   
   
   
.jumbotron .container {
  position: relative;
  color: white;
  padding:50px 0px 50px 0px;
  text-align: center;
}

.jumbotron_sm .container {
  position: relative;
  color: white;
  padding:50px 0px 50px 0px;
  text-align: center;
}



.jumbotron h1 {
  font-size: 48px;  
  font-weight: bold;
  margin-bottom:45px;
  font-family: 'Shift', serif;
}

.jumbotron_sm h1 {
  font-size: 48px;  
  font-weight: bold;
  margin-bottom:45px;
  font-family: 'Shift', serif;
}

   
.jumbotron p {
  font-size: 20px;
  margin:0px auto 20px auto;
  width:65%;
}

.jumbotron_sm p {
  font-size: 20px;
  margin:0px auto 20px auto;
  width:95%;
}

   
.jumbowhite {
  background-color: white;
  text-align: center;
  color:black;
 }  

.jumbowhite .container {
  position: relative;
  padding:50px 0px 50px 0px;
  text-align:center;  
}

.jumbowhite p {
  font-size: 20px;
  margin:0px auto 0px auto;
  width:65%;
}


h2#top {font-size:22px;margin-bottom:30px;}


div#black {
  background-color: black;
  color:white;
   } 


p#first {font-size:15px;width:100%;margin:0px;}


div#years a:link {background-color: transparent; text-decoration: none; color: black;}
div#years a:hover {background-color: transparent; text-decoration: none; color: red;}


div#black a:link {background-color: transparent; text-decoration: none; color: white;}
div#black a:hover {background-color: transparent; text-decoration: none; color: red;}




.pictureright {
width:200px;
display:table;
text-align:center;
padding: 0px;
margin:0px 0px 10px 30px;
}

.picturepost {
display:table-cell;
vertical-align:top;
}

.afpost {
margin-top:15px;
}

.descrip {
padding-bottom:40px;
}
