@charset "utf-8";
/* CSS Document */

body {
  min-height: 2000px;
  padding-top: 90px;
}

h2 > .smallCaps {
	font-size: 75%;
}

.navbar-brand, .navbar-nav li a {
    line-height: 70px;
    height: 70px;
    padding-top: 0;
}

.darkBlue {
    background:#2e6eb6;
    color: #ffffff;
}

.midBlue {
    background:#9fccf9;
    color: #21478f;
}

.lightBlue {
    background:#e2f0fd;
    color: #21478f;
}

.lightGrey {
    background:#cccccc;
    color: #21478f;
}

.quote {
    color: #ffffff;
    font-style: italic; 
}

.quoter {
    color: #ffffff;
    font-weight: bold; 
}

footer, a {
	color: #21478f;
}

.loginFormText {
	letter-spacing: 0.5px;
}

.col-sm-8 p {font-size: 12px; padding-top: 10px;}

.login-button {
	width: 100%;
	padding: 20px;
	color: white;
	background-color: #21478f;
	text-align: center;
	display: block;
	font-size: 22px;
	font-weight: bold;
	border-radius: 5px;
	}

.login-button:hover {
	color: #21478f;
	background-color: #9fccf9;
	text-decoration: none;
	}