body {
  font-size: 20px;
  line-height: 1.5em;
  color: black;
  margin: 0;
  font-family: "freight-sans-pro-1","freight-sans-pro-2",sans-serif;
  font-style: normal;
  min-width: 768px; }

a {
  color: #004ead; }

p {
  font-weight: 400;
  font-style: normal; }

h1 {
  font-weight: 500; }

h2 {
  font-weight: 400; }
  h2 a {
    color: #004ead;
    text-decoration: none; }

h3 {
  font-weight: 400; }

ul {
  list-style-type: circle; }

strong, em {
  font-style: normal;
  font-weight: 500; }

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

header nav {
  border-top: 2px solid #ffc402;
  text-align: center;
  background-color: black;
  font-size: 1em; }
  header nav #top-logo {
    width: 88px;
    height: 88px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: -10px;
    z-index: 100;
    position: relative;
    background: url(http://assets.electricpeelsoftware.com.s3.amazonaws.com/img/TopLogo.png) no-repeat center center; }
  header nav a {
    color: black;
    text-decoration: none; }
  header nav a:visited {
    color: black; }
  header nav ul {
    background-color: white;
    padding-top: 1em;
    padding-bottom: 0.5em;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
    z-index: 50; }
    header nav ul li {
      display: inline;
      padding-bottom: 0.5em;
      margin-left: 1em;
      margin-right: 1em; }
    header nav ul li.selected {
      border-bottom: 2px solid black; }

#banner {
  background: url(http://assets.electricpeelsoftware.com.s3.amazonaws.com/img/Banner.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: "freight-sans-pro-1","freight-sans-pro-2",sans-serif;
  font-style: normal;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 4em;
  text-align: center;
  color: white;
  text-shadow: 0px 2px 10px #969696;
  line-height: 1.35em;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  padding-left: 0.5em;
  padding-right: 0.5em; }
  #banner em {
    font-family: "freight-sans-pro-1","freight-sans-pro-2",sans-serif;
    font-style: italic;
    font-weight: 400; }

#about-banner {
  background: url(http://assets.electricpeelsoftware.com.s3.amazonaws.com/img/boston-skyline.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: "freight-sans-pro-1","freight-sans-pro-2",sans-serif;
  font-style: normal;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 4em;
  text-align: center;
  color: white;
  text-shadow: 0px 2px 10px #969696;
  line-height: 1.35em;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em; }

#default-banner {
  background: url(http://assets.electricpeelsoftware.com.s3.amazonaws.com/img/Header.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: 1.5em;
  clear: both;
  line-height: 3em;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2em;
  z-index: 0;
  color: white;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5); }

main {
  max-width: 1000px;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 25em;
  margin-left: auto;
  margin-right: auto; }
  main .two-columns .column {
    width: 40%;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
    main .two-columns .column h2 {
      text-align: center; }

aside p {
  text-align: center;
  font-style: italic; }
  aside p strong, aside p em {
    font-weight: 500;
    font-style: inherit; }

hr {
  height: 2px;
  width: 60px;
  border: 0 none;
  background-color: #d9d9d9;
  margin-top: 3em;
  margin-bottom: 3em; }

.apps {
  text-align: center; }

.app {
  width: 146px;
  text-align: center;
  margin-left: 1em;
  margin-right: 1em;
  display: inline-block; }
  .app img {
    width: 100%;
    filter: drop-shadow(5px 2px 5px black);
    -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.75)); }
  .app a :hover {
    opacity: .5;
    -webkit-filter: grayscale(100%) hue-rotate(90deg); }
  .app .name {
    font-weight: 500; }
  .app .devices {
    font-style: italic;
    line-height: 1em; }

.app-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px; }

.post-footer {
  text-align: center;
  margin-top: 5em; }
  .post-footer p {
    font-style: italic; }

.content {
  max-width: 700px;
  padding-left: 2em;
  padding-right: 2em;
  margin-left: auto;
  margin-right: auto; }
  .content h1 {
    text-align: center; }
    .content h1 a {
      color: black;
      text-decoration: none;
      font-weight: 500; }
  .content .author {
    text-align: center;
    font-weight: 300;
    font-style: italic; }
  .content hr {
    margin-top: 2em;
    margin-bottom: 2em; }
  .content article img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%; }
  .content article .blog-footer {
    text-align: center; }
  .content article aside {
    text-align: left;
    font-style: italic; }

.read-more {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #ffc402;
  border-radius: 2em;
  padding: 0.4em 1em;
  text-transform: uppercase;
  color: black;
  text-decoration: none;
  font-family: "brandon-grotesque-1","brandon-grotesque-2",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.75em; }
  .read-more:hover {
    background-color: #ffc402;
    color: black; }

.post-footer {
  text-align: center;
  margin-top: 5em; }
  .post-footer p {
    font-style: italic; }

#footer-banner {
  background: url(http://assets.electricpeelsoftware.com.s3.amazonaws.com/img/Footer.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  clear: both;
  line-height: 6em;
  text-align: center;
  margin-top: 4em;
  z-index: 0;
  position: relative; }
  #footer-banner a {
    border: 2px solid white;
    border-radius: 2em;
    padding: 0.4em 1em;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    font-family: "brandon-grotesque-1","brandon-grotesque-2",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 0.75em; }
    #footer-banner a:hover {
      background-color: white;
      color: black; }
  #footer-banner .big {
    font-size: 1.1em;
    border-radius: 1.2em; }

footer {
  z-index: 100;
  clear: both;
  background-color: #ffc402;
  text-align: center;
  line-height: 80px;
  font-size: 0.75em;
  border-bottom: 2px solid white;
  margin-top: 0px; }
  footer p {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    margin-top: 5px; }
  footer .left {
    width: calc(50% - 40px);
    height: 80px;
    float: left; }
  footer .right {
    width: calc(50% - 40px);
    height: 80px;
    float: right; }
  footer ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 5px;
    z-index: 50; }
    footer ul li {
      display: inline;
      margin-left: 1em;
      margin-right: 1em; }
    footer ul a {
      text-decoration: none;
      color: inherit; }
  footer #bottom-logo {
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
    margin-bottom: 0px;
    position: relative;
    background: url(http://assets.electricpeelsoftware.com.s3.amazonaws.com/img/BottomLogo.png) no-repeat center center; }

.blog-list article {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 2em;
  margin-top: 1em;
  margin-bottom: 3em;
  margin-left: -2em;
  margin-right: -2em;
  box-shadow: 0 3px 5px rgba(229, 229, 229, 0.5); }

.gist {
  font-size: 0.75em;
  line-height: 1.5em; }
