body {
	padding-top: 50px;
	background-color: #f5f5f5;
	margin-top: 15px; /* might need to switch to padding */
}

.navbar-brand {
	padding-top: 11px;
}

.navbar-inverse {
	background-color: transparent;
	border: 0;
	-webkit-transition: background-color ease-in-out .15s;
	-o-transition: background-color ease-in-out .15s;
	transition: background-color ease-in-out .15s;
}

.navbar-inverse .navbar-nav>li>a {
	color: #BEBEBE;
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
	background-color: transparent;
}

.jumbotron {
	top: 0;
	left: 0;
	width: 100%;
	height: 650px;
	position: absolute;
	background-size: cover;
}

.overlay {
	background: rgba(0,0,0,.65);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}

#first {
	padding-top: 55px;
	margin-top: 585px;
}

#first .fa {
	color: #004E8C;
}

#features {
	background: no-repeat;
	background-color: #15283F;
	background-image: url(/images/desktop1.png);
	background-position: 90% bottom;
	background-size: auto 90%;
	color: white;
	padding: 5%;
}
#features h2 {
	margin: 0;
}
#features p {
	font-size: 16px;
}
#features ul {
	list-style-type: none;
	padding: 0;
}
#features ul > li > i {
	float: left;
	width: 40px;
}
#features ul > li > div {
	margin-left: 50px;
}
#features hr {
	color: gray;
	margin:	30px 0;
}

.content {
	padding: 50px 0;
}

.content-title {
	padding-bottom: 50px;
}

.highlight {
	background-color: #f5f5f5;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

.white {
	background-color: #fff;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

#footer {
	color: #777;
	background-color: #303030;
	height: 125px;
	padding: 50px 0;
	font-size: 16px;
}

.pricing {
	color: #fff;
	background-color: #1abc9c;
	border-radius: 5px;
	transition: all 0.6s ease;
}
.pricing:hover {
	transform: scale(1.05);
}
.pricing > .pricing-heading {
	padding-top: 25px;
	padding-bottom: 10px;
	font-size: 18px;
}
.pricing > .pricing-price {
	font-size: 34px;
	padding-bottom: 10px;
}
.pricing > .pricing-price > span {
	font-size: 18px;
}
.pricing > .pricing-specs {
	padding-bottom: 25px;
}
.pricing > .pricing-specs > p {
	padding: 2px;
	margin: 0;
}

/* Center Navbar */
@media (min-width: 768px) {
	.navbar .navbar-nav {
		display: inline-block;
		float: none;
		vertical-align: top;
	}

	.navbar .navbar-collapse {
		text-align: center;
	}
}