body {
  font-size: 16px;
  font-family: 'Oxygen', sans-serif;
}

.navbar-brand,.jumbotron,h2{
	font-family: Comic Sans MS;
}
.jumbotron{
	text-align: center; 
	background-color: #b2dba1;
}
.jumbotron p{
	font-size: 1.5em;
	line-height: 2em;
}

.container-fluid div {
margin-bottom: 15px;
/*border: 2px solid green*/
}/*body div Style*/



.container-fluid h2
{
  border-radius: 5px; 
  background-color: #bce8f1;
  height:45px;
  padding-top: 5px; 
  padding-left: 15px; 
}

.container-fluid p{
	padding-left: 20px;
}

hr{
 	margin:5px 0px;
}

.bs-docs-footer {
    background-color: #2a2730;
    color: #99979c;
    line-height: 1.5em; 
    padding: 15px 0px;
}

.footP2{
	text-align: center;
	font-size: 0.9em;
	color: white;
}


/*Grid Layout*/

@media (min-width: 1200px) {

}

/*medium devices only*/
@media (min-width: 992px) and (max-width: 1199px) {
  
}
/*small devices only*/
@media (min-width: 768px) and (max-width: 991px) {

}

/*extral small devices only*/
@media (max-width: 767px) {

}

