/* SMARTPHONE ADJUSTMENTS */

@media (max-width: 768px) {
h1 { font-size: 4.5rem; line-height: 110%;}
h2 {font-size: 4rem; line-height: 110%;}
  
 
  .button {width: 100%}
  
}

.special-link {
  border-left: #F9C816 solid 12px;
  borer-radius: 24px;
  margin: auto;  
  padding: 8px;
 font-size: 1.4rem;
  }

.special-link:hover {
  background-color: #F9C816;
  color: black;
 transition: all 300ms ease-out;
}

#header-bottom-logo img {
max-width: 75% !important;
}


.introduction {
   max-width: 1100px !important; 
margin: auto; 
}


#footer-attribution-powered-by {
display: none;
}


#main-carousel-hint { display: none; }

#main-carousel a[data-fancybox="gallery"] {
    pointer-events: none !important;
    cursor: default !important;
}

/*
@media (max-width: 768px) {
	.content-wrapper {
		min-height: 80px !important;
  		max-height: 80px !important;
	}
}
*/


#calendar-iframe {
background-color: rgb(249 200 20 / 85%) !important;
}

/* DATE PICKER */
.flatpickr-day.nextMonthDay {
  color: rgb(0,0,0);
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.1);
}