.PP-button {
	background-color:#daaa00;
	color:#000;
	padding:10px 25px 10px 25px;
	text-decoration:none;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 800px;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg_2018.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header._2 {
  height: 400px;
  background-image: url('../images/About_ProsPac2018.jpg');
  background-position: 50% 50%;
	background-size:cover;
  background-repeat: no-repeat;
}

.header._3 {
  height: 400px;
  background-image: url('../images/about.jpg');
  background-position: 50% 56%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.header._4 {
  height: 400px;
  background-image: url('../images/Ourwork_2018.jpg');
  background-position: 41% 8%;
  background-size: cover;
  background-attachment: scroll;
}

.header._5 {
  height: 600px;
  background-image: url('../images/careers.jpg');
  background-position: 50% 147%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.header._6 {
  height: 400px;
  background-image: url('../images/ProsPac-Careers.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.header._404 {
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  background-image: none;
}

.header-div {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-div._2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer {
  padding-top: 3%;
  padding-bottom: 3%;
  border-top: 5px solid #daaa00;
  background-color: #000;
}

.footer.no-border {
  border-top-style: none;
}

.footer-div {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.footer-text {
  font-family: Lato, sans-serif;
  color: #daaa00;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.nav-section {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgba(0, 0, 0, .8);
}

.nav-section.opaque {
  border-bottom: 1px none #000;
  background-color: #000;
}

.nav-link {
  width: 110px;
  float: none;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Lato, sans-serif;
  color: #daaa00;
  font-weight: 300;
  text-align: center;
}

.nav-link:hover {
  background-color: #daaa00;
  color: #000;
}

.nav-link.w--current {
  width: 110px;
  float: none;
  background-color: #daaa00;
  color: #000;
}

.h1 {
  display: block;
  width: 650px;
  margin: 0px auto 15px;
  font-family: Lato, sans-serif;
  color: #daaa00;
  font-size: 46px;
  line-height: 56px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h1.left {
  display: block;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.about-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
  background-image: url('../images/prospac-holdings_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-section._2 {
  background-image: none;
}

.about-container {
  display: block;
  width: 70%;
  max-width: 1200px;
  min-width: 992px;
  margin-right: auto;
  margin-left: auto;
}

.about-container.top-margin {
  margin-top: 46px;
}

.headline {
  display: block;
  width: 80%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
	margin-bottom:50px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 48px;
  line-height: 65px;
  font-weight: 300;
  text-align: center;
}

.h2 {
  display: block;
  width: 650px;
  margin: 0px auto 20px;
  font-family: Lato, sans-serif;
  color: #616161;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
}

.body {
  display: block;
  width: 650px;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #616161;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-align: justify;
}

.nav-container {
  width: 90%;
  max-width: 1200px;
  min-width: 992px;
}

.brand-link {
  display: block;
  margin-top: 5px;
}

.nav-menu {
  display: block;
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  float: right;
  text-align: right;
}

.email-link {
  color: #daaa00;
}

.h3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #616161;
  font-size: 16px;
  line-height: 25px;
}

.h3.address {
  margin-top: 52px;
}

.form-wrapper {
  display: block;
  width: 700px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.address {
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
}

.contact-row {
  display: block;
  width: 700px;
  margin: 15px auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.contact-column {
  padding-right: 0px;
  padding-left: 0px;
}

.form-text {
  margin-top: 38px;
  font-family: Lato, sans-serif;
  color: #616161;
  font-weight: 300;
}

.text-field {
  border-style: none;
  background-color: #e4e4e4;
}

.text-field.top-margin {
  height: 100px;
  margin-top: 35px;
}

.submit-button {
  width: 20%;
  margin-top: 19px;
  background-color: #daaa00;
  -webkit-transition: border 500ms ease, background-color 500ms ease;
  transition: border 500ms ease, background-color 500ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}

.submit-button:hover {
  border-radius: 10px;
  background-color: #686868;
}

.main-body {
  background-color: #000;
}

.desktop-logo {
  display: inline-block;
}

.success-msg {
  margin-top: 126px;
  margin-bottom: 126px;
  border: 5px solid #daaa00;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #616161;
  font-weight: 400;
}

.error-msg {
  padding-top: 23px;
  padding-bottom: 23px;
  background-color: #fc5151;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.error-404 {
  display: block;
  width: 50%;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #616161;
  font-size: 18px;
  text-align: center;
}

._404-header {
  font-family: Lato, sans-serif;
  color: #daaa00;
  font-size: 100px;
  font-weight: 700;
  text-align: center;
}

.footer-link {
  color: #919191;
  text-decoration: none;
}

._404-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991px) {
  .header {
    height: 600px;
  }
  .header._2 {
    height: 400px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .header._3 {
    height: 400px;
    background-size: cover;
  }
  .header._4 {
    height: 400px;
    background-size: cover;
  }
  .header._6 {
    height: 400px;
    background-size: cover;
  }
  .header._404 {
    background-size: 300px;
  }
  .nav-link {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    float: none;
    font-size: 18px;
  }
  .nav-link:hover {
    background-color: transparent;
    color: #daaa00;
    font-size: 18px;
  }
  .nav-link.w--current {
    display: block;
    width: 100%;
    float: none;
    background-color: transparent;
    color: #777;
    font-size: 18px;
  }
  .h1 {
    width: 100%;
  }
  .h1.left {
    width: 90%;
  }
  .about-section {
    background-position: 373px 0px;
  }
  .about-container {
    width: 80%;
    max-width: 992px;
    min-width: 0px;
  }
  .h2 {
    width: 100%;
  }
  .body {
    width: 100%;
    text-align: left;
  }
  .nav-container {
    max-width: none;
    min-width: 0px;
  }
  .brand-link {
    width: 25%;
    margin-top: 10px;
  }
  .nav-menu {
    width: 60%;
    padding-top: 55px;
    border-left: 5px solid #daaa00;
    background-color: rgba(0, 0, 0, .9);
  }
  .form-wrapper {
    width: 90%;
  }
  .contact-row {
    width: 90%;
  }
  .submit-button {
    width: 30%;
  }
  .menu-text {
    font-family: Lato, sans-serif;
    color: #daaa00;
    font-size: 14px;
    font-weight: 400;
  }
  .mobile-logo {
    display: none;
    margin: 50px auto 16px 14px;
    text-align: center;
  }
  .menu-block.w--open {
    background-color: #000;
  }
  .error-404 {
    width: 90%;
    line-height: 28px;
  }
  ._404-header {
    font-size: 72px;
  }
}

@media (max-width: 767px) {
  .header._2 {
    height: 300px;
  }
  .header._3 {
    height: 300px;
  }
  .header._4 {
    height: 250px;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }
  .header._6 {
    height: 300px;
  }
  .h1 {
    font-size: 32px;
  }
  .about-section {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .about-container {
    width: 90%;
  }
  .headline {
    width: 90%;
    font-size: 42px;
    line-height: 54px;
  }
  .h2 {
    font-size: 22px;
    line-height: 33px;
  }
  .body {
    font-size: 16px;
    line-height: 26px;
  }
  .nav-menu {
    padding-top: 59px;
  }
  .h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .h3.address {
    margin-top: 0px;
  }
  .form-text {
    margin-top: 20px;
  }
  .submit-button {
    width: 100%;
  }
  .error-404 {
    margin-top: 30px;
    font-size: 18px;
    line-height: 26px;
  }
  ._404-header {
    font-size: 52px;
  }
}

@media (max-width: 479px) {
  .header {
    background-position: -405px 0px;
  }
  .header._2 {
    background-position: 50% 50%;
    background-size: cover;
  }
  .header._3 {
    height: 300px;
  }
  .header._4 {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .header._6 {
    background-position: 50% 50%;
    background-size: cover;
  }
  .header._404 {
    background-position: 31% 50%;
    background-size: 300px;
  }
  .footer-text {
    margin-top: 22px;
    font-size: 8px;
  }
  .h1 {
    line-height: 44px;
  }
  .h1.left {
    width: 80%;
  }
  .about-section {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .about-container {
    width: 90%;
  }
  .headline {
    font-size: 26px;
    line-height: 40px;
  }
  .h2 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .body {
    font-size: 14px;
    line-height: 24px;
  }
  .nav-menu {
    width: 70%;
  }
  .h3 {
    font-size: 14px;
  }
  .form-wrapper {
    width: 80%;
  }
  .contact-row {
    width: 80%;
  }
  .error-404 {
    color: #616161;
    line-height: 26px;
  }
  ._404-header {
    font-size: 52px;
  }
}

