/* `HTML
--------------------------------------------------------------------------------------------------*/
html {
  background-color: transparent;
}

body {
  background-color: #fff;
}

section {
  padding-top: 20px;
  border-top: 1px solid #f0f0f0;
}

section h2 {
  margin-bottom: 10px;
}

section h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
}


/* @end */

/* `Nav section
--------------------------------------------------------------------------------------------------*/

/* Nav Bar */

#global-nav {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 5;
	background-color: #FFFFFF;
	border-bottom: 1px solid rgba(0,0,0,0);
	transition: all .6s ease;
}
#global-nav.scrolled {
	border-bottom: 1px solid rgba(0,0,0,.1);
}
#global-nav nav {
	justify-content: space-around;
}
nav a {
	height:64px;
	font-size: 16px;
	line-height: 64px;
	color:#475058;
	margin-right:32px;
}
nav a:hover {
	color: #1B2127;
}
nav a.logo {
	width: 32px;
	background-image: url('../img/B.png');
	display: inline-block;
	margin: 0 32px 0 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:32px;
}
nav a.logo span {
	display: none;
}
nav a.download {
	margin: 0;
	color:#0288F6;
}
nav a.current {
	color:#0288F6;
}
nav button{
	height:36px;
	padding:0 16px;
}


/* @end */

/* `Hero section
--------------------------------------------------------------------------------------------------*/

#hero {
  background-color: #FFF;
  text-align: center;
}

.description {
  font-weight: 300;
  color: #889198;
	font-size: 20px;
	line-height: 26px;
}

#hero-buttons {
  margin-top: 20px;
  margin-bottom: 32px;
}

.btn-mas {
  width: 232px;
  height: 56px;
  background: url(../img/badge-macappstore.svg);
  background-size: 232px 56px;
  display: inline-block;
  text-indent: -9999px;
  margin-bottom: 10px;
}

.btn-ios {
  width: 192px;
  height: 56px;
  background: url(../img/badge-appstore.svg);
  background-size: 192px 56px;
  display: inline-block;
  text-indent: -9999px;
}

/* @end */

/* `Feature classes
--------------------------------------------------------------------------------------------------*/

.feature {
  padding-bottom: 40px;
  text-align: center;
}

.feature-odd {
  background-color: #fff;
}

.feature-even {
  background-color: #f2f2f2;
}

.feature-tagline {
  font-size: 1.3em;
}

.feature-detail {
  display: inline-block;
}

.feature-detail p {
  font-size: 1.0em;
}

.feature-detail ol {
  font-size: 1.1em;
  text-align: left;
  margin-top: -10px;
}

.feature-image {
	margin: 40px auto 40px;
	text-align: center;
}

.feature-img img {
  text-indent: -9999px;
  border: 3px solid #d8d8d8;
  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}


/* @end */

/* Feature sections
--------------------------------------------------------------------------------------------------*/

#write-mc ol, #publish-mac ol, #markdown-mac ol, #sync-mac ol {
  margin-left: -10px;
}

#write-ios ol, #publish-ios ol, #markdown-ios ol, #sync-ios ol {
  margin-left: 10px;
}

#write-ios p, #publish-ios p, #markdown-ios p, #sync-ios p {
  margin-left: 20px;
}

/* @end */

/* `Footer section
--------------------------------------------------------------------------------------------------*/

#footer {
  background-color: #000;
  padding: 40px 0;
}

#footer h3 {
  font-size: 1.1em;
  font-weight: normal;
  letter-spacing: 1.1px;
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
}

#footer ul {
  list-style: none;
  padding: 0;
}

#footer li {
  margin: 0 auto 2px;
}

#footer a {
  color: #d8d8d8;
  font-size: 13px;
  text-decoration: none;
}

#footer a:hover {
  color: #898989;
  text-decoration: underline;
}

#footer p {
  color: #fff;
  font-size: 13px;
  font-weight: lighter;
  margin-bottom: 5px;
}

#footer #contact {
  text-align: left;
}

#footer #flag img {
  height: 11px;
  width: 16px;
}

/* @end */

