/*
Theme Name: Clik2Pay
Theme URI: http://www.jawadvertising.ca
Description: The main theme for the Clik2Pay Website
Author: Kyle Gallant
Version: 1.0
Tags: clik2pay

License: GNU

Using bootsrap
*/
@keyframes float {
  0% {
    transform: translatey(5px);
  }
  50% {
    transform: translatey(-15px);
  }
  100% {
    transform: translatey(5px);
  }
}
.float {
  animation: float 6s ease-in-out infinite;
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #421b68;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body:before {
  content: "";
  display: block;
  background-color: #7b3bad;
  height: 20px;
}
@media only screen and (max-width: 991px) {
  body {
    font-size: 15px;
  }
}
@media only screen and (max-width: 576px) {
  body {
    font-size: 14px;
  }
}

p {
  line-height: 1.5;
}

.page p {
  font-size: 1.15em;
}

h2 {
  font-weight: 200;
  font-size: 2em;
  margin: 0;
  margin-bottom: 25px;
}
h2:after {
  content: "";
  display: block;
  background: #87fad8;
  height: 5px;
  width: 69px;
  margin-top: 15px;
}
@media only screen and (max-width: 576px) {
  h2 {
    font-size: 1.65em;
  }
}

h3 {
  color: #7b3bad;
  font-size: 1.25em;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 15px;
}

.page.container {
  min-height: 100%;
  margin-bottom: -277px;
}

.butt {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 500;
  background: #7b3bad;
  color: #87fad8;
  border: 0;
  padding: 10px 50px;
  outline: none;
  font-size: 1.75em;
  border-radius: 75px;
  text-decoration: none;
  transition: 0.25s ease background;
}
@media only screen and (max-width: 1000px) {
  .butt {
    font-size: 1.5em;
    padding: 10px 40px;
  }
}
@media only screen and (max-width: 576px) {
  .butt {
    font-size: 1.3em;
  }
}
.butt:hover {
  background: #421b68;
}
.butt.small {
  font-size: 0.75em;
}

.content {
  min-height: 100%;
}

.content-inside {
  padding-bottom: 277px;
}

.hero {
  position: relative;
  margin-bottom: 225px;
}
@media only screen and (max-width: 1200px) {
  .hero {
    margin-bottom: 180px;
  }
}
@media only screen and (max-width: 768px) {
  .hero {
    margin-bottom: 170px;
  }
}
@media only screen and (max-width: 576px) {
  .hero {
    margin-bottom: 160px;
  }
}
@media only screen and (max-width: 420px) {
  .hero {
    margin-bottom: 130px;
  }
}
.hero h1 {
  font-weight: 100;
  font-size: 6.75em;
  line-height: 1;
  width: 700px;
}
@media only screen and (max-width: 1200px) {
  .hero h1 {
    font-size: 6.25em;
  }
}
@media only screen and (max-width: 991px) {
  .hero h1 {
    font-size: 5.4em;
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .hero h1 {
    font-size: 4em;
  }
}
@media only screen and (max-width: 576px) {
  .hero h1 {
    font-size: 3.8em;
  }
}
.hero .image {
  width: 670px;
  position: absolute;
  right: -25px;
  top: 77%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1200px) {
  .hero .image {
    width: 58%;
    transform: translateY(-45%);
  }
}
@media only screen and (max-width: 991px) {
  .hero .image {
    width: 92%;
    transform: translateY(-10%) scale(0.75);
  }
}
@media only screen and (max-width: 768px) {
  .hero .image {
    right: -75px;
    width: 100%;
    transform: translateY(-10%) scale(0.7);
  }
}
@media only screen and (max-width: 576px) {
  .hero .image {
    right: -20px;
    width: 90%;
    transform: translateY(5%) scale(0.8);
  }
}
@media only screen and (max-width: 420px) {
  .hero .image {
    right: -5px;
    width: 85%;
    transform: translateY(25%) scale(0.9);
  }
}
.hero .image img:first-of-type {
  position: relative;
  z-index: 5;
}
.hero .image img.glow {
  position: absolute;
  display: block;
  z-index: 1;
  opacity: 0.15;
}
.hero .image img.one {
  top: 20px;
}
.hero .image img.two {
  top: 40px;
}
.hero .image img.three {
  top: 60px;
}

.masthead {
  padding-top: 40px;
}
.masthead nav {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .masthead nav {
    padding-top: 25px;
    justify-content: center;
  }
}
.masthead nav a:first-of-type {
  padding-left: 0;
}
.masthead nav a:last-of-type {
  padding-right: 0;
}

nav {
  font-weight: 500;
}
nav a {
  color: #7b3bad;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 20px;
  transition: 0.75s ease color;
}
nav a:hover {
  color: #421b68;
}

.brand {
  width: 202px;
  height: 30px;
  fill: #7b3bad;
}
.brand.white {
  fill: #fff;
}
@media only screen and (max-width: 768px) {
  .brand {
    margin: auto;
    display: block;
  }
}

.callout {
  padding: 85px 0;
  background: white;
  color: #421b68;
  text-align: center;
  font-size: 1.56em;
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .callout {
    padding: 65px 0;
    margin-top: 15px;
  }
}
.callout.center h2 {
  color: #421b68;
}
.callout.center h2:after {
  margin: auto;
  margin-top: 15px;
}
.callout.purple {
  background: #7b3bad;
  color: white;
}
.callout.purple h2 {
  color: white;
}
.callout.left {
  text-align: left;
}
@media only screen and (max-width: 576px) {
  .callout {
    font-size: 1.45em;
  }
}
.callout .controls {
  margin-top: 25px;
}

.getpaid {
  display: flex;
  margin: auto;
  width: 80%;
}
@media only screen and (max-width: 991px) {
  .getpaid {
    width: 100%;
  }
}
.getpaid input[type=text] {
  padding: 15px;
  font-size: 1em;
  padding-left: 25px;
  display: block;
  width: 100%;
  outline: none;
  border: none;
  -webkit-border-top-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  border-top-left-radius: 50px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-bottom-left-radius: 50px;
}
@media only screen and (max-width: 576px) {
  .getpaid input[type=text] {
    font-size: 0.75em;
  }
}
.getpaid input[type=submit] {
  font-size: 1em;
  width: 200px;
  border: none;
  outline: none;
  background: #87fad8;
  color: #7b3bad;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 500;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-bottomright: 50px;
  border-bottom-right-radius: 50px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  cursor: pointer;
  transition: 0.25s ease background;
}
.getpaid input[type=submit]:hover {
  background: #421b68;
  color: white;
}
@media only screen and (max-width: 576px) {
  .getpaid input[type=submit] {
    font-size: 0.75em;
    width: 125px;
  }
}

.card {
  background: #87fad8;
  background: -moz-linear-gradient(180deg, #87fad8 0%, white 100%);
  background: -webkit-linear-gradient(180deg, #87fad8 0%, white 100%);
  background: linear-gradient(180deg, #87fad8 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#87fad8", endColorstr="#ffffff", GradientType=1);
  border-radius: 25px;
  padding: 20px;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .card {
    margin-bottom: 40px;
  }
}
.card.middle {
  position: relative;
  bottom: 25px;
}
@media only screen and (max-width: 576px) {
  .card.middle {
    bottom: 0;
  }
}
.card img {
  position: relative;
  height: auto;
  margin: auto;
  display: block;
}
.card img.qr,
.card img.shortcode {
  width: 185px;
}
.card img.clikButton {
  margin-top: 55px;
  width: 85%;
  max-width: 300px;
}

footer,
.push {
  height: 277px;
}

footer.main {
  background: #7b3bad;
  color: white;
  text-align: center;
  padding: 50px 0;
}
footer.main nav {
  padding: 50px 0;
}
footer.main nav a {
  color: #fff;
}
footer.main nav a:hover {
  color: #87fad8;
}
footer.main p {
  padding: 0;
  margin: 0;
  font-weight: 500;
}

.page {
  margin-top: 50px;
}

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