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

body {
  background-color: #fff;
}

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

section h2 {
  letter-spacing: 1.5px;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}

section h3 {
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#container {
}

#header {
  
}

#header h1 {
  width: 154px;
  height: 75px;
  background-size: 154px 75px;
  margin: 100px auto 20px;
  
}

/* @end */

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

#nav {
  background-color: #fff;
  text-align: center;
  margin: 0 auto 20px;
}

#nav a {
  margin: 0 15px 0 15px;
  color: #898989;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
}

#nav a:hover {
  text-decoration: underline;
}

/* tumblr nav */
header {
  float: left;
  clear: both;
  width: 100%;
  margin: auto;
}

.navtop {
  height: 50px;
  position: fixed;
  margin: 0 auto;
  width: 100%;
  z-index: 1000;
  background: #fff;
  border-bottom: 4px solid #CA6;
}

.navigation {
  height: 50px;
  padding-top: 0px;
  width: 98%;
  margin: 0px 2% 0 2%;
  text-align: center;
  
}

.navigation li {
  display: inline-block;
  list-style: none;
  padding: 3px 40px 0 40px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-size: 14px;
  line-height: 18px;
  color: #6b6b6b;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  position: relative;
  padding-top: 17px;
    -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}


.navigation a {
  color: #6b6b6b;
}

.navigation a:hover {
  color: #6b6b6b;
  text-decoration: none;
}


.navigation li:hover {
  color: #CA6;
}

/* @end */

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

#hero {
  padding: 20px 0 40px;
  background-color: #FFF;
  text-align: center;
}

#hero p {
  font-size: 22px;
  margin: 20px auto 40px;
}

#hero-buttons {
  display: inline-block;
}

#hero-buttons div {
  display: inline-block;
  font-size: 1.0em;
  text-align: left;
  padding: 0 10px;
}

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

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

/* @end */

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

#byword-process h3 {
  text-align: center;
}

.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;
  padding: 20px 0;
}

.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;
}

.premium {
  margin-bottom: 20px;;
}
.premium span {
  color: #fff;
  background-color: #ccaa66;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 10px;
  text-transform: uppercase;  
  border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

#feature-versions ul {
  margin: 20px auto;
  text-align: center;
}

#feature-versions h3 {
  margin: 20px auto;
  display: inline;
  width: 100%;
  overflow: hidden;
}

.versions-wrapper {
  margin: 60px auto 40px;
  position: relative;
}

#feature-versions h3:before {
  margin-top: 12px;
  background-color: #D8D8D8;
  left: 0;
  position: absolute;
  height: 3px;
  content: "";
  width: 33%;
}

#feature-versions h3:after {
  margin-top: 12px;
  background-color: #D8D8D8;
  position: absolute;
  content: "";  
  height: 3px;
  right: 0px;
  width:33%;
}


/* @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;
  height: 220px;
}

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

#footer ul {
  list-style: none;
}

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

#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 */

