display: none;
}
/* center the ‘Donation Title’ */
#og > h1 {
Text-align: center;
}
/* this will bold the sponsor level names in the description section */
.sponsor-bullets h3 {
font-weight: bold;
}
/* bold sponsors end */
/* this will bold the section titles (TICKETS, SPONSORSHIPS) */
.section_title {
font-weight: bold;
}
/* bold section titles end */

/* change font attributes of top navigation bar - remove or adjust as preferred
includes landing page (.topnav) and ticket page (#mytopnav) */
.Topnav a, #myTopnav a  {
  font-size: 14pt !important;
  font-weight: bold;
 
}
/* center the ‘Donation Title’ */
#og > h1 {
Text-align: center;
}
/*change item display sheet item name font size */
#display_cards_inner_content, #item_name > div > div > p {
   font-size: 24px;
}

/*change item display sheet border color*/ 
#page-content {
   border: 4px solid #FD7317;
}

/* bold the ‘donated by: <donor display name>’ */
#donor > div {
  font-weight: bold;
}
/* change the font size of the landing page subheader text */
#org_name > div > h2 {
  font-size: 40px;
}
/* this hides the 'Notes' field on the guest update page */
.guest_update_wrapper .guest-info > div:nth-child(5) {
display: none;
}

/* left justify the description and exceptions on item display cards */
#display_cards_inner_content #description,
#display_cards_inner_content #exceptions {
  text-align: left;
}

/* center the ‘Donation Title’ */					
#og > h1 {					
Text-align: center;					
}					
/* this will bold the sponsor level names in the description section */					
.sponsor-bullets h3 {					
font-weight: bold;					
}					
/* bold sponsors end */					
/* this will bold the section titles (TICKETS, SPONSORSHIPS) */					
.section_title {					
font-weight: bold;					
}					
/* bold section titles end */					
/* change font attributes of top navigation bar - remove or adjust as preferred					
includes landing page (.topnav) and ticket page (#mytopnav) */					
.Topnav a, #myTopnav a {					
font-size: 14pt !important;					
font-weight: bold;					
}					
/* this allows the content of the instructions paragraph on the guest update page to be customized */					
#more_info::before {					
content: "Please choose the name of the guest that you want to update or any 'Available Guest' and fill out that guest's information completely. Use the same link to return to this page if you need to make any additional updates. Please be prompt with your responses as access to this page may be disabled by the organization closer to the event date.";					
white-space: pre-wrap;					
visibility: visible;					
Box-sizing: inherit;					
display: inline-block;					
font-size: 20px !important;					
}					
#more_info::after {					
content: "NOTE: Please do not add your own cell phone or email for your guest's information. Each phone/email entered should be unique.";					
white-space: pre-wrap;					
visibility: visible;					
Box-sizing: inherit;					
display: inline-block;					
font-size: 20px !important;					
font-weight: bold;					
}					
#more_info {					
visibility: hidden;					
font-size: 1px;					
}					
/* end instructions paragraph customizing */					
/*change item display sheet item name font size */					
#display_cards_inner_content, #item_name > div > div > p {					
font-size: 30px;					
font-weight: bold;					
}					
/* change font size of display card description and exceptions */					
#display_cards_inner_content #description,					
#display_cards_inner_content #exceptions {					
font-size: 14px !important;					
}	

/* Display cards set a minimum height for images */
#display_cards_inner_content #image img {
  min-height: 250px;
}
