@charset "UTF-8";

body {
	color: #5a5a5a;
}

.navbar-brand .bi {
	margin-right: 5px;
}


/* jumbotron */
.jumbotron {
	padding-top: 3rem;
	padding-bottom: 3rem;
	margin-bottom: 4rem;
}

@media (min-width: 768px) {
	.jumbotron {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
}

.jumbotron p:last-child {
	margin-bottom: 0;
}

.jumbotron h1 {
	font-weight: 300;
}

.jumbotron .container {
	max-width: 40rem;
}


/* MARKETING */
.marketing .bi {
	width: 80px;
	height: 80px;
	margin-bottom: 8px;
}
.marketing .col-lg-4 {
	margin-bottom: 1.5rem;
	text-align: center;
}

.marketing .col-lg-4 p {
	margin-right: .75rem;
	margin-left: .75rem;
}


/* Featurettes */
.marketing .featurette .bi {
	height: 100%;
    width: 50%;
	margin-bottom: 0;
}

.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -.05rem;
}

@media (min-width: 40em) {
	.featurette-heading {
		font-size: 50px;
	}
}

@media (min-width: 62em) {
	.featurette-heading {
		margin-top: 7rem;
	}
}


footer {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

footer p {
	margin-bottom: .25rem;
}