body {
	font-family: 'Ubuntu', sans-serif;
	background-color:  white;
	background-image: radial-gradient(white);
}
.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
    -webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
	font-size: 3.5rem;
 }
}

#mainBox {
  border: 1px solid;
  padding: 10px;
  box-shadow: 0px 0px 28px #000000;
  min-height: 500px;
  background-color: white; 
}

#contentBox{
	margin : 30px;
	color: black;
}
#mainBody{
  background-color: white; 
  background-repeat:repeat;
  
}

#footerHome{
  border: 1px solid;
  padding: 10px;
  box-shadow: 0px 0px 28px #000000;
background-image: radial-gradient( white, white);
}

#navHome{
	background-color: white;   
	border-color: #E7E7E7;
	
}

#jumbotronHome{
	background-color:  #F5F5F5;
	background-image:url('res/img/Golkonda_Fort2.jpg');
	/*background-image: linear-gradient(white,red, black);*/
	background-size: cover;	
	border-bottom: 6px solid white;
	color:white;

	/* min-height: 100px; */
}
#contentHead{
	color:black;
	text-align:center;	
}
#contentText{
	color:black;
	font-style: oblique;
	text-align:center;
}

#jumbotronText{
	color:white;
	text-align:center;
	text-shadow: 8px 8px 16px black ;
}


#hLine{
	border: 1px solid #001f4d;
}

.logo{
	height: 200px;
}

.dp{
	height: 100px;
	width: 100px;
}

