
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  background: #000;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

header {
  position: fixed;
  top: 0;
  z-index: 1;
  background: linear-gradient(rgba(0,0,0,0) 75%,rgba(0,0,0,0.8) 95%), url("/img/lighthouse-0-quality.jpg");
  background-size: cover;
  background-position: top center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  padding-top: 250px;
  text-align: center;
}

.apple {
  position: absolute;
  margin: 4px 12px;
  font-weight: 600;
  font-size: 15px;
}

.appIcon {
  background: url("/img/appIcon.png");
  background-size: 96px 96px;
  width: 96px;
  height: 96px;
  margin: 0 auto 20px;
}

h1 {
  font-size: 24px;
  font-weight: 600;
  color: rgba(255,255,255,0.9);
  text-shadow: 0 2px 2px rgba(0,0,0,0.2);
  margin-bottom: 15px;
}

h2 {
  font-size: 48px;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 2px 2px rgba(0,0,0,0.2);
  margin-bottom: 50px;
}

p {
  margin: 10px 0 20px;
}

a {
  color: #6bf;
  text-decoration: none;
  transition: color .3s ease;
}

a:hover {
  color: #8df;
}

.social {
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}
.social a {
  color: #fff;
  font-size: 36px;
  text-decoration: none;
  transition: color .2s ease;
}
.social a:hover {
  color: #00b1f9;
}

.button {
  background: #007aff;
  color: #fff;
  padding: 12px 16px;
  border-radius: 4px;
  transition: all .2s ease;
  text-decoration: none;
  font-weight: 200;
}
.button:hover {
  background: #fff;
  color: #007aff;
}

.menubar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 24px;
  background: rgba(30,30,30,0.7);
  background: linear-gradient(rgba(30,30,30,0.75) 0%, rgba(30,30,30,0.65) 100%);
  text-align: left;
  cursor: default;
}

.captainMenubar {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  position: relative;
  left: -120px;
}

.captainIcon {
  position: absolute;
  top: -24px;
  width: 24px;
  height: 24px;
  background: rgb(255, 133, 0) url("/img/IconTemplate@2x.png");
  background-size: 24px 24px;
  filter: invert();
}

.captainApp {
  position: absolute;
  z-index: 3;
  top: 24px;
  width: 260px;
  background: rgba(35,35,35,0.8);
  background: linear-gradient(rgba(35,35,35,0.85) 0%, rgba(35,35,35,0.75) 100%);
  border-radius: 0 0 8px 8px;
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.8);
  text-align: left;
}

.main-spacing {
  min-height: 93vh;
  height: 730px;
  transition: margin-top .6s ease;
}
/*
main:before {
  background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0.5) 70%, rgba(0,0,0,1) 100%);
  content: " ";
  height: 150px;
  display: block;
  position: absolute;
  width: 100vw;
  left: 0;
  top: -150px;
  z-index: 10;
}*/
.arc-outer {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 70px;
  margin-top: -70px;
}
.arc-outer2 {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 70px;
}
.arc {
  display: block;
  content: " ";
  position: absolute;
  width: 200vw;
  border-radius: 100%;
  height: 600px;
  left: -50vw;
  z-index: 10;
  background: #000;
  background: linear-gradient(165deg, rgba(0,0,0,1) 30%, rgba(30,30,60,1) 100%);
  transition: all .5 ease-in;
}

.arc.arc-footer {
  background: rgba(14,14,28,1);
  background: linear-gradient(165deg, rgba(20,20,40,1) 0%, rgba(8,8,16,1) 100%);
  margin-top: -550px;
  z-index: 9;
}

main {
  overflow: hidden;
  background: linear-gradient(165deg, rgba(0,0,0,1) 0%, rgba(30,30,60,1) 50%, rgba(10,10,20,1) 100%);
  position: relative;
  z-index: 10;
  padding-top: 90px;
}
main .wrapper {
  position: relative;
  z-index: 10;
}
.wrapper {
  position: relative;
  z-index: 10;
  width: 900px;
  margin: 0 auto;
  text-align: center;
}
h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
code {
  font-size: 14px;
  background: #000;
  border-radius: 4px;
  padding: 2px 4px;
  border: 1px solid rgba(255,255,255,0.2);
  white-space: nowrap;
}
.feature:nth-child(even) .explain {
  float: right;
}
.feature:nth-child(even) .preview {
  float: left;
}
.feature .explain {
  float: left;
  width: 44%;
  text-align: left;
  line-height: 1.45455;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: .016em;
}
.feature .preview {
  position: relative;
  float: right;
  width: 40%;
  background: url("/img/lighthouse-0-quality.jpg");
  background-size: 1000px;
  background-position: top center;
  min-height: 230px;
  border-radius: 4px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.feature .preview .captainApp {
  left: 50px;
}
.feature:after {
  width: 100%;
  display: block;
  content: " ";
  clear: both;
  height: 150px;
}

footer {
  position: relative;
  z-index: 8;
  background: #000;
  text-align: center;
  padding: 120px 0;
}
footer:after {
  display: block;
  content: " ";
  clear: both;
}
.staff {
  width: 700px;
  margin: 20px auto;
}
.staff-guy {
  float: left;
  width: 49%;
}
.staff:after {
  display: block;
  content: " ";
  clear: both;
}
a.producthunt {
  display: inline-block;
  position: relative;
  top: -10px;
  height: 28px;
  padding: 5px 8px;
  background: #da552f;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: -0.5pt;
  transition: background-color .3s ease;
}
a.producthunt:hover {
  background: #b54323;
}
a.reddit {
  display: inline-block;
  position: relative;
  top: -10px;
  height: 28px;
  padding: 5px 8px;
  background: #cc2f3a;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: -0.5pt;
  transition: background-color .3s ease;
}
a.reddit:hover {
  background: #a2222b;
}
a.coffee {
  font-size: 11px;
  color: #eee;
  opacity: 0.7;
  transition: opacity .3s ease;
}
.coffee:hover {
  opacity: 1;
}
.coffee span{
  font-size: 20px;
  position: relative;
  top: 4px;
}
