/* Enter Your Custom CSS Here */
h1, #hero {
	text-align: center;
}

#hero p {
	color: #ffffff;
	font-size: 18px;
}

/*  MAIN BUTTON STYLING */
a.fl-button, a.fl-button:visited, .fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited, fl-contact-form-submit {
	background: #00B0E5 !important;
	color: #ffffff !important;
	border: 0 !important;
	font-size: 20px !important;
}

/*Give the button a hover & active state*/
.fl-builder-content a.fl-button:active,
.fl-builder-content a.fl-button:hover, a.fl-button:active, a.fl-button:hover, {
	color: #fff !important;
	background-color: #0081BD !important;
}

/* CUSTOM NAV DEMO BUTTON */
.fl-page-nav .navbar-nav > li.demo-btn {
	padding: 10px;
}

.fl-page-nav .navbar-nav > li.demo-btn > a {
	background-color: #00B0E5;
	color: #fff !important;
	padding: 5px 18px !important;
	border-radius: 5px;
}

/*Adjust the position for the fixed navigation menu*/
.fl-page-header-fixed .fl-page-nav .navbar-nav > li.demo-btn > a {
	position: relative;
	bottom: 6px;
}

/*Give the button a hover & active state*/
.fl-page-nav .navbar-nav > li.demo-btn > a:active,
.fl-page-nav .navbar-nav > li.demo-btn > a:hover {
	color: #fff !important;
	background-color: #3FD2FF;
}

/* custom login button */
.fl-page-nav .navbar-nav > li.login-btn {
	padding: 10px;
}

.fl-page-nav .navbar-nav > li.login-btn > a {
	color: #0081BD !important;
	border: 1px solid #0081BD;
	padding: 5px 18px !important;
	border-radius: 5px;
}

/*Adjust the position for the fixed navigation menu*/
.fl-page-header-fixed .fl-page-nav .navbar-nav > li.login-btn > a {
	position: relative;
	bottom: 6px;
}

/*Showcase images*/
.image-showcase img {
	border-radius: 4px;
	box-shadow: 0 0 12px rgba(60,60,60,.23);
	margin: 0;
}

/* Feature list */
.feature-list .fl-callout-text {
	margin-left: 45px;
}

/* Language Bar */
.fl-page-bar-nav > li > ul.sub-menu li a {
	display: block;
	padding: 10px 0;
}

/* Footer adjustments */
.fl-widget .fl-widget-title {
    color: #fff;
}

.fl-page-footer, .fl-page-footer-widgets {
    border-top: 0px !important;
}

a:hover {
    text-decoration: none;
}