
.navbar-custom{
	background-color:gold;
	font-weight: bolder;
}


.jumbotron{
	margin:0px auto;
	padding: 200px 0px;
	background-image:  url("main bg.jpg");
	text-align: center;
	text-shadow: 10px 10px 10px gold;
	color:black;
}
html {
  scroll-behavior: smooth;
}

.con2{
	background-color:black;
	font-size: 16px; 
	padding: 30px 60px;
	text-align: center;
	color:white;    		
}

.con3{
	background-color:gold;
	font-size: 30px; 
    padding: 30px 60px;
    text-align: center;
    color:black;
    font-weight: bold;
    box-shadow: 10px 10px 10px black;
}

.con4{
	background-image: url("bg2.jpg");
	margin:10px;
	padding:20px;
}

.headings{
	color:black;
	font-size: 250%; 
    font-weight: bold;
    text-align: center;
    text-shadow: 10px 10px 10px white;

}

.carousel-item{
    margin: 0 auto;
}

.footer{
	background-color: gold;
}
 .list-unstyled{
 	font-size: 20px;
	font-weight:bold;
	align-self: center;
 }

.link{
	color:black;
}

/* width */
::-webkit-scrollbar {
  width: 17.8px;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0px 2px 3px black;
  background-image: url("bg3.jpg"); 
  border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  
  border-radius: 5px;
  background: rgba(0,0,0,0.85);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #2d3436;
  background-image: linear-gradient(315deg, #2d3436 0%, #000000 74%); 
}