body {
  margin: 0;
  padding: 0;
  background-color: slategray;
}

body>section {
  display: block;
  margin: 64px auto 64px auto;
  border: 1px solid rgb(46, 70, 77);
  background-color: white;
  width: 768px;
  box-shadow: 0 3px 8px #505050;
}

body>section>h4 {
  margin: 20px 20px 4px 20px;
  font: 400 16px/24px "Raleway", sans-serif;
}

body>section>h4>a {
  text-decoration: none;
  color: blue;
}

body>section>h4>a:hover {
  text-decoration: underline;
}

body>section>header {
  background-color: rgb(59, 82, 88);
  border-bottom: 1px solid rgb(64, 51, 0);
  margin: 0;
  padding: 16px;
}

body>section>header>h3 {
  color: white;
  margin: 0;
  font: 400 32px "Raleway", sans-serif;
  letter-spacing: 1px;
}

body>section p, body>section li {
  margin: 0 20px 20px 20px;
  font: 200 16px/24px "Raleway", sans-serif;
  color: dimgray;
  clear: both;
}

body>section p.first-para {
  margin-top: 16px;
}

body>section ul {
  list-style-type: square;
}

.clearer {
  clear: both;
  margin: 0;
  padding: 0;
}

.col-3-center {
  float: left;
  margin: 0;
  padding: 0 20px 0 20px;
  width: 258px;
  border-left: 1px solid white;
  border-right: 1px solid white;
}

.col-3-left {
  float: left;
  margin: 0;
  padding: 0 20px 0 20px;
  width: 258px;
}

.col-3-right {
  float: right;
  margin: 0;
  padding: 0 20px 0 20px;
  width: 258px;
}

.col-3-wrapper {
  width: 900px;
  margin: 48px auto 48px auto;
  overflow: auto;
}

.first-name {
  color: white;
  font-weight: 300;
}

footer {
  clear: both;
  display: block;
  background-color: #183030;
  color: lightgrey;
  padding: 32px;
  font: 100 12px sans-serif;
}

footer>h3 {
  font: 600 16px sans-serif;
}

footer>h3 a {
  color: lightgrey;
  text-decoration: none;
}

footer>h3 a:hover {
  text-decoration: underline;
}

.footer-rule {
  width: 100%;
  height: 0px;
  border-bottom: 1px solid darkorange;
  box-shadow: 0 5px 5px #101010;
}

body>header {
  width: 100%;
  background-image: url("/images/landing-header-green.jpg");
  margin: 0;
  padding: 0;
  top: 0;
}

body>header h1 {
  color: white;
  margin: 0;
  padding: 30px 30px 0 30px;
  font: 60px "Raleway", sans-serif;
  text-shadow: 3px 3px 3px black;
}

body>header h2 {
  color: white;
  margin: 0;
  padding: 0 30px 30px 30px;
  font: 100 24px "Source Code Pro", monospace;
  text-shadow: 3px 3px 3px black;
}

body>header h3 {
  color: white;
  margin: 42px auto 42px auto;
  font: 400 32px "Raleway", sans-serif;
  text-align: center;
  display: block;
  letter-spacing: 1px;
  text-shadow: 3px 3px 3px black;
}

body>header h4 {
  color: white;
  width: 542px;
  margin: 0 auto 80px auto;
  font: 300 20px/36px "Open Sans Condensed", sans-serif;
  text-align: justify;
  letter-spacing: 2px;
  text-shadow: 3px 3px 3px black;
}

body>header nav {
  float: right;
  display: block;
  margin-top: 60px;
  margin-right: 128px;
}

body>header nav ul {
  display: inline;
  list-style: none;
  color: white;
  font: 300 20px/36px "Open Sans Condensed", sans-serif;
}

body>header nav ul>li {
  display: inline;
}

body>header nav ul>li:before {
  content: "\020 \203A \020";
}

body>header nav ul>li.first-item:before {
  content: "";
}

body>header nav ul>li a {
  color: white;
  text-decoration: none;
}

body>header nav ul>li a:hover {
  text-decoration: underline;
}

.feature-screenshot-wrapper {
  float: right;
  padding: 10px;
}

.feature-screenshot-wrapper img {
  border: 1px solid lightslategray;
  cursor: pointer;
  cursor: hand;
  margin: 6px;
}

.feature-title-wrapper {
  float: left;
  padding: 20px;
}

.feature-title-wrapper h4 {
  font: 300 42px "Raleway", sans-serif;
  color: slategray;
  padding: 0;
  margin: 0;
}

.header-rule {
  height: 10px;
  width: 100%;
  background-color: darkorange;
  box-shadow: 0 5px 5px #505050;
  margin: 0;
  clear: both;
  position: relative;
}

.header-logotype {
  float: left;
}

.inline-logo {
  vertical-align: middle;
}

.last-name {
  font-weight: 700;
}

.page-white-surface {
  background-color: white;
  width: 720px;
  margin: 0 auto 0 auto;
  padding: 64px;
  border-left: 3px solid rgb(46, 70, 77);
  border-right: 3px solid rgb(46, 70, 77);
}

.page-white-surface h3 {
  font: 700 72px "Raleway", sans-serif;
  color: slategray;
}

.page-white-surface h3>a {
  color: slategray;
  text-decoration: none;
}

.page-white-surface h3>a:hover {
  text-decoration: underline;
}

.page-white-surface>p {
  font: 100 16px/24px "Raleway", sans-serif;
  color: rgba(33, 14, 0, 0.82);
}

.product-logo {
  vertical-align: bottom;
  border: 1px solid slategray;
  margin-top: 16px;
  float: left;
}

.product-summary {
  margin-left: 208px;
}

.product-title {
  margin: 0 0 0 208px;
}

#shotwell-last {
  margin-bottom: 128px;
}

#studio580-last {
  margin-bottom: 128px;
}

.top-level-link {
  text-align: center;
  color: white;
  font: 300 32px "Raleway", sans-serif;
}

.top-level-link>a {
  color: white;
  text-decoration: none;
}

.top-level-link>a:hover {
  text-decoration: underline;
}

.top-level-link-desc {
  text-align: center;
  color: white;
  font: 100 18px/26px "Open Sans Condensed", sans-serif;
  letter-spacing: 1px;
}

.top-level-logo {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
