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

/*
MR
blue RGB(45,104,166)
green RGB(110,184,40)
DK blue 071C46 RGB(7,28,70)
*/

body {
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #444;
	color: #000;
	padding: 0px;
}

body {
	background-image: url("../img/mr-bkgd.jpg");
}

	#footer {
		background-color: RGBA(7,28,70,.9)!important;
		color: #fff;
		padding: 10px;
		font-size: .9rem;
	}

h1 {
	font-weight: 700;
	color: RGB(45,104,166);
	text-transform: uppercase;
}
.lead {text-transform: uppercase;}
h3 {font-size: 1.5em;font-weight: 300;}


.btn {
	cursor: pointer!important;
	color: #fff;
	margin-top: 25px;
	background-color: RGB(110,184,40);
	font-weight: 700;
	text-transform: uppercase;
}

.btn:hover {
	cursor: pointer!important;
	background-color: RGB(83,166,0);
	}

.logo {
	width: auto;
}

.clientLogo {
	max-height: 165px;
	/*max-width: 85%;*/
	max-width: 45%;
	width: auto;
	margin-bottom: 30px;
	/*border: solid 1px #c99213;*/
}
#logo-container > img:last-child {margin-left: 50px; max-height: 100px;}

.aaLogo {
	max-height: 75px;
	max-width: 55%;
}

section {
	margin-top: 85px;
	margin-bottom: 25px;
}

section #mainText > div {
	background-color: RGBA(200,200,200,.9);
	padding: 30px 25px;
	margin-bottom: 0px;
}

.text-small {
	padding-top: 10px;
	font-size: 12px;
	font-style: italic;
}

