.pine #page-title {
     display:none;
}

/*Adjusts default negative margin to fix alignment. Overflow hidden to get rid of horizontal scrolling.*/
.paragraphs-items .paragraphs-items{
     margin: 0 0px; 
}

/*Adds margin to the 1 column background image hero image text overlay*/
.field-name-field-p-1-col-main .even {
    padding: 1em !important;
}

.paragraphs-items {
    overflow: hidden;
}

/*fixes horizontal overflow issue on Mac*/
body {
     overflow-x: hidden;
}

/*Fix the Google Maps width. Overrides the overflow issue.*/
iframe{
     max-width: 100% !important;
}

/*This is to make content full width.*/
@media (max-width: 480px) {
    .paragraphs-items .field-items .field-items{
         padding: 0;
    }
}

/*Gets rid of gaps on mobile*/
@media (max-width: 480px) {
    .content, #content {
         margin-bottom: 0px;
         padding-bottom: 0 !important;
         padding-top: 0 !important;
    }
}

/*Removes margin on content to get rid of white space between hero photo and menu bar*/
div.content {
     margin: 0;
}

/*Removes padding on the menu bar. Removes gap. */
.paragraphs-items .field-item .field-item{
     padding: 0;
  }

@media (max-width: 480px) {
     .paragraphs-items-field-hall-extra-building-info-full, .paragraphs-items-field-hall-staff-info-full {
          margin: 0px !important;
  }
}

/*Fixes margin issues for these paragraphs*/
.paragraphs-items.paragraphs-items-field-hall-staff-info.paragraphs-items-field-hall-staff-info-full.paragraphs-items-full {
     margin: 0 40px;
  }
 
.paragraphs-items.paragraphs-items-field-hall-extra-building-info.paragraphs-items-field-hall-extra-building-info-full.paragraphs-items-full {
     margin: 40px 40px 0px;
   }
   
/*Adjusts the text margin of the Close by section so it's not so close to the edge of viewport */
.field.field-name-field-p-2-col-left-main.field-type-text-long.field-label-hidden {
     margin-left: 40px;
}

/*Gets rid of background color of h3 for the custom bathroom paragraph. Otherwise, it shows a grey box around the h3.*/
.field-name-field-hall-bathroom-info h3 {
     color: black !important;
     background-color: transparent !important;
}

/*Overrides theme's background color so there is enough contrast for the text for the bathroom paragraph.*/
.field-name-field-hall-bathroom-info, .field-name-field-hall-bathroom-info .field-item {
     background-color: #CACDC8 !important;
}

/*Changes the card's background so there's enough contrast*/
.card-block {
     background: #fff;
}

/*fixes issue with text display in one-col paragraph.*/
.paragraphs-items .paragraphs-item-paragraph-1-col .content .field-items {
    padding-left: 15 px;
    padding-right: 15 px;
    padding-bottom: 15 px;
}

