
.emergency {
	color: #F00;
}


.red {
	color: #F00;
}

.quoteText {
	font-style: italic;
}

h1 {
	color: #003399;
	font-size: 3rem;
	
}

h2 {
	color: #003399;
	font-size: 2rem;

}

body {
	color: #003399;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 70px;
}

li {
	padding-bottom: 10px;
}

li.longurl {
	padding-bottom: 10px;
	word-wrap: break-word;
}

.container {
	max-width: 1000px;
}

.articleDate {
	
	font-weight: lighter;
	font-style: italic;
}

.navbar-default {
	background-image: none;
	background-color: #428bca;
	color: white;
}

.navbar-default .navbar-brand {
	color: white;
}

.navbar-default .navbar-nav > li > a{
	color: white;
}

.list-group > img {
	padding-bottom: 30px;
	display: block;
	margin-left: auto;
	margin-right: auto;


}

.move-below-nav {
	padding-top: 70px;
}

a{
    text-decoration: underline;
}

a:hover{
    text-decoration: underline;
}