@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Slabo+27px&display=swap');

header {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}

nav {
	width: 100%;
	height: 2.5em;
	text-align: center;
	
}

ul {
	width: 90%;
	margin: 0 auto;
	
}

li {
	font-family: 'Slabo 27px', Georgia, serif;
	font-size: 1em;
	font-weight: 400;
	display: inline-block;
	margin-left: 6em;
	letter-spacing: .05em;
	line-height: 2.5em;
}

ul li:first-child{
	margin-left: 0;
}

a {
	color: #94b185;
}

a:hover{
	color: #b5a48e;
	text-decoration: overline;
}

#cat-vid{
	
	width: 100%;
	height: 35em;
	overflow: hidden;
	background-color: antiquewhite;
	position: relative;
}

video{
	width: 100%;
	height: auto;
	background-color:burlywood;
}

#cat-vid img{
	position: absolute;
	top: 10%;
	left: 5%;
	opacity: 0.6;
}


@media (max-width: 1200px){
	
	#cat-vid{
		height: 30em;
	}
	
}

@media (max-width: 950px){
	
	#cat-vid{
		height: 25em;
	}
		
	ul{
		width: 100%;
	}
	
	li{
		margin-left: 5em;
	}
	
	
}

@media(max-width: 800px){
	
	li{
		margin-left: 4em;
	}
	
	#cat-video{
		height: 20em;
	}
	
}

@media(max-width: 700px){
	
	#cat-vid img{
		width: 20%;
	}
	
	.hide{
		display: none;
	}
	
	li{
		margin-left: 8em;
	}
	
	
	
}

@media(max-width: 500px){
	
	li{
		margin-left: 5em;
	}
	
	.hide{
		display: none;
	}
	
	#cat-video{
		height: 25em;
	}
	
	#cat-vid img{
		width: 15%;
	}
	
}
