body {
	background: #fff;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 27px;
}

#main-menu {
	padding: 12px 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 80px;
}

#main-menu .navbar-brand {
	color: #43bb83;
	font-size: 44px;
	line-height: 44px;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 35px;
}

#main-menu .nav-link {
	font-weight: 300;
	font-size: 18px;
	line-height: 27px;
	color: #000;
	padding: 7px 18px;
}

#main-menu .download-item {
	max-width: 150px;
}

.home-hero {
	display: flex;
	align-items: center;
	margin-bottom: 80px;
}

.home-hero .hero-title {
	color: #35c685;
	font-weight: 900;
	font-size: 64px;
	line-height: 72px;
	margin: 0;
}

.home-hero .hero-subtitle {
	color: #000;
	font-weight: 900;
	font-size: 64px;
	line-height: 72px;
	margin: 0 0 30px 0;
}

.home-hero .hero-description {
	color: #000;
	margin: 20px 0 0 0;
}

.home-hero .left-side {
	max-width: 50%;
	padding-right: 50px;
	width: 100%;
}

.home-hero .right-side {
	padding-left: 120px;
	max-width: 50%;
	border-left: 1px solid #f3f3f3;
	width: 100%;
}

.home-hero .form-group {
	margin-bottom: 20px;
}

.home-hero .form-control {
	background: #eef2f3;
	border: 1px solid #eef2f3;
	color: #757577;
	border-radius: 4px;
	height: auto;
	padding: 16px 14px;
	box-shadow: none;
}

.home-hero .form-control:focus {
	box-shadow: none;
}

.home-hero .form-title {
	font-weight: 700;
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 25px;
}

.home-hero .btn-submit {
	background: #35c685;
	color: #fff;
	padding: 14px 44px;
}

.home-hero .btn-submit:hover {
	background: #26b173;
	color: #fff;
}

.home-hero .inner-content {
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}


.home-hero.fullscreen {
	display: block;
	padding: 50px 0;
	background: #39ca8e;
	background: -moz-linear-gradient(left,  #39ca8e 0%, #328cbc 100%);
	background: -webkit-linear-gradient(left,  #39ca8e 0%,#328cbc 100%);
	background: linear-gradient(to right,  #39ca8e 0%,#328cbc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39ca8e', endColorstr='#328cbc',GradientType=1 );
}

.home-hero.fullscreen .hero-title,
.home-hero.fullscreen .hero-subtitle,
.home-hero.fullscreen .hero-description {
	color: #fff;
}

.home-hero.form-hero {
	display: block;
	margin-top: 70px;
}

.home-hero .form-content {
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
}

.home-hero.form-hero .btn-submit {
	display: block;
	width: 100%;
}

.home-hero .app-action {
	max-width: 250px;
	margin: 40px auto 0 auto;
}

.golfr-logo {
	position: fixed;
	bottom: 5px;
	right: 30px;
}

.organization-logos {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.organization-logos li {
	max-width: 200px;
}

.app-icon {
	text-align: center;
	margin-bottom: 60px;
}

.app-icon .icon-title {
	font-weight: 700;
	font-size: 78px;
	line-height: 82px;
	margin: 20px 0 0 0;
}

footer {
	margin-top: 140px;
	text-align: center;
	padding: 0 0 20px 0;
}

footer .link-list {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

footer .link-item {
	display: block;
	padding: 2px 6px;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}

footer .copy {
	color: #b7b7b7;
	margin: 0;
	font-size: 14px;
	line-height: 21px;
}


@media only screen and (max-width : 1200px) {
	.home-hero .hero-title {
		font-size: 55px;
		line-height: 70px;
	}

	.home-hero .hero-subtitle {
		font-size: 60px;
		line-height: 72px;
	}

	.home-hero .right-side {
		padding-left: 80px;
	}

	.organization-logos li {
		max-width: 150px;
	}
}

@media only screen and (max-width : 992px) {
	
	#main-menu .navbar-brand {
		font-size: 34px;
		line-height: 42px;
		margin-right: 25px;
	}

	#main-menu .nav-link {
		font-size: 16px;
		line-height: 24px;
		padding: 7px;
	}

	#main-menu .download-item {
		max-width: 120px;
	}

	.home-hero .hero-title {
	   	margin-bottom: 50px;
	}

	.home-hero .hero-title {
	    font-size: 42px;
	    line-height: 56px;
	}

	.home-hero .hero-subtitle {
	    font-size: 48px;
	    line-height: 58px;
	    margin-bottom: 20px;
	}

	.home-hero .hero-description {
		font-size: 16px;
		line-height: 24px;
	}

	.home-hero .right-side {
		padding-left: 45px;
	}

	.organization-logos li {
	    max-width: 105px;
	}

	footer {
		margin-top: 100px;
	}
}

@media only screen and (max-width : 767px) {

	#main-menu {
		margin-bottom: 40px;
	}

	#main-menu .navbar-brand {
		padding-left: 12px;
		margin-right: 0;
	}

	#main-menu .nav-link {
		padding: 8px 12px;
	}

	#main-menu .download-item {
		max-width: 140px;
	}

	.home-hero {
		display: block;
		text-align: center;
	}

	.home-hero .left-side {
		max-width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
	}

	.home-hero .right-side {
		border-left: none;
		max-width: 100%;
		padding: 0 20px;
	}

	.home-hero .hero-description {
		margin-top: 15px;
	}

	.home-hero .hero-title {
	    font-size: 38px;
	    line-height: 52px;
	}

	.home-hero .hero-subtitle {
	    font-size: 44px;
	    line-height: 52px;
	}

	.organization-logos li {
    	max-width: 75px;
	} 

	.golfr-logo {
		display: none;
	}
}

@media only screen and (max-width : 480px) {

	.home-hero {
		margin-bottom: 40px;
	}
	
	.home-hero .hero-title {
	    font-size: 32px;
	    line-height: 48px;
	    margin-bottom: 10px;
	}

	.home-hero .hero-subtitle {
	    font-size: 42px;
		line-height: 54px;
	}

	.home-hero .right-side {
		padding: 0;
	}

	.home-hero .form-title {
		font-size: 30px;
		line-height: 40px;
	}

	.home-hero .btn-submit {
		padding: 14px 15px;
		display: block;
		width: 100%;
	}

	.organization-logos {
		display: block;
	}

	.organization-logos li {
	    max-width: 100px;
	    margin: 0 auto 15px auto;
	}

	footer {
		margin-top: 50px;
	}
}

