/*!
 * Start Bootstrap - One Page Wonder v5.0.7 (https://startbootstrap.com/template-overviews/one-page-wonder)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-one-page-wonder/blob/master/LICENSE)
 */

body {
  font-family: myriad pro;
  background: linear-gradient(0deg,#71bf44 0,#1c3f75 55%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: myriad pro;
  font-weight: 800 !important;
}

header.masthead {
  padding-top: calc(2rem + 55px);
  padding-bottom: 10rem;
}


header.masthead .masthead-content .masthead-heading {
  text-shadow: 0px 4px 10px #000;
  margin-bottom: 4px !important;
  margin-left: -5px;
}


header.masthead .masthead-content .masthead-subheading {
  font-size: 1.8rem;
  text-shadow: 4px 2px 6px #000;
  line-height: normal;
}

header h3 {
  font-weight: normal !important;
  text-shadow: 4px 2px 6px  #000;
  margin-bottom: 0;
  line-height: 1.75rem;
}

sup {
  top: -18px;
}



header.masthead {
  position: relative;
  overflow: hidden;
  padding-top: calc(2rem + 72px);
  padding-bottom: 5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}

header.masthead .masthead-content {
  z-index: 1;
  position: relative;
}

header.masthead .masthead-content .masthead-heading {
  font-size: 4rem;
}

header.masthead .masthead-content .masthead-subheading {
  font-size: 1.8rem;
  letter-spacing: 1px;
}

.container.box {
  max-width: 800px;
}

.p-5 {
  padding: 4rem !important;
  background: #fff;
  margin-bottom: 30px;
  border-radius: 20px;
  text-align: center;
  -webkit-box-shadow: 4px 7px 8px 1px rgba(0,0,0,0.51);
  -moz-box-shadow: 4px 7px 8px 1px rgba(0,0,0,0.51);
  box-shadow: 4px 7px 8px 1px rgba(0,0,0,0.51);
}

.container.box {
  max-width: 800px;
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.main-text {
  text-align: center;
  color:#fff;
  font-size: 22px;
  font-weight: normal;
  max-width: 840px;
  margin: 40px auto 100px;
  text-shadow: 2px 3px 6px  #000;
}

.main-text a {
  color:  #fff;
  font-weight: bold;
}

@media (min-width: 992px) {

  header.masthead .masthead-content .masthead-heading {
    font-size: 6rem;
    line-height: 5.2rem;
}

}

@media (max-width: 992px) {
  .container.box {
    max-width: 400px;
  }

  header.masthead .masthead-content .masthead-heading {
      line-height: 4rem;
  }
}
@media (max-width: 768px) {
  header.masthead {
      padding: 4rem 1rem 4rem;
  }
}