.page-header { position: relative; background-size: cover;background-position: center center;height: 512px }
.page-caption { padding-top: 170px; padding-bottom: 174px; }
.page-title { font-size: 46px; line-height: 1; color: #fff; font-weight: 600; text-align: center; }

.card-section { position: relative; bottom: 20vh; }
.card-block { padding: 50px; }
.section-title { margin-bottom: 60px; }
.page-caption h2.h2{
  font-size: 40pt;
  color: #fff !important;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  font-family: "Proxima-Nova-Black";
}
.layer {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*000*/
.card-section ul {
  font-family: "Proxima-Nova-Regular" !important;
  color: #888888;
}
div#navigation {
  position: fixed;
  left: 0;
  right: 0;
  top: 600px;
}
/*MODAL*/
.containerr {
  background-color: #364c90;
  padding: 30px;
  padding-bottom: 20px;
  /* border-radius: 5px; */
}

.modal-header-popup {
  margin-top: 20px;
}

.popup-close {
  color: white;
  font-weight: bold;
  font-size: 15px;
}

.popup-close:hover {
  color: wheat;
  font-size: 20px;
}

.texfield-title {
  margin-left: 29px;
}

.popup-submit {
  margin-left: 31px;
}

.poupop-title {
  color: white;
  font-weight: bold;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 30px;
  margin-bottom: 10px;
}

@media screen and (max-width: 540px) {
  .poupop-title {
    color: white;
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .popup-submit {
    margin-left: 26px;
  }

  .texfield-title {
    margin-left: 27px;
  }
}

@media screen and (min-width: 540px) and (max-width: 820px) {
  .poupop-title {
    color: white;
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .popup-submit {
    margin-left: 37px;
  }

  .texfield-title {
    margin-left: 39px;
  }
}
