/* Main Container, body, html */
.container{
	background-color: #F5f5fe;
}
/*------------------*/

/* Header CSS */
header{
	font-family: arial, helvetica;
	color: #F5f5fe;
	font-weight: bold;
	font-size: 25px;
	line-height: 4.0;
	/*background-image: 'images/header_pic_crop.png';*/
	text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}

.header-image{
	width: 100%;
	height: auto;
}

.right-header{
	/*background-image: 'images/logo_pic.png';*/
}
/*------------------*/

/* Navbar CSS */
.nav_container{
	background-color: #990000;
	color: white;
	font-family: arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.dropdown-menu{
	background-color: #990000;
}

.nav_anchor, .dropdown-item{
	color:white;
}

.nav-link:hover, .nav-item:hover, .active, .dropdown-item:hover{
	color: white;
	background-color:grey;
}
/*------------------*/

/* General Article CSS */
.side_article{
	background-color: #63666B;
}

a{
	color: #990000;
}
/*-----------------*/

/* Footer CSS */
footer{
	background-color: #990000;
	color: white;
	font-family:arial, helvetica;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
/*------------------*/