* {
  box-sizing: border-box;
  font-family:  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

html,
body {
    min-height: 100%
}

body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #eee;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

a {
    transition: all .3s;
}

.hidden {
  display: none;
}

.main {
    background-image: linear-gradient(180deg, #ff9f3b 0%, #ff7455 100%);
    position: relative;
    min-height: 100%;
    padding-top: 70px;
    padding-bottom: 60px;
}

.marketing {
    text-align: center;
}

.app-meta {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 32px;
    color: white;
}

.app-icon {
  display: block;
  margin: 0 auto 10px;
  border-radius: 15px;
  width: 92px;
	min-width: 40px;
	height: auto;
}

.app-name {
    font-size: 60px;
    font-weight: 300;
    vertical-align: top;
}

.download-buttons {
    margin-bottom: 20px;
}

.download-btn {
    margin: 20px auto;
    border: none;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 200px;
    height: 60px;
}

.download-btn.ios {
  background-image: url("../../images/buttons/button_ios.svg");
}

.download-btn.android {
  background-image: url("../../images/buttons/button_soon.svg");
}

.content {
    text-align: center;
}

.content h2 {
    color: #38A6F9;
    line-height: 35px;
}

.content h4 {
    color: #808080;
    line-height: 24px;
}

.content .feature {
    padding: 10px;
    border: 0;
    vertical-align: baseline;
}

.content .feature img {
    max-width: 200px;
    max-height: 200px;
    padding: 20px;
}

.content .top {
    width: 50px;
    height: 50px;
    margin: 20px auto;
    background-image: url("../../images/buttons/icon_scrolltop.svg");
}

.swipe .feature {
    margin: 5px auto;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.footer {
    padding: 20px 0 0 10px;
    color: #808080;
}

.footer h6 {
    color: darkgrey;
}

.social {
    text-align: center;
}

.social-links {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.social-links li {
    display: inline-block;
    margin: 12px;
}

.social-links a {
    color: white;
}

.social-links a:focus,
.social-links a:hover {
    color: #b3b3b3;
}

.device {
    margin: auto;
}

@media (min-width: 768px) {
    .marketing {
        text-align: left;
    }
    .app-icon {
        display: inline;
    }
    .swipe {
      visibility: hidden;
      height: 0;
    }
}

@media (max-width: 768px) {
    .main {
        padding-top: 20px;
    }
    .content .feature img {
        max-width: 140px;
        max-height: 140px;
    }
    .content .swipe {
      visibility: visible;
      height: auto;
      top: -30px;
      width: 85%;
      margin: 5px auto;
    }
    .content .wide {
      display: none;
    }
}

.device {
    position: relative;
    background-size: cover;
}

.device .app-screenshot {
    position: absolute;
    width: 240px;
    height: auto;
}

.device.iphone-se-silver-vertical {
    width: 288px;
    height: 608px;
    background-image: url(../../images/devices/iphone-se-silver-vertical.png);
}

.device.iphone-se-silver-vertical .app-screenshot {
    top: 91px;
    left: 25px;
    width: 240px;
}

.device.iphone-se-silver-vertical .slide-screenshot {
    position: absolute;
    width: 240px;
    top: 91px;
    left: 25px;
}

.device.iphone-se-silver-vertical .screenshot {
    width: 240px;
    height: auto;
}

.device.iphone-se-space-gray-vertical {
    width: 288px;
    height: 608px;
    background-image: url(../../images/devices/iphone-se-space-gray-vertical.png);
}

.device.iphone-se-space-gray-vertical .app-screenshot {
    top: 91px;
    left: 25px;
    width: 240px;
}

.device.ipod-touch-blue-vertical {
    width: 291px;
    height: 614px;
    background-image: url(../../images/devices/ipod-touch-blue-vertical.png);
}

.device.ipod-touch-blue-vertical .app-screenshot {
    top: 87px;
    left: 23px;
    width: 246px;
}
