.navbar {
	border-radius: 0rem;
}
.navbar-toggler {
	color: #fff;
}

footer {
	padding-top: 50px;
	padding-bottom: 30px;
}
article {
	padding: 20px 0px;
}
#what, #why, #who, #contact, #try {
	padding: 50px 0px;
}
.card-title, .card-text {
	color: #373a3c;
}
a, a:hover {
	color:#fff;
}
.fa3 {
	font-size: 5rem;
	padding:20px;
	color:#000;
}
.gbackground{
	background-color: #ccc;
}
#result {
	padding: 50px 0px;
}
#result > p {
	font-size: 1.4rem;
}
#map_canvas { height: 100%; width: 100%; min-width: 400px; min-height: 400px; }
@media (max-width: 544px) {
	.intro {
		background-color: #1C292D;
		height: 100%;
	}
	.jumbotron {
		background-color: #1C292D;
		color:#fff;
	}
	.introtext {
		font-size:1.4rem;
	}
}
@media (min-width: 545px) {
	.intro {
		background-image: url(img/helpy1.jpg);
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		height:100vh;
		min-height: 100%;
		color:#FFF;
	}
	.jumbotron {
		background-color: rgba(0,0,0,0.6);
		margin-top: 10vh;
		padding-bottom: 10px;
	}
	.introtext {
		font-size:2rem;
	}
}
