img {
  max-width: 100%;
  height: auto;
}

body {
  font: 16px/1.5 "Noto Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  /*fixes rendering problems*/
  -moz-osx-font-smoothing: grayscale;
  color: #404345;
  font-weight: 400;
  text-align: center;
}

.clear {
  clear: both;
}

.container-fluid {
  padding: 0 60px !important;
}

h1 {
  margin: 0;
  color: white;
  font-size: 52px;
  font-weight: bold;
  text-transform: uppercase;
}

h2 {
  color: white;
}

a .card {
  color: #404345;
}

.intro {
  float: left;
  width: 100%;
  margin: 30px 0;
}
.intro h2 {
  margin-top: 80px;
  position: relative;
  display: inline-block;
}
.intro h2:before, .intro h2:after {
  content: " ";
  position: absolute;
  width: 170px;
  height: 10px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.intro h2:before {
  margin: 16px 0 0 -200px;
}
.intro h2:after {
  margin: 16px 0 0 30px;
}

.card {
  float: left;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(55, 55, 55, 0.3);
  background: white;
  margin: 15px 0;
  transition: all 0.2s ease;
  border-radius: 10px;
}
.card .card-text {
  padding: 20px;
  min-height: 165px;
  background: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
}
.card img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.card h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #460A40;
}
.card h4 {
  margin: 25px 0;
}
.card p {
  font-size: 16px;
}
.card:hover {
  text-decoration: none;
  -webkit-transform: perspective(1px) scale3d(1.05, 1.05, 1);
  transform: perspective(1px) scale3d(1.05, 1.05, 1);
}
.card:hover p.cta {
  background: #460A40;
  color: white;
}

p.cta {
  border: 2px solid #460A40;
  color: #460A40;
  border-radius: 50px;
  font-weight: 700;
  padding: 5px;
  margin-top: 20px;
}

.bg-light {
  float: left;
  width: 100%;
  padding: 30px 0;
  background: #ECF9FC;
}

.bg-img {
  float: left;
  width: 100%;
  padding: 30px 0;
  background: url(../images/bg.png);
  background-size: cover;
}
.bg-img .col-lg-3:nth-child(6) {
  clear: both;
}

.stage {
  height: 300px;
  width: 500px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  perspective: 9999px;
  transform-style: preserve-3d;
  z-index: 1;
}

footer {
  padding: 10px 0;
  float: left;
  width: 100%;
}

.pageNotFound {
  padding: 20px;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1200px) {
  .container-fluid {
    padding: 0 40px !important;
  }

  .bg-img .col-lg-3:nth-child(6) {
    clear: initial;
  }
  .bg-img .col-lg-3:nth-child(3n+2) {
    clear: both;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 990px) {
  .card .card-text {
    min-height: auto;
  }

  .bg-img .col-lg-3:nth-child(3n+2) {
    clear: initial;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px;
  }

  .intro {
    margin-bottom: 15px;
  }
  .intro h2 {
    margin-top: 40px;
  }
  .intro h2:before, .intro h2:after {
    width: 70px;
  }
  .intro h2:before {
    margin: 10px 0 0 -100px;
  }
  .intro h2:after {
    margin: 10px 0 0 30px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .container-fluid {
    padding: 0 30px !important;
  }

  .bg-light {
    padding: 20px 0;
  }

  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 21px;
  }

  h3 {
    font-size: 19px;
  }

  .intro {
    margin-bottom: 10px;
  }
  .intro h2 {
    margin-top: 30px;
  }
  .intro h2:before, .intro h2:after {
    width: 40px;
    height: 8px;
  }
  .intro h2:before {
    margin: 8px 0 0 -60px;
  }
  .intro h2:after {
    margin: 8px 0 0 20px;
  }
}
/* Custom, iPhone Retina */
/* IPAD */

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