
body {
  background-color: #f2f2f2;
	font-family: "Lato";
	font-weight: 300;
	font-size: 17px;
	color: #555;
	padding-top: 50px;

	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}

iframe {
	border: 0;
	overflow: hidden;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
	font-family: "Raleway";
	font-weight: 300;
	color: #333;
}

span.big
{
	font-size: 24px;
}

/* Paragraph & Typographic */
p {
	line-height: 28px;
	margin-bottom: 25px;
}

font.mono
{
	font-family: monospace;
}

.centered {
	text-align: center;
}

.carousel-inner img {
  max-height: 524px;
}

/* Links */
a {
	color: #40BD91;
	word-wrap: break-word;
  font-weight: normal;

	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
	color: #cc386c;
	text-decoration: none;
	outline: 0;
}

a:before,
a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

.panel a
{
	color: #28A579;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

.contributors
{
	margin-top: -15px;
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;

    padding: 0;
}

.contributors li
{
	list-style: none;
	padding: 0;
}

.arrow
{
	width: 143px;
}

.btn-lg small
{
	font-size: 12px;
}

#main-screenshot
{
	margin: auto;
    max-height: 529px;
}

.carousel-inner img
{
	/*height: 524px !important;*/
	margin: auto;
}

.navbar-default .navbar-nav > li > a
{
	color: #333;
	font-weight: 400;
}

.navbar-default .navbar-nav > li > a:hover
{
	color: #111;
}

span.glyphicon
{
	margin-right: 10px;
}

ul#todo
{
	padding: 10px 0px 0px 20px;
}

ul#todo li
{
	list-style: none;
}

#sticker
{
	text-align: center;
}

#sticker img
{
	display: inline-block;
}

#sticker-spacer
{
	display: inline-block;
	height: 40px;
}

@media (max-width: 768px) {
	#sticker-desc p
	{
		text-align: center;
	}
}

#retina
{
	font-size: 9px;
    line-height: 12px;
}

.info .btn-lg
{
	margin: 5px;
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background-color: #6a1432;
	padding-top: 20px;
}

#headerwrap h1 {
	margin-top: 30px;
	color: white;
	font-size: 70px;
}

#headerwrap h1.visible-xs
{
	font-size: 50px;
}

#headerwrap h1.visible-xs small
{
	font-size: 18px;
}

#headerwrap h3 {
	color: white;
	font-size: 30px;
}

#headerwrap h3.visible-xs {
	font-size: 24px;
}

#headerwrap h5 {
	color: white;
	font-weight: 700;
	text-align: left;
}

#headerwrap p {
	text-align: left;
	color: white
}

/* intro Wrap */

#intro {
	padding-top: 50px;
	border-top: #824a5f solid 5px;
}

.features
{
	padding-bottom: 50px;
	border-top: #824a5f solid 5px;
}

.info
{
	padding-bottom: 50px;
}

.features .ac a, .info .ac a
{
	font-size: 20px;
}

/* Showcase Wrap */

#showcase {
	display: block;
	background-color: #6a1432;
	padding-bottom: 50px;
}

#showcase h1, #showcase p {
	color: white;
}

#footerwrap
{
	background-color: #2f2f2f;
	color: white;
	padding-top: 40px;
	padding-bottom: 60px;
	text-align: left;
}

#footerwrap h3 {
	font-size: 28px;
	color: white;
}

#footerwrap p {
	color: white;
	font-size: 18px;
}

/* Copyright Wrap */

#c {
	background: #222222;
	padding-top: 15px;
}

#c p {
	color: white
}

#form-384637
{
	display: none;
}

.footer-left
{
	text-align: center;
}

.footer-right
{
	text-align: center;
}

@media (min-width: 768px)
{
	.footer-left
	{
		text-align: left;
		width: 60%;
		float: left;
	}

	.footer-right
	{
		text-align: right;
		width: 40%;
		float: right;
	}
}
