
body {
  	position: relative;
	background-color: #FBF8DB;
	font-family: "Lato";
	font-weight: 300;
	font-size: 16px;
	color: black;
	padding-top: 50px;
	
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}

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


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

.centered {
    text-align: center;
}

/* Links */
a {
    color: #E47B49;
    word-wrap: break-word;

    -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: #E47B49;
    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;
}

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

.navbar-brand b {
	color: #74300F;
}

.navbar-default {
	background-color: #FBF8DB;
	border-color: #74300F;
}

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

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

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background-color: #EBDAB3;
	color: black;
}

a.dlink {
	background-color: rgba(255,255,255,.15);
    color: #fff;
    margin: 15px 0 40px;
    font-size: 22px;
	font-weight: 400;
    padding: 15px 35px;
    display: inline-block;
	border: none;
}

a.dlink:hover {
	background-color: rgba(255,255,255,.20);
}

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

#headerwrap {
	background-color: #74300F;
	padding-top: 20px;
}

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

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

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

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

#download {
	padding-top: 50px;
}

#features {
	padding-top: 50px;
}

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

#screenshots {
	display: block;
	background-color: #74300F;
	padding-top: 50px;
}

div.screenshots {
	background-color: #74300F;
}

div.screenshots h1 {
	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
}

