body{
	background: linear-gradient(#000046, #1cb5e0);
}
a{
	color: #24A7Cf;
}
a:hover{
	color: #24A7Cf;
}
.navbar-brand img{
	margin-top: -5px;
}
.navbar-brand *{
	color: white;
}
.jumbotron{
	height: 200px;
	overflow: hidden;
	margin-top: -10px;
	background: none;
}
.jumbotron #details{
	position: absolute;
	color: white;
}
.jumbotron #details span{
	color: #24A7CF;
}
.jumbotron img{
	width: 100%;
}

.widgets1{
	margin-bottom: 20px;
}
.panel1-heading{
	background-color: #68BDBC;
}

.widgets1 b marquee{
	font-family: arial;
	font-size: 25px;
	color: #24A7CF;

}

section .widgets{
	margin-bottom: 20px;
}
.panel-heading {
  border-bottom: 1px solid #eee;
  background-color: #006699;
  padding: 10px;
  color: #eee;
}
.panel-body{
	background: white;
	padding: 20px;

}
footer{
	background: black;
	height: 50px;
	line-height: 50px;
	color: white;
	letter-spacing: 1px;
}

@media(max-width: 786px){
	.jumbotron #details{
		margin-top: 30px;
	}
	.display-4 {
    font-size: 1.82rem;
}
	footer{
		font-size: 10px;
		letter-spacing: 0px;
	}
}
