/*
    Somo Echo stylesheet - SCSS format
    Run thru SASS first to generate CSS
*/
@font-face {
  font-family: "Hurme";
  src: url("../fonts/Hurme.otf") format("truetype");
  /* todo: other webfont types */
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Hurme";
  src: url("../fonts/HurmeLight.otf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Garamond-Premier-Pro";
  src: url("../fonts/GaramondPremrPro-It.otf") format("truetype");
  font-style: italic;
  font-weight: normal;
}
/* center at 960px wide PLUS 20px padding either side */
/* drop shadow for header bar */
body {
  background: #f5f8f8;
  font-family: "Hurme", "trebuchet ms", sans-serif;
  font-weight: 200;
  line-height: 140%;
  color: #645f5c;
}
body h1, body h2, body h3, body strong {
  font-weight: 400;
}
body a {
  color: #57c4c6;
  text-decoration: none;
}
body a:hover {
  text-decoration: underline;
}
body header {
  background-image: url(../images/background_1000_x_290.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body header #topbar {
  background: #f5f8f8;
  -webkit-box-shadow: 0px 8px 22px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 8px 22px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 8px 22px 0px rgba(0, 0, 0, 0.6);
}
body header #topbar #logos {
  max-width: 1000px;
  margin: 0px auto;
  padding-left: 20px;
  padding-right: 20px;
  padding: 16px 20px;
  /* float both to align vertically */
}
body header #topbar #logos #somologo {
  float: left;
}
body header #topbar #logos #somologo img {
  width: 118px;
  height: auto;
}
body header #topbar #logos #echologo {
  float: right;
}
body header #topbar #logos #echologo img {
  width: 69px;
  display: none;
  height: auto;
}
body header #topbar #logos .spacer {
  clear: both;
}
body header #header-image #title {
  height: 290px;
  max-width: 1000px;
  margin: 0px auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
body header #header-image #title h1 {
  position: absolute;
  bottom: 0;
  color: white;
  font-weight: 200;
  font-size: 36pt;
  margin-left: 240px;
  margin-bottom: 30px;
}
body header #header-image #notfound {
  max-width: 1000px;
  margin: 0px auto;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 640px;
  text-align: center;
  color: white;
}
body header #header-image #notfound h1 {
  margin: 50px;
  font-family: "Garamond-Premier-Pro", garamond, serif;
  font-style: italic;
  font-weight: normal;
  font-size: 44pt;
}
body header.notfound {
  background-image: url(../images/404.jpg);
  background-position: 50% 30%;
}
body nav#main-nav {
  background: #fff;
}
body nav#main-nav div {
  max-width: 1000px;
  margin: 0px auto;
  padding-left: 20px;
  padding-right: 20px;
  padding: 20px;
}
body nav#main-nav div ul {
  margin-left: 240px;
}
body nav#main-nav div ul li {
  padding: 20px 20px 20px 0px;
}
body nav#main-nav div ul li a {
  font-size: 16pt;
}
body section#content {
  max-width: 1000px;
  margin: 0px auto;
  padding-left: 20px;
  padding-right: 20px;
}
body section#content aside {
  /* app icon in sidebar pokes up above the top of the navbar */
  float: left;
  position: relative;
  top: -140px;
  max-width: 220px;
}
body section#content aside #appicon {
  text-align: center;
}
body section#content aside #noinstall {
  margin: 30px 0px;
  display: none;
}
body section#content aside .cta-button {
  margin: 30px 0px;
  text-align: center;
  /* make whole button click/tap target */
}
body section#content aside .cta-button a {
  display: block;
  width: 100%;
  background: #57c4c6;
  padding: 10px;
  border-bottom: #47acae 3px solid;
  color: white;
  font-size: 14pt;
  font-weight: 400;
}
body section#content aside h3 {
  font-size: 16pt;
  margin: 10px 0px;
}
body section#content aside ul {
  padding: 10px 0px;
}
body section#content aside ul li {
  padding: 2px 0px;
}
body section#content article {
  margin-left: 240px;
  padding: 20px;
  /* horizontal list of screenshots */
  /* information section has two columns */
}
body section#content article h2 {
  font-size: 18pt;
  padding: 10px 0px;
}
body section#content article p, body section#content article ul {
  padding: 10px 0px;
}
body section#content article section#screenshots ul {
  padding: 20px 0px;
}
body section#content article section#screenshots ul li {
  list-style-type: none;
  display: inline;
  padding-right: 20px;
}
body section#content article section#screenshots ul li img {
  width: 280px;
  height: auto;
}
body section#content article section#information ul:first-child {
  float: left;
}
body section#content article section#information ul:last-child {
  margin-left: 50%;
}
body footer {
  background: white;
  text-align: center;
  font-size: 10pt;
  padding: 20px 10px;
}
body footer div {
  padding: 10px;
}
body footer #somofooter {
  padding: 20px;
}
body footer #somofooter img {
  width: 143;
  height: auto;
}
body footer #copyright {
  color: #afadab;
}
body footer nav li {
  padding: 0px 6px;
}

/* all navbars are horizontal */
nav ul li {
  list-style-type: none;
  display: inline;
}
nav ul li a {
  color: #645f5c;
}

/* for portrait tablets shrink nav bar text slightly to fit */
@media screen and (max-width: 800px) {
  body nav#main-nav div ul li {
    padding: 20px 10px 20px 0px;
  }
  body nav#main-nav div ul li a {
    font-size: 14pt;
  }
}
/* e.g. 720p Android phones, hide nav bar */
@media screen and (max-width: 720px) {
  nav#main-nav {
    display: none;
  }
}
/* iPhone single column layout */
@media screen and (max-width: 600px) {
  body header #topbar #logos #somologo {
    float: none;
  }
  body header #topbar #logos #echologo {
    display: none;
  }
  body header #topbar #logos .spacer {
    display: none;
  }
  body header #header-image #title {
    height: 120px;
  }
  body header #header-image #title h1 {
    margin-left: 110px;
    margin-bottom: 20px;
    font-size: 18pt;
  }
  body header.notfound {
    background-size: 400%;
    background-position: 50% 40px;
  }
  body header.notfound #header-image #notfound {
    min-height: 580px;
  }
  body section#content aside {
    /* app icon still protrudes upwards slightly */
    top: -60px;
    float: none;
    max-width: inherit;
    /* details is duplicate of information section */
  }
  body section#content aside #appicon {
    text-align: left;
  }
  body section#content aside #appicon img {
    width: 88px;
    height: 88px;
  }
  body section#content aside .cta-button {
    margin: 20px 0px;
  }
  body section#content aside .cta-button a {
    width: auto;
  }
  body section#content aside #details {
    display: none;
  }
  body section#content article {
    margin-top: -50px;
    margin-left: 0px;
    padding: 0px;
  }
  body section#content article section#screenshots li img {
    margin-bottom: 20px;
  }
  body section#content article section#screenshots li:last-child img {
    margin-bottom: 0px;
  }
  body section#content article section#information {
    /* single column for info section */
  }
  body section#content article section#information ul:first-child {
    float: none;
  }
  body section#content article section#information ul:last-child {
    margin-left: 0px;
  }
}

/*# sourceMappingURL=echo.css.map */
