/* These are the Bootstrap 4 Breakpoints per the Docs */
/* Google Fonts pre-load */



/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap */
html {
	
}

body {
	padding-top:75px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	background-image: url('/assets/images/backgrnd.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #384e59;

}
hr.seperator { margin: 8px 0px; }
.nomargin { margin:0px; padding:0px;}
.panel { background-color: rgba(55, 78, 90, .85);border-color: rgba(255, 255, 255, 0.45);}
.text-white { color:#ffffff; }
.bg-dark { background-color: rgba(55, 78, 90, 1);color:#cccccc; }
.bg-dark50 { background-color: rgba(55, 78, 90, .5) }
.bg-dark85 {  }
.panel-account .panel-body {
	
}
.btn-navigation {
	border-radius: 0px;
	background-color: rgba(255, 255, 255, 0.15);
	color: #ffffff;
	border: 0px solid rgba(255, 255, 255, 0);
	
}
.btn, .well, .panel { border-radius: 0px; }
.btn-primary {
	background-color:#d80000; 
	border: 1px solid rgba(255, 255, 255, 0.01)
}
.btn-primary:hover {
	background-color:#940000; border: 1px solid rgba(255, 255, 255, 0.01)
}
.panel-account label { color:#ffffff; }
a.acct-listgroup {color:#efefef;}
.acct-listgroup {
	border-color: rgba(255, 255, 255, 0.45);padding: 24px 0px; background-color: rgba(55, 78, 90, .85);
}
.mainlink {
	border-color: rgba(255, 255, 255, 0.45);padding: 24px 0px; background-color: #750506;
}
a.mainlink {
	color:#ffffff;
}
.footer {
	margin-top:24px;padding-top:12px;padding-bottom:24px;
}
.footer p.text-muted {
	color:#e1e1e1;
}


