@charset "utf-8";

html{
	font-size: 100%;
	color: #d0d0d0;
	font-family: serif;
}

a{
	text-decoration: none;
	color: #d0d0d0;
}

body{
	background-color: #101010;
	/*margin: 0;
	padding: 0;*/
	width: 100%;
}

.logo{
	margin-top: 5px;
	margin-left: 5px;
	width: 30px;
	height: 30px;
}

.main-nav{
	display: flex;
	font-size: 1rem;
	text-transform: uppercase;
	margin-top: 20px;
	list-style: none;
}

.main-nav li{
	margin-left: 36px;
	padding: 20px;
}

.page-header{
	display: flex;
	justify-content: space-between;
	background-color: #202020;
	width: 100%;
}

.big-bg{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	/*width: 100%;*/
}

#home{
	background-image: url(../pic/cat.jpg);
	background-color: #000000;
	/*background-blend-mode: luminosity; */
	/*background-size: cover; */
	min-height: 80vh;
	margin-top: 0px;
	/*width: 100%*/
}

#home.page-title{
	text-transform: none;
}

/*img{
	max-width: 100%;
}*/

/*.main{
	padding-top: 50px;
	overflow: auto;
	background-color: #202020;
}*/

.wrapper{
	max-width: 100%;
	margin: 0 0;
	/*padding: 0 10px;*/
	position: relative;
	padding-bottom: 20px;
}

.footer{
	position: fixed;
	bottom: 0;
	width: auto;
	height: 50px;
	background-color: #101010;
}

footer{
	background: #202020;
	text-align: center;
	padding: 26px 0;
	margin-top: 0px;
	position: absolute;
	border: 0;
	width: 100%;
}

footer p{
	color: #d0d0d0;
	font-size: 1rem;
}
