@import url(base.css);
@import url(header.css);
@import url(footer.css);
@import url(nav.css);
#cover-image {
  height: 640px;
  background: url(/static/img/golden_wings_pbb_01.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 100px; }

.pbb-1 {
  max-width: 1110px;
  margin: 0 auto;
  min-height: 200px;
  color: #2B2B2B;
  font-family: Lato;
  font-size: 17px;
  letter-spacing: 0.53px;
  line-height: 25px; }
  .pbb-1 .pbb-1-left .text {
    min-height: 200px;
    padding: 3%; }
    .pbb-1 .pbb-1-left .text img {
      width: 100%; }
  .pbb-1 .pbb-1-right .text {
    min-height: 200px;
    padding: 3%; }

.pbb-2 {
  max-width: 1110px;
  margin: 0 auto 100px;
  min-height: 500px; }
  .pbb-2 .pbb-title {
    margin: 70px auto 70px;
    width: 325px;
    height: 66px;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    color: #000000;
    font-family: "Playfair Display";
    font-size: 30px;
    line-height: 66px;
    text-align: center; }
  .pbb-2 .pbb-2-left {
    margin-bottom: 100px;
    padding: 0 3%; }
    .pbb-2 .pbb-2-left .line .plane {
      display: inline-block;
      vertical-align: middle;
      height: 37px;
      width: 25px;
      margin: 18px 0;
      padding: 6px 0;
      border-top: 1px solid #D8D8D8;
      border-bottom: 1px solid #D8D8D8; }
    .pbb-2 .pbb-2-left .line .text {
      margin-left: 95px;
      vertical-align: middle;
      display: inline-block;
      max-width: 300px;
      color: #2B2B2B;
      font-family: Lato;
      font-size: 18px;
      letter-spacing: 1.06px;
      line-height: 22px; }
  .pbb-2 .pbb-2-right {
    padding: 3%; }
    .pbb-2 .pbb-2-right .image {
      background: url(/static/img/golden_wings_home_01.jpg) no-repeat center center;
      background-size: cover;
      height: 650px; }

.pbb-3 {
  max-width: 1110px;
  margin: 0 auto 100px; }
  .pbb-3 .pbb-3-left {
    padding: 3%; }
    .pbb-3 .pbb-3-left img {
      width: 100%; }
  .pbb-3 .pbb-3-center {
    padding: 3%; }
    .pbb-3 .pbb-3-center img {
      width: 100%; }
  .pbb-3 .pbb-3-right {
    padding: 3%; }
    .pbb-3 .pbb-3-right img {
      width: 100%; }
  .pbb-3 .info {
    margin: 50px auto;
    min-height: 66px;
    color: #000000;
    font-family: "Playfair Display";
    font-size: 24px;
    line-height: 32px; }
  .pbb-3 img:hover {
    box-shadow: 0 20px 10px -10px #D8D8D8; }

@media screen and (max-width: 1198px) {
  #cover-image {
    height: 50vw;
    margin-bottom: 44px; }
  .pbb-2 .pbb-2-left {
    margin-bottom: 0; }
    .pbb-2 .pbb-2-left .line .text {
      margin: 10px 0 10px 25px; } }
