body
	{
	background-color:#ffffe0 ;
	}
#nav-ul
	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: table;
	margin: auto;
	}
#active-menu
	{
	background-color: #666;
	}
#nav-ul>li 
	{
  	float: left;
	}

#nav-ul>li a
	{
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	background-color:#ffa500 ;
	text-decoration: none;
	font-weight:bold;
	}

#nav-ul>li a:hover
	{
	background-color: #000000;
	}
#tit-span
	{
	border-style: ridge;
	border-width: 10px;
	border-color: #daa520;
	margin: 2px;
	color:#7cfc00;
	font-size: 40px;
	font-weight: bold;
	background-color: Purple;
	}
h2
	{
	color:red;
	font-size: 40px;
	text-align:center;
	}
f-hr{
     margin:20px;
      }
#fir-h3{
	color:#800080;
	font-size: 30px;
	text-align:center;}
h4
	{
	color:#4b0082;
	font-size: 27px;
	text-decoration:none;
	}
hr
	{
	margin:15px;
	paddind:5px
	}
#video-yt
	{
	max-width:100%;
	}
.spinner
	{
	margin:auto;
	width: 70px;
	text-align: center;
	}

.spinner > div 
	{
	width: 40px;
	height: 40px;
	border-radius: 10%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	}
.spinner .bounce1
	{
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
	background-color:#ff6600;
	}
.spinner .bounce2
	{
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
	background-color: #ff6600;
	}
.spinner .bounce3
	{
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
	background-color: #ff6600;
	}


@-webkit-keyframes sk-bouncedelay 
	{
	0%, 80%, 100% { -webkit-transform: scale(0) }
	40% { -webkit-transform: scale(1.0) }
	}
@keyframes sk-bouncedelay 
	{
  	0%, 80%, 100% { 
	-webkit-transform: scale(0);
	transform: scale(0);
	} 40%
	{ 
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	}
	}
#f-1
	{
	background-color:red;
	padding:3px;
	color:white;
	text-align:center
	}
@media screen  and (max-width: 800px){
#tit-span
	{
	border-style: ridge;
	border-width: 10px;
	border-color: #daa520;
	margin: 2px;
	color:#7cfc00;
	font-size: 20px;
	font-weight: bold;
	background-color: Purple;
	}
#nav-ul
	{
	list-style-type: none;
	padding: 0;
	overflow: hidden;
	display: table;
	margin: auto;
	}

#nav-ul>li 
	{
  	float: left;
	}

#nav-ul>li a
	{
	display: block;
	color: white;
	text-align: center;
	padding: 10px 12px;
	background-color:#ffa500 ;
	text-decoration: none;
	font-weight:bold;
	font-size:10px;
	}
#tit-img
	{
	width:20px;
	height:20px
	}
h2
	{
	color:red;
	font-size: 30px;
	text-align:center;
	}
}