﻿body,html {
	width: 100%;
	height: 100%
}

.brand-logo {
	width: 180px
}

.hero {
	height: 100vh;
	min-height: 600px
}

.hero h1 {
	font-weight: 100;
	padding: 20px 0px;
	font-size: 3rem;
	
}

@media (max-width:768px) {
.hero h1 {
	font-size: 1.8rem;
	margin-top:2rem;
}

}

.hero h1 span {
	font-weight: 700
}

a {
	color: #00c853;
	transition: all .35s
}

a:focus,a:hover {
	color: #009624!important;
	outline: 0;
	text-decoration: none!important
}

a.btn:focus,a.btn:hover {
	color: #fff!important
}

section {
	padding: 10px 0
}

.card-outline-primary {
	border-color: #00c853
}

.col-fixed {
	padding-bottom: 100px
}

@media (min-width:768px) {
	.col-fixed {
		position: fixed;
		top: 0;
		bottom: 0;
		padding: 80px 100px
	}
}

.form-control {
	height: 45px
}

.form-control:focus,.form-control:hover {
	border-color: #00c853
}

.bg-primary {
	background-color: #00c853!important
}

.bg-green {
	background-color: #00c853
}

.text-faded {
	color: #d9edf7
}

.text-dark {
	color: #37474f
}

.text-muted {
	color: #999!important
}

.text-light {
	color: #fff
}

.text-light:focus,.text-light:hover {
	color: #eee;
	text-decoration: none
}

.text-green,.text-primary {
	color: #00c853!important
}

.icon-lg {
	font-size: 60px;
	margin-bottom: 0rem;
}

.icon-md {
	font-size: 50px;
	margin-bottom: 0rem;
}

.icon-sm {
	font-size: 30px;
	margin-bottom: 0rem;
}

.btn {
	font-weight: 600
}

.btn-outline-white {
	color: #fff!important;
	background-image: none;
	background-color: transparent;
	border-color: #fff
}

.btn-outline-white:hover {
	background: hsla(0,0%,100%,.2)!important
}

.btn-white {
	color: #00c853;
	background-color: #fff;
	border-color: #fff
}

.btn-white:hover {
	background: transparent!important;
	color: #fff!important
}

.btn-radius {
	border-radius: 50px
}

.border-none {
	border: none!important;
	border-color: transparent!important
}

.tlinks {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

.col-fixed {
	top: 0px!important
}

.note {
	font-size: 1.4rem;
	font-weight: 700;
}
.note2 {

}
.btn {
	margin-top: 1rem;

}

.wba {
	word-break: break-all;
}