

body {
	/*background-image: url("../img/bg.jpg");*/
	font-family: 'Comfortaa', Lucida Console, Lucida Console, Monaco, monospace;
	font-weight:400;
	/*background: rgb(255,255,255);
	background: linear-gradient(292deg, rgba(255,255,255,1) 0%, rgba(223,93,180,0.3454569327731093) 49%, rgba(255,255,255,1) 100%);
	*/
}

.light-blue-banner p, .light-blue-banner h1, .light-blue-banner h2, .light-blue-banner h3, .light-blue-banner container p {
    color:#FFF;
}

.light-blue-banner .card-body p {
    color:#000;
}
img {
    max-width: 100%;
    max-height: auto;
}


.light-blue-banner form h1 {
    color: #E95584;
}   

p.white {
	color:#FFF;
}

.header-contacts {
	background-color: #8AD0EA;
}

.contacts {
	color:#FFF;
	text-align: right;
	padding: 1%;
}
.contacts li {
	list-style: none;
	display: inline;
	padding: 1%;
	font-size: 1em;
}
.contacts li i, footer a i  {
	font-size: 1.5em;
}
.contacts li a {
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
.contacts li a:after {
	margin-right: 2%;
}

.pr-25px {
    padding-right:25px;
}

h1, h2, h3, h4, h5 {
	font-weight:600;
	color: #FFF;
}

h1 {
	font-size: 2em;
	padding-bottom: 2%;
}

.active, .active a, a:hover, .contacts li a:hover, a .active {
	color: #E95584;
}

#holiday-home-intro a, #holiday-home-intro p a {
    color:#8AD0EA;
}

#holiday-home-intro a:hover, #holiday-home-intro p a:hover {
    color:#FFF;
}

.dark-pink-banner hr {
  height: 2px;
  background-color: #FFF;
  border: none;
  margin-bottom: 20px;
  margin-top: 20px;
}

/* override navbar.scss */
.nav-link-active, .nav-link:hover  {
	color: #E95584!important;
}

#nav-logo {
	max-width: 100%;
	height: auto;
}

.navbar {
	background-color: #FFF!important;
	padding-top: 0!important;
	position: sticky;
    top: 0;
    z-index: 10;
}
.navbar-brand {
    max-width: 30%;
}

.small-logo {
    max-width: 125px!important;
}

#footer-sitemap .nav-item {
    text-align: left;
}
.nav-item {
    text-align: center;
}

.navbar-nav {
	text-align: right;
}
.navbar-toggler {
    margin: auto
}
  
a.hol-home {
    margin-left: -20px;
}

#mission-statement {
	background-color: #DB99C0;
	padding-top: 10%;
	padding-bottom: 10%;
	text-align: center;
	position: relative;
}
#mission-statement::before {
  content: "";
  background: url("../img/bg.jpg");
  opacity: 0.2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
#db_vid {
    width:100%;
    height:600px;
}
#mission-statement-span {
	font-size: 2em;
	color:#EEE;
}
#mission-statement a {
	margin: auto;
	z-index: 5;
}

.dark-pink-banner {
	background-color: #E95584;
	max-width: 100%;
	padding-top: 5%;
	padding-left: 5%;
	padding-right: 5%;
}

.light-blue-banner {
	background-color: #8AD0EA;
	padding-bottom: 5%;
	padding-left: 5%;
	padding-right: 5%;
}

/*
https://blog.prototypr.io/how-to-add-svg-waves-to-your-next-web-project-b720efe1c692
*/
#blue-wave {
	background-color: #8AD0EA;
}

#pink-wave {
	background-color: #E95584;
}


/* donation pulse effect */
@-webkit-keyframes pulse {
	0%, 100% {
	 -webkit-transform: scale(1, 1);
	}
	 25%, 75% {
	 -webkit-transform: scale(1.03, 1.03);
	}
	50% {
	 -webkit-transform: scale(1.05, 1.05);
	}
}

@keyframes pulse {
	0%, 100% {
	 transform: scale(1, 1);
	}
	25%, 75% {
	 transform: scale(1.01, 1.01);
	}
	50% {
	 transform: scale(1.03, 1.03);
	}
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.don {
	/*color:  #85daf7;
	border: 0.5px solid #85daf7;
	box-shadow: 0 0 15px #85daf7 /*rgba(249, 162, 220, 0.5)*/;
	/*box-sizing: border-box;
	background-color: #EEE;
	padding-left: 2px;
	padding-right: 2px;	*/
}

#donate {
	-webkit-animation: pulse 1s linear infinite;
	animation: pulse 1s linear infinite;
	border-color:  #8AD0EA;
	color: #8AD0EA;
}

.badge-notify{
    position: relative;
    top: -20px;
    right: -50%;
    background-color:red;
    border:1px solid red;
    border-radius:25px;
    transform: rotate(-90deg);
    color:#FFF;
    padding:2px;
    font-size:6pt;
    display:inline-block;
    -webkit-animation: pulse 1s linear infinite;
    animation: pulse 1s linear infinite;
  }

.don:hover {
	-webkit-animation: none;
	animation: none;
}
/* end pulse effect */

.container-fluid h1 {
	padding-top: 3%;
}
.content-container {
	background-color: #FFF;
	opacity:0.85;
	padding: 15px;
	border-radius: 0.25em;
	height: 100%!important;
}

.content-container-inner {
	color:  #FFF;
	opacity:1.0;
	height: 100%!important;
}

.twitter-timeline {
	margin-top: 4%!important;
}

.hidden {
	display:none;
}

.img-circle {
	border-radius: 50%;
	width: 90%;
}

.circle {
	/*background-color: #EEE;
	border-radius: 100%!important;
	width: 100%;
  	padding-bottom: 75%;
	text-align: center;
	box-shadow: 0 0 15px #f9a2dc;
	margin:auto;


	position: relative;
	border-radius: 50%;
	width: 100%;
	height: auto;
	padding-top: 100%;
	background: white;
	margin-bottom: 5%;
	text-align: center;
	box-shadow: 0 0 15px #f9a2dc;*/

	border-radius: 50%;
	height: 0;
	padding-bottom: 90%;
	width: 90%;
	margin:auto;
	margin-bottom: 5%;
	z-index:2;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}


.circle-back {
	background-color: transparent;
}

.amae-bg {
	background-image: url("../img/amae.png");	
	background-repeat: no-repeat;
	display: block;
  	margin-top: auto;
  	margin-bottom: auto;
}

img .speckled::after {
	content: '';
	background-image: url('../img/dot-lg.png');
}

#ev-coming-soon {
	position: absolute;
	width: 100%;
  	top: 50%;
  	font-size: 3em;
  	color: red;
  	border-top: 3px solid red;
  	border-bottom: 3px solid red;
  	z-index: 10;
  	transform: rotate(-45deg);
  	text-align: center;
}

#ev-row {
	opacity: 0.3;
}



.circle img {
	opacity: 1;
	width: 100%;
	height: auto;
	  transition: .5s ease;
  backface-visibility: hidden;
  height: auto;
}

.circle img:hover {
	-webkit-filter: contrast(180%);
	filter: contrast(180%);
}

.cicrle-text {
	float: left;
	line-height: 1;
	margin-top: -0.5em;
	padding-top: 50%;
	text-align: center;
	width: 100%;
	font-size: 1em;
}

.circle:hover .img-middle {
  opacity: 1;
}

.circle:hover .circle-img  {
  -webkit-filter: contrast(180%);
	filter: contrast(180%);
}

.img-middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.img-text {
  background-color: #FFF;
  opacity: 0.5;
  color: #000;
  font-size: 14px;
  padding: 16px 32px;
}

.mb-50 {
	margin-bottom: 50px;
}

#nbs-banner {
	position: relative;
	/*background: url("../img/spotted-blue-bg.png");*/
	padding-top: 5%;
	padding-bottom: 5%;
	/*background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='30' height='40' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0,0%,100%,1)'/><path d='M1.624 19.09l6.597-1.595a.503.503 0 11.238.98L2.145 20l6.314 1.526a.504.504 0 01-.238.98l-6.597-1.595 3.426 3.426a3.813 3.813 0 005.386 0l1.1-1.1a4.584 4.584 0 000-6.475l-1.1-1.099a3.814 3.814 0 00-5.386 0zM-.911 18.377l-1.595-6.597a.504.504 0 11.98-.237L0 17.856l1.526-6.313a.503.503 0 11.98.237L.911 18.377l3.426-3.426a3.813 3.813 0 000-5.386l-1.1-1.099A4.548 4.548 0 000 7.125a4.547 4.547 0 00-3.238 1.341l-1.099 1.099a3.813 3.813 0 000 5.386zM-11.535 16.763a4.584 4.584 0 000 6.476l1.1 1.099a3.813 3.813 0 005.385 0l3.426-3.426-6.597 1.595a.501.501 0 01-.609-.371.504.504 0 01.372-.609l6.313-1.526-6.313-1.526a.504.504 0 11.237-.98l6.597 1.595-3.426-3.426a3.796 3.796 0 00-2.693-1.113c-.975 0-1.95.37-2.693 1.113zM.911 21.625l1.595 6.597a.504.504 0 11-.98.237L0 22.146l-1.526 6.313a.505.505 0 01-.98-.237l1.595-6.597-3.426 3.426a3.813 3.813 0 000 5.386l1.1 1.099a4.584 4.584 0 006.475 0l1.099-1.099a3.813 3.813 0 000-5.386zM31.624 19.09l6.597-1.595a.503.503 0 11.238.98L32.145 20l6.314 1.526a.504.504 0 01-.238.98l-6.597-1.595 3.426 3.426a3.813 3.813 0 005.386 0l1.1-1.1a4.584 4.584 0 000-6.475l-1.1-1.099a3.814 3.814 0 00-5.386 0zM29.089 18.377l-1.595-6.597a.504.504 0 11.98-.237L30 17.856l1.526-6.313a.503.503 0 11.98.237l-1.595 6.597 3.426-3.426a3.813 3.813 0 000-5.386l-1.1-1.099A4.548 4.548 0 0030 7.125a4.547 4.547 0 00-3.238 1.341l-1.099 1.099a3.813 3.813 0 000 5.386zM18.465 16.763a4.584 4.584 0 000 6.476l1.1 1.099a3.813 3.813 0 005.385 0l3.426-3.426-6.597 1.595a.501.501 0 01-.609-.371.504.504 0 01.372-.609l6.313-1.526-6.313-1.526a.504.504 0 11.237-.98l6.597 1.595-3.426-3.426a3.796 3.796 0 00-2.693-1.113c-.975 0-1.95.37-2.693 1.113zM30.911 21.625l1.595 6.597a.504.504 0 11-.98.237L30 22.146l-1.526 6.313a.505.505 0 01-.98-.237l1.595-6.597-3.426 3.426a3.813 3.813 0 000 5.386l1.1 1.099a4.584 4.584 0 006.475 0l1.099-1.099a3.813 3.813 0 000-5.386zM16.624 39.09l6.597-1.595a.503.503 0 11.238.98L17.145 40l6.314 1.526a.504.504 0 01-.238.98l-6.597-1.595 3.426 3.426a3.813 3.813 0 005.386 0l1.1-1.1a4.584 4.584 0 000-6.475l-1.1-1.099a3.814 3.814 0 00-5.386 0zM14.089 38.377l-1.595-6.597a.504.504 0 11.98-.237L15 37.856l1.526-6.313a.503.503 0 11.98.237l-1.595 6.597 3.426-3.426a3.813 3.813 0 000-5.386l-1.1-1.099A4.548 4.548 0 0015 27.125a4.547 4.547 0 00-3.238 1.341l-1.099 1.099a3.813 3.813 0 000 5.386zM3.465 36.763a4.584 4.584 0 000 6.476l1.1 1.099a3.813 3.813 0 005.385 0l3.426-3.426-6.597 1.595a.501.501 0 01-.609-.371.504.504 0 01.372-.609l6.313-1.526-6.313-1.526a.504.504 0 11.237-.98l6.597 1.595-3.426-3.426a3.796 3.796 0 00-2.693-1.113c-.975 0-1.95.37-2.693 1.113zM15.911 41.625l1.595 6.597a.504.504 0 11-.98.237L15 42.146l-1.526 6.313a.505.505 0 01-.98-.237l1.595-6.597-3.426 3.426a3.813 3.813 0 000 5.386l1.1 1.1a4.584 4.584 0 006.475 0l1.099-1.1a3.813 3.813 0 000-5.386zM16.624-.91l6.597-1.595a.503.503 0 11.238.98L17.145 0l6.314 1.526a.504.504 0 01-.238.98L16.624.912l3.426 3.426a3.813 3.813 0 005.386 0l1.1-1.1a4.584 4.584 0 000-6.475l-1.1-1.099a3.814 3.814 0 00-5.386 0zM14.089-1.623L12.494-8.22a.504.504 0 11.98-.237L15-2.144l1.526-6.313a.503.503 0 11.98.237l-1.595 6.597 3.426-3.426a3.813 3.813 0 000-5.386l-1.1-1.099A4.548 4.548 0 0015-12.875a4.547 4.547 0 00-3.238 1.341l-1.099 1.099a3.813 3.813 0 000 5.386zM3.465-3.237a4.584 4.584 0 000 6.476l1.1 1.099a3.813 3.813 0 005.385 0L13.376.912 6.779 2.507a.501.501 0 01-.609-.371.504.504 0 01.372-.609L12.855.001 6.542-1.525a.504.504 0 11.237-.98L13.376-.91 9.95-4.336a3.796 3.796 0 00-2.693-1.113c-.975 0-1.95.37-2.693 1.113zM15.911 1.625l1.595 6.597a.504.504 0 11-.98.237L15 2.146 13.474 8.46a.505.505 0 01-.98-.237l1.595-6.597-3.426 3.426a3.813 3.813 0 000 5.386l1.1 1.099a4.584 4.584 0 006.475 0l1.099-1.099a3.813 3.813 0 000-5.386z'  stroke-width='1' stroke='none' fill='hsla(341, 77%, 62%, 1)'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")*/
}

#banner-inner {
	/*background-color: #FFF;*/
}

#banner-inner p {
	background-color: #FFF;
	padding: 10px;
}

#sym-sta {
	margin-top: 5%;
}

.speech-box, .speech-box-circle {
	position: relative;
	width: 100%;
	padding: 1%;
	margin-bottom: 30px;
}

.white-shadow {
    -webkit-box-shadow: -3px -1px 19px 20px rgb(255 255 255);
    -moz-box-shadow: -5px -1px 49px 40px rgba(255,255,255,1);
    box-shadow: -3px -1px 19px 20px rgb(255 255 255);
}

.speech-box-circle {
	border-radius: 50%;
}

.speech-box h1 {
	color: #000;
}
.speech-box-circle h1 {
	padding-top: 35%;
}

.sb-blue {
	background-color: #8AD0EA;
}

.sb-dark-pink {
	background-color: #E95584;
}


.sb-pink {
	background-color: #DB99C0;
}

.sb-purple {
	background-color: #8349C0;
}


.p-10 {
	padding: 10%;
}

.white h1 {
	color: #FFF;
}

.sb-rp:after{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 25px 0 25px 25px;
	border-color: transparent #E95584;
	display: block;
	width: 0;
	z-index: 1;
	margin-top: -25px;
	right: -25px;
	top: 50%;
}

/* right bottom light blue*/
.sb-rb:after{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 25px 0 25px 25px;
	border-color: transparent #8AD0EA;
	display: block;
	width: 0;
	z-index: 1;
	margin-top: -25px;
	right: -25px;
	top: 50%;
}

/* bottom centre light blue*/
.sb-bc:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 20px 20px 0;
	border-color: #8AD0EA transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -20px;
	bottom: -18px;
	left: 50%;
}
/* bottom centre dark pink*/
.sb-bcp:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 20px 20px 0;
	border-color: #E95584 transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -20px;
	bottom: -18px;
	left: 50%;
}
/* bottom centre light pink*/
.sb-bclp:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 20px 20px 0;
	border-color: #DB99C0 transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -20px;
	bottom: -18px;
	left: 50%;
}


/* bottom centre purple*/
.sb-bcpu:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 20px 20px 0;
	border-color: #8349C0 transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -20px;
	bottom: -18px;
	left: 50%;
}

.ulblue {
  list-style: none; /* Remove default bullets */
}

.ulblue  li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #8AD0EA; /* Change the color */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  font-size: 2em;
  vertical-align: middle;
}

.circle-speech-box {
	position: relative;
	padding: 1%;
	border-radius: 50%;
	height: auto;
	width: 100%;
}

.amb-img {
    max-height:225px;
    width:auto;
}

#to-top {
	/*display: hidden;*/
	height: 64px;
	width: 64px;
	background-color: #FFF;
	display: block;
	float: right;
}

#to-top span {
	display: inline-block;
	margin: auto;
	font-size: 2em;
	padding-left: 20%;
}

.img-wings {
	max-width: 50%;
	margin-left: 25%;
	margin-right: 25%;
}

.donation-item {
	text-align: center;
}

#virgin-money {
	max-width: 100%;
	height: auto;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.img-centre {
	display: block;
	margin: auto;
}


video, #home-vid {
	max-width: 100%;
	height: auto;
}

.giant-cog {
	font-size: 10em;
	color: #FFF;
	text-align: center;
	width: 100%;
	margin-bottom: 3%;
	
	-webkit-animation: rotation 4s linear infinite;
    -moz-animation: rotation 4s linear infinite;
    animation: rotation 4s linear infinite;
}

form {
	background-color: #FFF;
	opacity:0.85;
	padding:5%;
	border-radius: 0.25em;
	display: block;
	height: 100%;
	margin-top: 2%;
}
#paypal-form {
	background-color: transparent;
}

form h1 {
	margin-bottom: 5%;
	color: #E95584;
}

input:focus, select:focus, textarea:focus, a:focus, input[type=submit]:focus, #asm-open:focus {
	outline:1px solid #E95584!important;
	border-color:#E95584!important;
	box-shadow: 0 0 15px #E95584!important;
}

label, form a {
	color:#E95584;
	word-break: break-word;
}

.over-scroll {
	overflow: scroll;
}

input[type=submit], #asm-open, .read-news, .btn-primary {
	background-color: #E95584;
	color: #FFF;
	display: inline-block;
	float: right;
}

input[type=submit]:hover, #asm-open:hover, .btn-primary:hover {
	background-color: #f9a2dc;
	color: #FFF;
	display: inline-block;
}

.btn-group {
	padding-bottom: 10px;
}


.card-footer {
	max-width: 100%;
	height: auto;
}

.card-footer-socials {
    text-align:center;
    font-size:2em;
}

.card-footer-socials a {
    color:#EEE;
    text-decoration:none;
}

.card-footer-socials a:hover {
    color:#8AD0EA;
    text-decoration:none;
}

.card-header, .card-footer {
	background-color: #E95584;
	color: #FFF;
}

.card-header-white, .card-footer-white, .card-body-white {
    background-color: #FFF;
}

.card-w-100 {
    width:100%!important;
    max-width:100%!important;
}

.cb-image-card {
    max-height:500px;
    width:auto;
}

.accord-hdr-white, .accord-hdr-white:hover  {
    color:#FFF;
}

.accord-hdr-white:focus  {
    border-color:#8AD0EA;
}

.card-body-large {
    color:#E95584;
    font-size: 3em;
    padding:auto;
}

.card-deck {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.card-deck-last {
    margin-bottom:0!important;
}

.business-card, p .business-card, .business-card p {
    color:#000;
}

.business-card-footer-socials a {
    display:inline-block;
    text-align:center;
    font-size:2em;
    color:#000;
}

.abp-logo-size {
    max-height:50%;
    width:auto;
}

.business-card-footer-socials a:focus, .business-card-footer-socials a:hover {
    color:#DB99C0;
}

.card {
    max-width:500px;
}
.form-card {
    max-width: max-content;
    max-width:100%;
}


.local-area-img {
    max-height:75px;
    width:auto;
}

#abp .card, #sponsors .card, .horizonal-card {
    max-width:1000px;
    margin:auto;
    
}

.gif-black {
    background-color:#000;
}
.img-cen-flex {
    display: flex;
    justify-content: center!important;
    align-items: center!important;
}

.chair-card {
    margin: auto;
    width: 50%;
    display: flex;
    justify-content: center;
    width: 40%;
}

.black {
    background-color:#000;
    margin:auto;
}


.contact-details {
	margin-top: 4%;
}
.contact-details .row {
	padding-bottom: 15%;
}

.contact-details .row i  {
	font-size: 2em;
	text-align: center;
}

.news {
    margin-bottom:35px;
}

.news .card-title, .news .card-text, .card-title-black, .card .card-text-black {
    color:#000;
}

.news .card-body p {
    color:#000;
}

#news-search {
    width:100%;
	margin-bottom:40px;
	border-radius:0.5em;
	line-height:40px;
}
#news-search:focus {
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.5), inset 0 6px 15px 0 rgba(0, 0, 0, 0.05);
    outline:1px solid #E95584;
	border-color:#E95584;
	box-shadow: 0 0 15px #E95584;
}

.badge-news {
    display: inline-block;
    padding: .25em .4em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    background-color: #8AD0EA;
    color: #FFF;
    margin-right:5px;
    margin-bottom:5px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#mailing-list {
	color: #FFF;
	cursor: pointer;
	font-size: 1.3em;
	margin-bottom: 3%;
}

#mailing-list-span {
	padding-left: 20px;
}

/* Inset shadow to simulate press */
.sub-menu:focus, input[type="submit"]:focus, .scroll-top:focus {
  box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.5), inset 0 6px 15px 0 rgba(0, 0, 0, 0.05);
}

#scroll-top-placeholder {
  position: absolute;
  left:85%;
  bottom:15%;
  z-index: 100;
  visibility: hidden;

}

.scroll-top {
  height:45px;
  width:65px;
  position: fixed;
  text-align: center;
  font-weight: 500;
  font-size: 3em;
  color: #FFF;
  visibility: hidden;
  cursor: pointer;
  opacity: 0.8 ;
  padding-bottom: 15%;
  background-color: #f9a2dc;
  text-decoration: none!important;
}

footer {
	background-color: #000;
	width: 100%;
	padding-top: 5%;
	color:#FFF;
	font-size: 0.8em;
}

#footer-socials i {
    font-size:2em;
    padding-right:5%;
}

footer .navbar-nav {
	text-align: left;
}

footer .active {
	color:#f9a2dc;
}

footer form {
	background-color: inherit;
	padding: 0;
}

footer form label {
	color: #FFF;
}

footer a {
	color:#FFF;
}

.bg-white {
    background-color:#FFF;
}

#powered-by {
	color: #EEE;
	width: 100%;
}

footer h3 {
	color:#DB99C0;
	font-size: 1.5em;
}

.footer-end {
	padding-top: 2%;
}

footer .btn-primary {
	color:#FFF;
	border-color: #FFF;
	background-color: transparent;
}

.svg-footer {
  margin: auto auto;
  display: block;
  height: 30%;
}

.fortress-energy {
	display: flex;
  align-items: center;
  justify-content: center;
}

.ass-foo {
	max-width: 100%;
	max-height:50px;
	margin:auto;
	margin-bottom:25px;
} 

#amazon-smile-modal h5, .modal-title { 
    color:#000;
}

#cookies {
    position:fixed;
    display:block;
    background-color:#8AD0EA;
    color:#000;
    left: 0;
    bottom: 0;
    width: 100%;
    border: 2px solid #EEE;
    border-radius:0.5em;
    z-index:1000;
}

.hh-pdf {
    font-size:1.7em;
}

.hh-pdf a {
    color:#FFF;
}

.hh-pdf i {
    margin-right:10px;
}

.local-area-list {
    padding-left: 0;
}

.local-area-list li {
    list-style: none;
    margin-bottom: 5%;
}

/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/
 
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
 
/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
 
 
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 300px) and (max-width: 767px) {  
 	.scroll-top, .scroll-top-placeholder {
		visibility: visible;
	}
	.navbar-brand {
        max-width: 100%;
    }

	.chair-card {
		width:100%;
	}
	.badge-notify {
	    right: -15%;
	}
}
@media (min-width: 576px) {
	.card-deck {
		margin-bottom: 2%;
	}
}

 
@media all and (min-width: 1600px) { 
    
    #nav-logo {
        max-width: 60%;
	    height: auto;
    }
} 
@media all and (min-width: 1000px) { 
    
    #nav-logo {
        max-width: 80%;
	    height: auto;
    }
} 
@media all and (min-width: 850px) { 
    
    #nav-logo {
        max-width: 60%;
	    height: auto;
    }
} 
@media all and (max-width: 991px) {  } 
@media all and (max-width: 768px) {  } 
@media all and (max-width: 575px) { 

	.scroll-top, .scroll-top-placeholder {
		visibility: visible;
	}

	.chair-card {
		width:100%;
	} 
}


/* Medium */
@media only screen and (max-width: 768px) {


}

/* override core / vendor */
.btn {
	-webkit-appearance: none;
   -moz-appearance: none;
        appearance: none;
}
.btn-primary {
	border-color: #E95584;
}

.btn-outline-white {
	border-color: #FFF;
	color: #FFF
}

/*.btn-outline-primary {
	border-color: #E74176;
	color:#000;
}*/

.btn-outline-primary:hover, .btn-outline-primary a:hover  {
	/*background-color: #E74176;
	border-color: #E74176;
	color:#FFF;*/
}

#a-single {
    background-color:#E74176;
    color:#EEE;
}

.btn-outline-white:hover, .btn-outline-white a:hover {
	background-color: #FFF;
	border-color: #FFF;
	color: #000;
}

/* lg and above */
@media (min-width: 992px) { 
	.lg-50 {
		width:50%
	}
}


/* BOOKALET STYLES */
.bookaletwidget .facilities {
    display:block!important;
}
.bookaletwidget .facility {
    display:block!important;
    flex:none;
}


/* Disco Ball */
.disco-ball {
    display: inline-block;
    height: 25px;
    width: 25px;
    border-radius: 100px;
    top: 50vh;
    left: 50vw;
    animation: spinBall 0.4s linear infinite;
    box-shadow: inset 0 0 18px #fff, 
        inset 6px 0 18px violet, 
        inset -6px 0 18px #0ff, 
        inset 6px 0 30px violet, 
        inset -6px 0 30px #0ff, 
        0 0 18px #fff, -4px 
        0 18px violet, 4px 0 18px #0ff;
}
  
@keyframes spinBall {
    100% {
        transform: rotate(360deg);
    }
}

