@charset "UTF-8";

/* General */

.alert {
  font-size: 1.6rem;
}

.magecro-header {
  border-bottom: 1px solid #d6d3d3;
  padding: 40px 0;
}
.magecro-header img {
  height: auto;
  max-width: 100%;
}

.magecro-button {
  background-color: #f38640;
  border-radius: 5px;
  border: none;
  box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.2);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 20px 55px;
  text-align: center;
  transition-duration: .4s;
}
.magecro-button:hover,
.magecro-button:focus {
  background-color: #102c3d;
  box-shadow: none;
  color: #fff;
}
@media only screen and (min-width: 400px) {
  .magecro-button {
    min-width: 270px;
  }
}

.gbutton-legend {
  color: #868585;
  font-size: 1.2rem;
  font-weight: bold;
}
.gbutton-legend.dark {
  color: #2a2a2a;
}

.seeking-title {
  font-size: 6.6rem;
}

.magecro-footer {
  border-top: 1px solid #d6d3d3;
  padding: 40px 0 60px;
}
.magecro-footer .copyright {
  color: #2a2a2a;
  font-size: 1.4rem;
  font-weight: bold;
  padding-top: 20px;
}


/* sections */
.section.introduction {
  padding-bottom: 60px;
}

.section.free-access {
  padding-top: 50px;
  padding-bottom: 0;
}

.section.merchants {
  padding-top: 50px;
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .magecro-intelligent {
    padding-top: 90px;
  }
}

.section.reviews {
  padding-top: 65px;
}

.section.joinus h2 {
  font-size: 3.2rem;
}
@media only screen and (min-width: 500px) {
  .section.joinus h2 {
    font-size: 4.6rem;
  }
}

.section.contact {
  padding-top: 0;
}
.section.contact h2 {
  color: #404040;
  font-size: 2rem;
  text-transform: uppercase;
}
