/* These are global colors & overrides for all site. There should not be any breakpoint-specific content here. */

@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');

body {
	font-family: 'Raleway', sans-serif;
}

.text-dkRed { color: #750506 }
.text-steelGrey {color: #384e59}
.bg-dkRed { background-color: #750506 }
.bg-dkRed85 { background-color: rgba(118, 5, 7, 0.85) }
.bg-steelGrey {background-color: #384e59}
.bg-steelGrey85 {background-color: rgba(56, 78, 89, 0.85)}
.text-offWhite { color:#e8eaec }

/* Bootstrap Overrides */
.btn, .panel, round-0 {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.float-right { float:right}