html {
  	position: relative;
  	min-height: 100%;
}

body {
  	margin-bottom: 60px;
  	font-family: Arial, Helvetica, sans-serif;
}

.sm {
	margin-top: 25px;
}

.sm-mint a {
	color: #015C99;
}

.sm-mint a span.sub-arrow {
	border-color: #015C99 transparent transparent transparent;
}

.intro {
	margin-top: 100px;
}

#footer {
	position: absolute;
	bottom: 0;
	height: 60px;
  	width: 100%;
}

#top-bar {
	background-color: #2780E3;
	padding: 5px 0;
}

#top-bar a {
	color: white;
	font-size: 0.8em;
}

.background-img {
	height: 300px;
}

.background-img .img-responsive {
	width: 100%;
	height: 100%;
}

.panel-primary > .panel-heading a {
	color: white;
}

.bullet-header {
	background-color: #4F80BD;
	color: white;
	padding: 20px 10px;
	font-size: 2.4em;
}

.bullet-content {
	background-color: #DBE5F3;
	min-height: 91px;
	padding: 5px 30px;
}

.bullet-header > p, .bullet-content > p {
	margin: 0;
}

.bullet-container .col-md-4, .bullet-container .col-md-8 {
	padding: 0 3px;
}

.bullet-container > .row {
	padding: 5px 0;
}

.spacer-lg {
	margin: 56px 0;
}

[data-parallax] {
	min-height: 350px;
	background: transparent;
}

.background-overlay {
	background: rgba(55, 58, 60, .2);
}

.img-container.border.rounded-circle {
	border-width: 2rem !important;
}

blockquote {
	border-left: 5px solid #e6e6e6;
}

a.bottom-align {
	position: relative;
	top: 80%;
}