@charset "utf-8";
/* CSS Document */
header{
	margin-top: 0;
	width:100%;
	height: 300px;
	background: rgb(0,10,36);
    background:url("../img/cat/banner.jpg") no-repeat top center /cover;
	box-shadow: -2px 26px 17px -6px rgba(0,0,0,0.75);

}
.flex-wrap
{
	position: absolute;
	display: inline-flex;
	margin-top: 16%;
	margin-left: 10%;
	margin-right: 5%;
}
p 
{
	text-align: center;
	color: white;
	display: inline-grid;
	font-size: 22px;
}
/*---------gallery----------*/
.gallery{
	padding: 0 40px 80px;
}
.gallery-item {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}	
	

.gallery img{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 320px;
	tansform: 1s ease-out;
}
.gallery img:hover{
	transform: scale(1.4);
}
body{
	margin-top: 0;
	margin: 0;
	padding: 0;
	background-color: #4C4C4C;
}
h6 {
	text-align: center;
	color: white;
	display: inline-grid;
	font-weight: 700;
	font-size: 60px;
}
body{
	margin-top: 0;
	margin: 0;
	padding: 0;
	background-color: #4C4C4C;
}
h1
{
	margin:0;
	padding: 0;
	color: #eee;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 3px;
}
h1 span

{   
	position: relative;
	display: inline-flex;
	left: 50%;
	margin: 0;
	padding: 0;
	animation: animate 2s linear infinite;
}
h1 span:nth-child(1)
{
	animation-delay: 0s;
}
h1 span:nth-child(2)
{
	animation-delay: 0.25s;
}
h1 span:nth-child(3)
{
	animation-delay: 0.5s;
}
h1 span:nth-child(4)
{
	animation-delay: 0.75s;
}
h1 span:nth-child(5)
{
	animation-delay: 1s;
}
h1 span:nth-child(6)
{
	animation-delay: 1.25s;
}
h1 span:nth-child(7)
{
	animation-delay: 1.5s;
}
h1 span:nth-child(8)
{
	animation-delay: 1.75s;
}
h1 span:nth-child(9)
{
	animation-delay: 2s;
}
h1 span:nth-child(10)
{
	animation-delay: 2.25s;
}
h1 span:nth-child(11)
{
	animation-delay: 2.75s;
}
h1 span:nth-child(12)
{
	animation-delay: 3s;
}
h1 span:nth-child(13)
{
	animation-delay: 3.25s;
}
h1 span:nth-child(14)
{
	animation-delay: 3.5s;
}
h1 span:nth-child(15)
{
	animation-delay: 3.75s;
}
h1 span:nth-child(16)
{
	animation-delay: 4s;
}
h1 span:nth-child(17)
{
	animation-delay: 4.25s;
}
@keyframes animate 
{
	0%, 100%
	{
		color: #C6C50F;
		filter: blur(2px);
		text-shadow: 0 0 10px #00b3ff,
			        0 0 20px #00b3ff,
			        0 0 40px #00b3ff,
			        0 0 80px #00b3ff,
			        0 0 120px #00b3ff,
			        0 0 200px #00b3ff,
			        0 0 300px #00b3ff,
			        0 0 400px #00b3ff;
	}
	5%, 95%
	{
		color: #fff;
		filter: blur(0px);
	}
}

@media (max-width:1366px)	
{
	header
	{
		width: 100%;	
		height: 185px;
	}
	h1
	{
		
		font-size: 35px;
		font-weight: 700;
		letter-spacing: 1.5px;
	}

}
@media (max-width:1024px)
{
	header
	{
		width: 100%;
		height: 140px;
	}
		h1
	{
		
		font-size: 25px;
		font-weight: 700;
		letter-spacing: 1.5px;
	}
}
@media (max-width:736px)
	{
	header
	{
		width: 100%;
		height: 50px;
	}
		h1
	{
		
		font-size: 15px;
		font-weight: 700;
		letter-spacing: 0.5px;
	}
}
@media (max-width:414px)
		{
	header
	{
		width: 100%;
		height: 100px;
	}
		h1
	{
		
		font-size: 10px;
		font-weight: 700;
		letter-spacing: 0.5px;
	}
}