@charset "utf-8";
/* CSS Document */

html,body {
	background-color: black;
}

.navbar {
	background-color: #140000;
}

.navbar-dark .navbar-toggler {
	border-color: #fe0000;	
}


.navbar-dark .navbar-toggler-icon {
    background-image: url("../images/collpase-menu.svg");
}

#navbarlogo {
	width: 254px;
	height: 43px;
}

p {
	color: white;
}

h3 {
	color: white;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
}

a {
	color: #fe0000;
}

#navlinks a {
	color: white;
	font-family: 'Roboto Slab', serif;
}

#navlinks a:hover {
	color: #fe0000;
}

#footer {
	background-color: #140000;
	border-top: 5px solid #ab0000;
	color: #8a8282;
}

#footer a {
	color: #8a8282;
}

#footer a:hover {
	color: #fe0000;
}

#footer ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

#socialicons a {
	color: #fe0000;
	margin-right: 10px;
	font-size: 2em;
}

.sitemapcol {
	width: 100px;
	float: right;
}

@media screen and (max-width: 768px), only screen and (max-device-width: 768px) {
	.sitemapcol {
		float: none;
	}
	.footerlinkmap {
		display: flex;
		justify-content: center;
	}
}