body{
	background-color: #151515;
	color: #828894;
	font-family: "core_sans_e45_regular","Lucida Grande","Tahoma","Verdana";
}

nav.navbar{
	background-color: #000000;
	margin-bottom: 15px;
}
.navbar-brand img{
	height: 75px;
}
.navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.nav-item{
	text-align: right;
}

div.container{
	background-color: #0B0B0B;
	padding:10px;
	border-radius: 2px;
	border: 1px solid #141c27;
}

a{
	color: #faf3dd;
}
a:hover{
	color: #2db395;
}
.nav-item a{
	color: #ffffff;
	font-family: "core_sans_e45_regular","Trebuchet MS","Helvetica CY",sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.nav-item.active a{
	color: #2db395;
}

h1, h2, h3, h4, h5, h6{
	color: #ffffff;
}
h1{
	font-size: 2rem;
}
h2{
	font-size: 1.75rem;
}
h3{
	font-size: 1.5rem;
}
h4{
	font-size: 1.4rem;
}
h5{
	font-size: 1.25rem;
}
h6{
	font-size: 1.15rem;
}

.lead{
	font-size: 1rem;
	font-style: italic;
}

.table thead{
	background-color: #000000;
	color: #ffffff;
	border-bottom: 5px solid #ffffff;
}

img.image-sized{
	max-width: 100%;
}

.modal-content{
	background-color: #151515;
	color: #828894;
	font-family: "core_sans_e45_regular","Lucida Grande","Tahoma","Verdana";
	border: 1px solid #141ca7;
}
.close{
	color: #828894;
	opacity: 1;
	font-size: 2rem;
}
.close:hover{
	color: #2db395;
	opacity: 1;
	font-size: 2rem;
}

#footer{
	background-color: #000000;
	margin-top: 10px;
	text-align: center;
}
