p {
    font-size: 16px;
    margin: 0 0 10px;
}


/* Menu */
.header__nav a {
    padding: 5px 7px;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    color: #3a3a3a;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
}


/* Overlay BG Color */
.video-bg__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    background-color: rgba(0, 100, 150, 0.30);
}


/* Front Page Heading Title */
.heading-content h1 {
    color: #fff;
    font: 88px/104px "Pacifico", ;
    text-align: center;
    margin-bottom: 31px;
    text-shadow: 2px 2px 4px #000000;
}


/* Title Tags */
.archive-layout h2 {
  text-align: center;
  font-size: 30px;
    line-height: 22px;
    color: #1daeeb;
    margin: 22px 0;
    font-weight: 900;
}

.main-cam h2 {
  text-align: center;
  font-size: 30px;
  line-height: 24px;
  color: #1daeeb;
  margin: 0 0 20px;
  font-weight: 900;
}

.listing-info h2 {
  text-align: left;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 20px;
  color: #3a3a3a;
  margin: 0 0 10px;
  font-weight: 900;
}

.listing-info h3 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 14px;
    color: #3a3a3a;
    margin: 10px 0;
    font-weight: 900;
}

