/*
   _______________      ________________________________
  |  ___________  |    /                                \
  | |           | |    |   Beep boop! Hello <Ross>...   |
  | |   0   0   | |  --      I have been programmed to  |
  | |     -     | |  \     add styles only to the page  |
  | |   \___/   | |   \    titled 'Halcyon Homecoming'  |
  | |___     ___| |    |   and should not pollute any   |
  |_____|\_/|_____|    |   other page. Please style me. |
    _|__|/ \|_|_       \________________________________/
   / ********** \       
 /  ************  \
--------------------


  If you need to change the title of the page, you can update
  wp-content/themes/halcyon2021/lib/functions/includes.php line 42:

  if ( is_page( 'Halcyon Homecoming' ) ) {
                 ^ Change this string to exactly the page title, or
                   use the page ID number instead.
*/


/* Just a test */
#main {
background-color: black;
}

h1, h2, h3, h4, p{
	color: white;
}

.team-grid__item p{
	color: black;
}

#faqs p, #faqs h1, #faqs h2, #faqs h3{
	color: black;
}

.team-callout-module .team-grid__item.team-link:hover{
	background-color: white;
	border-radius: 20px;
}

.team-callout-module .team-grid__item.team-link:hover p{
	color: black !important;
}

.sidebar-navigation-module .label{
	background-color: #ff76df !important;
	color: black !important;
}

.anchor-button{
	font-weight: bold;
	background-color: #3DF0CC;
	padding: 10px 20px;
	border-radius:20px;
	text-decoration: none !important;
	display: inline-block;
	margin: 10px 15px 10px 0;
}

.anchor-button:hover{
	background-color: white !important;
	color: black !important;
}

.hero-home-{
	display: inherit;
}

.hero-home- .copy{
	max-width: 1250px;
}

.hero-home- h3{
	font-weight: 100 !important;
	font-size: 2.125rem;
	font-family:archia;
}

#anchors .content, #anchors .copy {
	max-width: 1175px;
	text-align: left;
}

#breadcrumbs span{
color: black !important;
}

.day{
	margin-bottom: 30px 0;
}

.sidebar-navigation__content{
	max-width: 850px;
}

.sidebar-navigation__content section{
	border-bottom:1px solid white;
}

.sidebar-navigation__content section:last-of-type{
	border-bottom:none;
}

.question{
	margin-bottom: 60px;
}


#contact .wpforms-field-label{
	color:white;
}

#contact .wpforms-container input{
	background: black !important;
	color: white;
	border-left: none;
	border-right: none;
	border-top: none;
}

#contact .wpforms-error{
	color:#FF75DE;
}

#contact .text-columns__inner{
	/*max-width:50%;*/
}

#contact button{
	border-radius: 20px;
	font-weight: bold;
	font-family: archiabold,"DM Sans",Helvetica,sans-serif;
	background: #3DF0CC;
	border: none;
}

#contact .column-fix{
	display:none;
}

.button--circle--end {
	color:#fff;
}