body {
  margin: 0;
  padding: 0;
  background: #FAFAF8;
  color: #000000;
  font-size: 18px;
  line-height: 1.5;
  font-family: 'Ubuntu', sans-serif;
}

/* General & 'Reset' Stuff */

.container {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}

section {
  margin: 0 0 20px 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
}

li {
  line-height: 1.4 ;
}

/* Header, <header>
   header   - container
   h1       - project name
   h2       - project description
*/

header {
  background: #0A5483;
  width: 100%;
  border-bottom: 2px dashed #57636F;
  padding: 20px 0 0 0;

  -webkit-box-shadow: 0 8px 15px #aaa;
  -moz-box-shadow: 0 8px 15px #aaa;
  box-shadow: 0 8px 15px #aaa;
}

header h1 {
  font-size: 32px;
  line-height: 1.5;
  margin: 0 0 10px 0;
  font-family: 'Nunito', sans-serif;
  color: #FFFFFF;

  text-shadow: 2px 2px 3px rgba(3,3,3,0.5);

  letter-spacing: -1px;
  -webkit-font-smoothing: antialiased;
}


header h2 {
  font-size: 18px;
  font-weight: 300;
  color: #57636F;
}

#downloads .btn {
  display: inline-block;
  text-align: center;
  margin: 0;
}

/* Main Content
*/

#main_content {
  width: 100%;
  -webkit-font-smoothing: antialiased;
}
section img {
  max-width: 100%
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: 'Nunito', sans-serif;
  color: #02416D;
  letter-spacing: -0.03em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1),
               0 0 5px rgba(181, 232, 83, 0.1),
               0 0 10px rgba(181, 232, 83, 0.1);
}

#main_content h1 {
  font-size: 32px;
}

#main_content h2 {
  font-size: 26px;
}

#main_content h3 {
  font-size: 20px;
}

#main_content h4 {
  font-size: 16px;
}

#main_content h5 {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}

#main_content h6 {
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  margin: 0 0 5px 0;
}

article {
  margin: 30px 0 30px 0;
}

dt {
  font-style: italic;
  font-weight: bold;
}

ul li {
  list-style: none;
}

ul li:before {
  content: ">>";
  font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
  font-size: 13px;
  color: #b5e853;
  margin-left: -37px;
  margin-right: 21px;
  line-height: 16px;
}

blockquote {
  color: #aaa;
  padding-left: 10px;
  border-left: 1px dotted #666;
}

pre {
  background: rgba(0, 0, 0, 0.7);
  margin: 0 20px 20px 20px;
  padding: 0 20px 0 20px;
  font-size: 14px;
  color: #b5e853;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-wrap: normal;
  overflow: auto;
  overflow-y: hidden;
}

table {
  width: 100%;
  margin: 0 0 20px 0;
}

th {
  text-align: left;
  border-bottom: 1px dashed #b5e853;
  padding: 5px 10px;
}

td {
  padding: 5px 10px;
}

hr {
  height: 0;
  border: 0;
  border-bottom: 1px dashed #b5e853;
  color: #b5e853;
}

/* Buttons
*/

.btn {
  display: inline-block;
  padding: 6px 12px;
  background: #0A5483;
  border-radius: 30px;
  color: #fff;
  font-family: 'Nunito', sans-serif;
  font-size: 12px;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 3px #888;
  -moz-box-shadow: 0 1px 3px #888;
  box-shadow: 0 1px 3px #888;
}
.btn:hover {
  background: #066699;
}
.btn,
.btn::before,
.btn::after {
  -webkit-transition: all .2s;
  transition: all .2s;
}


.btn-circle {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background: #AEDD2B;
  margin: 0 15px 0 0;

  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  line-height: 59px;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #0A5483;
  font-weight: bold;
  font-family: 'Nunito', sans-serif;

  -webkit-box-shadow: 0 2px 4px #333;
  -moz-box-shadow: 0 2px 4px #333;
  box-shadow: 0 2px 4px #333;
}
.btn-circle:hover {
  background: #7DAF4C;
}
.btn-circle,
.btn-circle::before,
.btn-circle::after {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.btn-circle-raw {
  display: inline-block;
  margin: 0 15px 10px 0;

  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;

  -webkit-box-shadow: 0 2px 4px #333;
  -moz-box-shadow: 0 2px 4px #333;
  box-shadow: 0 2px 4px #333;
}

/* Links
   a, a:hover, a:visited
*/

a {
  color: #8EBD0B;
  text-shadow: 0 0 2px rgba(104, 182, 255, 0.1);
}

/* Clearfix */

.cf:before, .cf:after {
  content:"";
  display:table;
}

.cf:after {
  clear:both;
}

.cf {
  zoom:1;
}
