body {
	font-family: 'Lato', sans-serif!important;
	color: #333333;
}

h1, h2, h3, h4, h5 {
	font-family: 'Prompt', sans-serif;
}

.first-color { color: #30BDA7; }
.second-color { color: #CFD93B; }
.third-color {	color: #30BDA7; }

.bg-white {	background-color: #ffffff; }
.bg-gray { background-color: #f2f2f2; }
.bg-gray2 {	background-color: #eeeeee; }
.bg-dark-gray {	background-color: #333333; }
.bg-first-color { background-color: #30BDA7; }
.bg-second-color { background-color: #CFD93B; }
.bg-third-color { background-color: #30BDA7; }

.white { color: #ffffff; }
.gray { color: #58585A; }
.gray2 { color: #666666; }
.dark-gray { color: #333333; }


a {
	transition: all 0.3s;
	color: #333333;
}

a:hover {
	color: #30BDA7;
	text-decoration: none;
}


h1, .h1 {
    font-size: 3.5rem;
    font-weight: 600 !important;
}
h2, .h2 {
    font-size: 3rem;
}
h3, .h3 {
    font-size: 2.5rem;
    font-weight: 600 !important;
}
h4, .h4 {
    font-size: 2rem;
}
.h5, h5 {
    font-size: 1.5rem;
}



.btn {
	text-transform: uppercase;
	border-radius: 0;
	text-decoration: none;
	padding: 7.5px 30px;
	font-weight: bold;
	font-size: .8rem;
	text-shadow: none !important
}

.btn i {
	margin-left: 8px;
}

.btn-custom-w {
	background-color: #ffffff;
	color: #30BDA7;
	border-color: #30BDA7;
}

.btn-custom-w:hover,
.btn-custom-w:focus {
	background-color: #30BDA7;
	color: #ffffff;
}

.btn-custom-r {
	background-color: #30BDA7 !important;
	color: #ffffff !important;
	border-color: #30BDA7 !important;
	text-decoration: none !important;
}

.btn-custom-r:hover,
.btn-custom-r:focus {
	background-color: #ffffff !important;
	color: #30BDA7 !important;
}

.btn-custom-w {
	background-color: #ffffff;
	color: #30BDA7;
	border-color: #30BDA7;
	text-decoration: none !important;
}

.btn-custom-w:hover,
.btn-custom-w:focus {
	background-color: #30BDA7;
	color: #ffffff;
	border-color: #30BDA7;
}

.gm-style .gm-style-iw {
    font-size: 15px;
}