html, body {
	background-color: white;
}

#navigation {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

	#navigation .navbar-toggler {
		margin-top: 9px !important;
		margin-bottom: 8px !important;
	}

	#navigation .navbar-brand {
		margin-top: 5px;
	}

	#navigation .navbar-toggler i {
		line-height: 30px;
		font-size: 25px;
		color: #3a3a3a;
	}

	#navigation a.nav-link {
		line-height: 30px;
		border-bottom: 4px solid transparent;
		transition: 200ms all;
		padding-top: 16px !important;
		padding-bottom: 16px !important;
	}

	#navigation a.nav-link.active {
		border-bottom: 4px solid rgb(68, 193, 240);
	}

	#navigation #accountMenuItem,
	#navigation #accountMenuItem i,
	#navigation #accountMobileMenuItem,
	#navigation #accountMobileMenuItem i {
		color: rgb(68, 193, 240) !important;
	}

	@media (max-width: 575px) {
		#navigation {
			min-height: 58px;
		}

		#navigation a.nav-link {
			padding-bottom: 8px !important;
			padding-top: 8px !important;
			border-bottom: 0px solid transparent !important;
		}

		#navigation a.nav-link.active {
			border-bottom: 0px solid transparent !important;
		}

	}

#welcome {
	position: relative;
	padding-top: 58px;
	height: 100vh;
	max-height: 100vh;
	background: url('../img/homepage.jpg') bottom left;
	background-size: cover;
	color: white;
    min-height: 600px;
}

	#welcome .overlay {
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .5);
	}

	#welcome #addressForm input {
		padding: 15px 20px;
	}

	#welcome #addressForm > button {
		height: 45px;
	}
	
	#welcome .press-container {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
	}

	#welcome .press-container h6:after {
		display: block;
		content: "";
		width: 100%;
		height: 10px;
		border-bottom: 1px solid rgba(255, 255, 255, .6);
	}

	#welcome .press-container img {
		margin-right: 15px;
		max-height: 25px;
	}

	#welcome .press-container img:last-child {
		margin-right: 0;
	}

#features .city {
	width: 150px;
	height: 150px;
	background-color: #e8e8e8;
}

#features .feature-block i {
	font-size: 80px;
}

#goals > .row {
	padding-top: 20px;
	padding-bottom: 20px;
}

#goals .goal-image {
	width: 150px;
	height: 150px;
	background-color: #e8e8e8;
}

	#download {
		height: 70vh;
		background: url('https://www.mockupworld.co/wp-content/uploads/edd/2016/03/free-iphone-mockup-hand-psd_0004_2.jpg') center;
		background-size: cover;
	}

		#download .title {
			font-weight: 400;
			font-size: 30px;
			line-height: 30px;
			display: block;
			margin-bottom: 30px;
		}

		#download .download-store-button img {
			max-height: 38px;
		}

	@media (max-width: 576px) {
		#download {
			height: 100vh;
		}
	}

#photos .photo {
	background-color: #e8e8e8;
}

#contacts {

}

	#contacts blockquote {
		font-size: 18px;
		font-style: italic;
		margin: 0.25em 0;
		padding: 0.25em 40px;
		line-height: 1.45;
		position: relative;
		color: #383838;
		margin-top: 20px;
		margin-bottom: 60px;
	}

	#contacts blockquote:before {
		font-family: Georgia, serif;
		display: block;
		content: "\201C";
		font-size: 80px;
		position: absolute;
		left: -10px;
		top: -20px;
		color: #7a7a7a;
	}