

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;
}
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;
}

/* 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;
}

.navbar-nav {
	text-align: right;
}

#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;
}

#home-intro {
    margin-top: -10px;
}

.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;
}

.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%;
}

#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: -5px -1px 49px 40px rgba(255,255,255,1);
-moz-box-shadow: -5px -1px 49px 40px rgba(255,255,255,1);
box-shadow: -5px -1px 49px 40px rgba(255,255,255,1);
}

.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 {
	background-color: #E95584;
	color: #FFF;
	display: inline-block;
	float: right;
}

input[type=submit]:hover, #asm-open: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-body-large {
    color:#E95584;
    font-size: 3em;
    padding:auto;
}

.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;
}


.chair-card {
	margin:auto;
	width: 50%;
}

.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;
}

#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%;
	margin:auto;
} 

#amazon-smile-modal h5 { 
    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;
}

/*
####################################################
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: 576px) and (max-width: 767px) {  
 	.scroll-top, .scroll-top-placeholder {
		visibility: visible;
	}

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

 
@media all and (max-width: 1199px) {  } 
@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%
	}
}


