* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.5s ease;
}

::-moz-selection {
  color: #fff;
  background: #007AFF;
}

::selection {
  color: #fff;
  background: #007AFF;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  margin: auto;
}

h1 {
  font-size: 2.18rem;
  margin-bottom: 0.2em;
  font-weight: 600;
}

h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 80px 0 20px 0;
}

h3 {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #6F6F6F;
  text-align: center;
  padding: 0 0 20px 0;
}

p, ul {
  font-size: 1rem;
  line-height: 1.5;
}

#moon-toggle {
  position: absolute;
  right: 15px;
  top: 15px;
}

#moon-toggle:hover {
  cursor: pointer;
}

header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  margin-top: 40px;
}

header .header-icon {
  display: block;
}

@media (max-width: 767px) {
  header .header-icon {
    width: 100px;
    height: 100px;
  }
  header .header-icon img {
    width: 100%;
  }
}

@media (min-width: 768px) {
  header .header-icon {
    width: 100px;
    height: 100px;
  }
  header .header-icon img {
    width: 100%;
  }
}

header .header-info {
  padding-left: 20px;
}

header .header-info p {
  color: #7F7F82;
  font-size: 1.125rem;
}

@media (max-width: 549px) {
  header .header-info p {
    font-size: 0.9rem;
  }
}

.intro-text {
  margin: 40px auto;
}

@media (max-width: 767px) {
  .intro-text {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .intro-text {
    max-width: 660px;
  }
}

.main .etc {
  text-align: center;
  font-style: italic;
}

.main #video-preview {
  max-width: 900px;
  margin: 40px auto;
}

.main #video-preview:hover {
  cursor: pointer;
}

.main #features .feature:not(.ipad) {
  padding: 0 20px 40px;
}

@media (min-width: 768px) {
  .main #features .feature:not(.ipad) {
    margin: 200px 0;
  }

  .main #features .feature:not(.ipad):first-child {
    margin: 130px 0;
  }

}

@media (max-width: 767px) {
  .main #features .feature:not(.ipad):first-child .feature-inner .feature-text h2 {
      font-size: 1.5rem;
      font-weight: 600;
      margin: 20px 0 20px 0;
    
  }
}

.main #features .feature:not(.ipad) .feature-inner {
  max-width: 900px;
  position: relative;
  margin: auto;
  display: flex;
  min-height: 400px;
}

@media (max-width: 549px) {
  .main #features .feature:not(.ipad) .feature-inner {
    flex-direction: column;
  }
}

.main #features .feature:not(.ipad) .feature-inner .feature-img {
  max-width: 300px;
  margin: 20px auto;
  flex-grow: 1;
  flex-basis: 0;
}

.main #features .feature:not(.ipad) .feature-inner .feature-img img {
  width: 100%;
}

@media (min-width: 768px) {
  .main #features .feature:not(.ipad) .feature-inner .feature-img img {
    max-width: 300px;
    position: absolute;
    top: -15%;
  }
}

.main #features .feature:not(.ipad) .feature-inner .feature-text {
  flex-grow: 1;
  flex-basis: 0;
  align-self: center;
}

.main #features .feature:not(.ipad):nth-child(even) {
  background: #f9f9f9;
}

@media (min-width: 549px) {
  .main #features .feature:not(.ipad):nth-child(even) .feature-text {
    order: 2;
    padding-left: 40px;
  }
}

@media (min-width: 549px) {
  .main #features .feature:not(.ipad):nth-child(odd) .feature-text {
    padding-right: 40px;
  }
}

.main #features .ipad {
  padding: 0 20px 0;
}

.main #features .ipad .feature-inner {
  display: flex;
  position: relative;
  max-width: 900px;
  position: relative;
  margin: auto;
  flex-direction: column;
}

@media (min-width: 768px) {
  .main #features .ipad .feature-inner {
    flex-direction: row;
  }
}

.main #features .ipad .feature-inner .feature-text {
  flex-grow: 1;
  flex-basis: 0;
  align-self: center;
}

@media (min-width: 549px) {
  .main #features .ipad .feature-text {
    padding-right: 40px;
  }
}

.main #features .ipad .feature-inner .feature-img {
  max-width: 400px;
  margin: 20px auto;
}

@media (min-width: 768px) {
  .main #features .ipad .feature-inner .feature-img {
    flex-grow: 2;
    flex-basis: 0;
  }
}

.main #features .ipad .feature-inner .feature-img img {
  width: 100%;
}

@media (min-width: 768px) {
  .main #features .ipad .feature-inner .feature-img img {
    max-width: 400px;
    position: absolute;
    top: -15%;
  }
}

footer {
  margin: 50px 0;
  text-align: center;
  clear: both;
}

a {
  color: #2980b9;
  text-decoration: none;
}

@media (max-width: 549px) {
  footer a {
    display: block;
    text-align: center;
    line-height: 2;
  }
}

@media (min-width: 549px) {
  footer a:not(:last-child) {
    margin-right: 6%;
  }
}

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

input {
  width: 100%;
  height: 25px;
  margin-top: 4px;
  margin-bottom: 10px;
  border-radius: 5px;
  border:1px solid #cccccc;
  padding:5px;
}

textarea {
  width: 100%;
  height: 100px;
  margin-top: 4px;
  margin-bottom: 10px;
  border-radius: 5px;
  border-color: #cccccc;
  padding:5px;
}

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