body {
	position: relative;
}

#capnav ul li a {
	color: #9b59e9;
	font-family: 'bookface';
	font-size: 19px;
}

#capnav ul li a:hover {
	text-decoration: none;
	transition: border-bottom .2s, color .2s;
	color: #6c1acc;
	border-bottom: 2px solid #9b59e9;
}

#capnav {
	background-color: rgba(255, 255, 255, 0.92);
}


#film {
	padding-top: 100px;
	padding-bottom: 100px;
}

nav#capnav ul li.active a {
	transition: border-bottom .2s, color .2s;
	text-decoration: none;
	border-bottom: 4px solid #6c1acc;
	color: #6c1acc; 
}

footer {
	padding-top: 60px;
}

p {
	font-family: 'bookface';
	font-size: 16px;
}

.aboutp p {
	font-size: 20px;
	
}

h2 {
	font-family: 'bookface-heavy';
}

.posy {
	font-family: 'bookface-heavy';
}


.aboutp p a {
	color: #2178fe;
}

.aboutp a:hover {
	color: #62a0ff;
	text-decoration: none;
}



