@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);

/*
#54c8eb light blue
#4ea9de med blue
#4b97d2 dark blue
#92cc8f light green
#41bb98 mint green
#c9de83 yellowish green
#dee569 yellowisher green
#c891c0 light purple
#9464a8 med purple
#7755a1 dark purple
#f069a1 light pink
#f05884 med pink
#e7457b dark pink
#ffd47e peach
#f69078 salmon
*/

.featurette .glyphicon-heart {
	color: #e7457b;
}

.featurette .glyphicon-briefcase {
	color: #41bb98;
}

.featurette .glyphicon-dashboard {
	color: #ffd47e;
}

a.navbar-brand img {
	margin: -14px -12px;
	height: 35px;
}

body {
	font-size: 18px;
}
.lead {
	font-size: 18px;
}

body * {
	font-family: 'Open Sans', sans-serif;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #333;
}

body a {
  text-decoration: underline;
}

body a.btn {
  text-decoration: none;
}

.funky, .navbar.funky, .nav.funky {
	background-color: #54c8eb;
}
f
.navbar, .navbar-default {
	padding: 0;
	border: 0;
}

.navbar-header, .navbar-right {
	display: none;
}

.navbar .navbar-nav>li>a, .navbar .navbar-nav>li>a:hover, .navbar .navbar-nav>li>a .glyphicon {
	color: white;
	font-size: 18px;
	outline: 0;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

@media (min-width: 768px) {
	.navbar .navbar-nav>li>a:hover {
		border-color: rgba(255, 255, 255, 0.5);
	}
}

.navbar-nav>li>a .glyphicon {
	display: none;
}

.page-header {
	position: relative;
	display: table;
	width: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 50px 0px;
	border: 0;
}
.page-header .container {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 0;
	margin: 0;
}
.page-header .row {
	width: 1000px;
	margin: 0 auto;
	padding: 0 30px;
}

@media (max-width: 990px) {
	.page-header .row {
		max-width: 750px;
		width: 100%;
	}
}

.page-header::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 200px;
	bottom: 0px;
	left: 0px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	opacity: 0.1;
}

.header h1 {
	font-size: 70px;
	margin-bottom: 30px;
	color: white;
}
.header p {
	font-size: 24px;
	margin-bottom: 30px;
	color: white;
}
@media (max-width: 990px) {
	.header h1 {
		text-align: center;
	}
	.header p {
		text-align: center;
	}
}
@media (max-width: 480px) {
	.header h1 {
		font-size: 40px;
	}
	.header p {
		font-size: 18px;
	}
}

h2 b {
	font-weight: 700;
}

.muted {
	background: white;
	box-shadow: 0 0 100px rgb(240,240,240);
}

.navbar-collapse img {
	width: 20px;
	height: 20px;
}

.navbar-collapse .glyphicon, .navbar-collapse img {
	margin-right: 5px;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	border: 1px solid transparent;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.5);
}
.navbar-default .navbar-toggle {
	margin-right: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-collapse {
	border: 0px;
}

.page-header .btn-wrap {
	height: 50px;
	margin-bottom: 50px;
}
.page-header .btn-wrap > * {
	display: none;
}
@media (max-width: 768px) {
	.page-header .btn-wrap {
		text-align: center;
	}
}


.btn-download, .btn-tryit, .btn-example, .shop .featurette .btn, .blog-entries .btn, .aloha-ui .btn {
	background: transparent;
	transition: text-shadow 1s, box-shadow 1s;
	outline: 0;
}

.btn-download, .btn-download:hover, .btn-download:focus, .btn-tryit, .btn-tryit:hover, .btn-tryit:focus, .btn-example, .btn-example:hover, .btn-example:focus {
	border-color: white;
	color: white;
	outline: 0;
}

.btn-download, .flip-container {
	float: left;
	margin-right: 15px;
}

.bloom, .btn-download:hover, .btn-tryit:hover, .btn-example:hover, .shop .featurette .btn:hover, .blog-entries .btn:hover, .aloha-ui .btn:hover {
	text-shadow: 0 0 20px;
	box-shadow: 0 0 20px;
}

.btn-tryit, .btn-example {
	width: 100%;
}

.demo-edit {
	min-height: 180px;
}

.demo-edit b, .demo-edit u, .demo-edit i {
	color: white;
}
.demo-edit b {
	font-weight: 700;
}

.container {
	max-width: 1000px;
	padding: 25px 30px;
}

.navbar .container,
.header .container {
	padding-top: 0px;
	padding-bottom: 0px;
}

.featurette h2 {
	margin-bottom: 40px;
}

@media (max-width: 990px) {
	h2 { text-align: center; }
}

.features .featurette .glyphicon {
	font-size: 100px;
	text-align: center;
	width: 100%;
	display: inline-block;
}

.container p {
	line-height: 1.5;
}

#license .gpl-logo {
	margin-top: 40px;
	text-align: center;
}

.shop .featurette .glyphicon {
	font-size: 50px;
}

.shop .head {
	margin-bottom: 60px;
}

.shop .featurette .btn, .blog-entries .btn {
	background: transparent;
	border: 1px solid #54c8eb;
	color: #54c8eb;
}

.shop .featurette>div {
	margin-bottom: 60px;
}

.blog-entries p {
	font-size: 14px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}

@media (max-width: 768px) {
  .navbar .nav {
    background: white;
  }
  .navbar .navbar-nav>li>a, .navbar .navbar-nav>li>a:hover, .navbar .navbar-nav>li>a .glyphicon {
    color: rgb(90,90,90);
  }
}

footer {
  font-size: 14px;
  margin-top: 60px;
}

.featurette .col-md-4 {
  margin-bottom: 60px;
}

.navbar-header .navbar-brand::after {
	content: "(alpha)";
	color: white;
	font-size: 14px;
	position: absolute;
	margin-top: -3px;
	margin-left: 15px;
}

.subscribing {
	position: relative;
	display: block;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	height: 40px;
	font-size: 14px;
	width: 100%;
}
.subscribing input {
	display: block;
	border: 0;
	outline: 0;
	margin: 0;
	padding: 0 110px 0 10px;
	width: 100%;
	height: 38px;
	background: transparent;
}
.subscribing button {
	top: 0;
	right: 0;
	display: block;
	position: absolute;
	border-left: 1px solid #ddd;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	width: 100px;
	height: 38px;
	background: #fff;
	outline: 0;
}
.subscribing button:hover {
	background: whitesmoke;
}
.subscribing button:active {
	background: #ddd;
}

.licenses {
	text-align: center;
}
.license-user img {
	display: inline-block;
	width: 18%;
}

.aloha-ui {
	height: 35px;
	display: none;
}
.aloha-ui .btn {
	display: none;
	border: 1px solid white;
	background: transparent;
	color: white;
	font-weight: bold;
	width: 35px;
	margin-right: 8px;
}
.aloha-ui .btn.active, .aloha-ui .btn:active {
	-webkit-box-shadow: inset 0 0 10px white;
	box-shadow: inset 0 0 10px white;
}

.twitter {
	background: white;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 6px;
}

.froggy img {
  width: 60%;
  margin: 10% 20%;
}

.header-content {
  margin-top: 7%;
}