parallax, .section2, .section4 {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat; }

html, body {
  font-family: "Work Sans", sans serif;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.flex-grid {
  display: flex;
  width: 100%;
  height: 100%;
  font-family: "Work Sans", sans-serif; }
  .flex-grid .col {
    flex: 1; }

@keyframes bounce {
  0% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  50% {
    transform: translateY(0); }
  60% {
    transform: translateY(-15px); }
  80% {
    transform: translateY(0); } }
@keyframes iconswing {
  0% {
    -webkit-transform: rotate(10deg); }
  50% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(10deg); } }
@media screen and (max-width: 560px) {
  .logo {
    max-width: 300px !important; } }
@media screen and (max-width: 655px) {
  .flex-grid {
    display: block; } }
@media screen and (max-width: 610px) {
  .section2 h1 {
    padding-top: 9px !important; }

  .section4 a, .section4 .section1 .logo, .section1 .section4 .logo {
    display: inherit;
    margin: 0 15px; }
  .section4 .form-image {
    width: 200px; } }
@media screen and (max-width: 380px) {
  .section4 a, .section4 .section1 .logo, .section1 .section4 .logo {
    font-size: 30px !important; } }
.navbar {
  background-color: #fff; }

.navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 10px;
  right: 20px;
  float: right; }

.active {
  color: limegreen; }

.navbar li {
  display: block;
  color: #000;
  padding: 14px 16px;
  text-decoration: none;
  float: right;
  font-family: "Mada", sans-serif; }

.navbar a, .navbar .section1 .logo, .section1 .navbar .logo {
  text-decoration: none;
  color: #000; }
  .navbar a:hover, .navbar .section1 .logo:hover, .section1 .navbar .logo:hover {
    color: #212121; }

.brand {
  max-width: 115px;
  float: left; }

.section1 {
  height: 100%;
  margin: 0 auto;
  background-image: url("../imgs/back1.jpg");
  background-size: cover;
  text-align: center;
  vertical-align: middle; }
  .section1 a, .section1 .logo {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto; }
  .section1 .logo {
    max-width: 500px;
    top: 20%; }
  .section1 .down {
    bottom: 10%;
    color: #fff;
    max-width: 200px; }
  .section1 .anim {
    animation: bounce 2s ease-in-out infinite; }

.section2 {
  background-image: url(../imgs/back2.jpg);
  width: 100%;
  height: 45%;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  padding: 40px 0; }
  .section2 h1 {
    font-family: "Work Sans", sans-serif;
    font-weight: 900;
    font-size: 4em;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 0 auto;
    padding-top: 115px; }
  .section2 h2 {
    font-family: "Work Sans", sans-serif;
    font-weight: 300;
    font-size: 24px;
    padding-bottom: 40px; }

.section3 {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 40px 20px; }

.flex-grid img {
  width: 80px;
  height: 80px;
  margin-top: 45px; }
.flex-grid h1 {
  font-weight: 700;
  text-align: center;
  margin-top: 60px;
  text-transform: uppercase;
  font-size: 26px; }
.flex-grid p {
  font-size: 16px;
  margin-top: 20px;
  padding: 0 30px;
  margin-bottom: 40px;
  line-height: 25px; }
.flex-grid b {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase; }

.animate {
  transform-origin: 50% 0;
  animation: iconswing 2s ease-in-out forwards 2; }

.section4 {
  background-image: url(../imgs/back3.jpg);
  width: 100%;
  max-height: 100%;
  margin: 0 auto;
  text-align: center;
  background-position: center top;
  font-family: "Source Sans Pro", sans-serif;
  padding: 40px 0; }
  .section4 h1 {
    font-weight: 300;
    font-size: 30px;
    color: #fff;
    margin: 0 auto;
    padding: 50px 40px;
    max-width: 1300px; }

#contactb {
  text-transform: uppercase;
  margin-top: 20px;
  color: #A0D807;
  font-size: 40px;
  letter-spacing: 2px;
  border: 2px solid #fff;
  font-weight: 700;
  padding: 10px;
  background-color: transparent;
  transition: border 1s, color 1s, ease-in-out; }
  #contactb:hover {
    color: #8DBE06;
    cursor: pointer;
    text-decoration: none;
    border: 2px solid #8DBE06;
    transition: border 1s, color 1s, ease-in-out; }

.form-all .form-submit-button {
  padding: 9px 0px; }

.jotform-form {
  background-color: #fff; }

footer {
  background-color: #000;
  max-height: 200px;
  width: 100%; }
  footer p {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 20px 0;
    letter-spacing: 2px; }
    footer p a, footer p .section1 .logo, .section1 footer p .logo {
      text-decoration: none;
      color: inherit; }
      footer p a:hover, footer p .section1 .logo:hover, .section1 footer p .logo:hover {
        color: #A0D807;
        text-decoration: none; }

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