@CHARSET "ISO-8859-1";
@font-face {
	font-family : deus;
	src : url("../fonts/contl.ttf");
}
.head {
	width : 100%
}

.adbutton {
	background : white;
	border : none;
	border-radius : 5px;
}

.nav-item a {
	color : white;
}

.nav-item a:hover {
	color : white;
	background : black;
	padding-left : 10px;
}

.dropdown-item {
	color : black;
}


footer {
	width : 100%;
	height : 50px;
	background : black;
	color : white;
	font-weight : bold;
	border-top : 1px solid black;
	margin : auto;
	text-align : center;
	position : bottom;
	bottom : 0;
	position : fixed;
}

footer p {
	padding-top : 10px;
}

.amordeus {
	font-family : deus;
	color : rgba(200,255,200,1);
}

