/*!
 * Start Bootstrap - Half Slider (https://startbootstrap.com/template-overviews/half-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-half-slider/blob/master/LICENSE)
 */
body {
	font-size: 16px;
	font-family: 'Ubuntu', sans-serif;
}
.carousel-item {
  height: 350px;
  background: no-repeat center top scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  nav img {
    width: 200px !important;
    height: auto;
  }
  .carousel-item {
    height: 450px !important;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
  .carousel-item {
    height: 550px !important;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .carousel-item {
    height: 650px !important;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .carousel-item {
    height: 850px !important;
  }
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 30px;
}
h1 {
	font-size: 2.2rem;
}
h2 {
	font-size: 1.8rem;
}
h3 {
	font-size: 1.6rem;
}
h4 {
	font-size: 1.4rem;
}
h5 {
	font-size: 1.2rem;
}
a, a:active, a:link {
	color: #891d5c !important;
	transition: 0.6s;
}
a:hover {
	color: #86bc40 !important;
	text-decoration: none;
}
footer a i {
	transition: 0.6s;
}
footer a i:hover {
	color: #891d5c !important;
}
.text-primary {
	color: #86bc40 !important;
}
.text-secondary {
	color: #891d5c !important;
}
.text-warning {
	color: #f9ed11 !important;
}
.btn {
	transition: 0.6s;
  border-radius: 20px;
  text-transform: uppercase;
}
.btn-primary {
	background-color: #86bc40 !important;
	border-color: #86bc40 !important;
}
.btn-primary:hover {
	background-color: #78a939 !important;
	border-color: #78a939 !important;
}
.btn-secondary {
	background-color: #891d5c !important;
	border-color: #891d5c !important;
}
.btn-secondary:hover {
	background-color: #6d1749 !important;
	border-color: #6d1749 !important;
}
.btn-warning {
	background-color: #f9ed11 !important;
	border-color: #f9ed11 !important;
  transition: color 0.6s;
}
.btn-warning i.fa {
  transition: 0.6s;
}
.btn-warning:hover i.fa {
	color: #891d5c !important;
}
.bg-primary {
	background-color: #86bc40 !important;
}
.bg-secondary {
	background-color: #891d5c !important;
}
.bg-warning {
	background-color: #f9ed11 !important;
}
table.table-bordered > tbody > tr > td {
 	border: 3px solid #f9ed11;
}
blockquote {
  display: block;
  padding: 15px 20px 5px 45px;
  margin: 0 0 20px;
  position: relative;

  /*Box Shadow*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;

  /*Borders*/
  border-left-style: solid;
  border-left-width: 15px;
  border-left-color: #891d5c;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: #891d5c;
}
blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 7px;
  top: 0px; 
}
blockquote::after{
  /*Reset to make sure*/
  content: "";
}

/* Navigation */
nav h1 {
	font-size: 20px !important;
	line-height: 1.8rem;
}
nav img {
    width: 140px;
    height: auto;
}
nav .side {
  width: 27%;
}
nav .dropdown-toggle::after {
    display: none;
}
nav .navbar-nav a {
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
}
nav.navbar {
	margin: 0;
	padding: 0;
}
nav.navbar input {
	border: 2px solid #f9ed11 !important;
	color: #891d5c !important;
}
nav.navbar input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #891d5c;
}
nav.navbar input::-moz-placeholder { /* Firefox 19+ */
	color: #891d5c;
}
nav.navbar input:-ms-input-placeholder { /* IE 10+ */
	color: #891d5c;
}
nav.navbar input:-moz-placeholder { /* Firefox 18- */
	color: #891d5c;
}
nav .nav-item {
  margin: 5px;
  padding: 0;
  border-radius: 20px;
}
nav .nav-item:nth-child(odd) {
  background-color: #86bc40;
}
nav .nav-item:nth-child(even) {
  background-color: #891d5c;
}
nav .nav-item .nav-link {
  padding: 6px 12px !important;
}
nav .nav-link, .footer a {
	color: white !important;
}
nav .nav-link:hover, .footer a:hover {
	opacity: 0.8;
}
nav .dropdown-menu {
	background-color: white;
	border-radius: 0;
	border: none;
	margin-bottom: 10px;
}
nav .dropdown-item:hover {
	background-color: transparent;
}
nav .phone {
  font-size: 1.6em;
}
/* Burger animation */
.navbar-toggler {
	border: none;
}
.navbar-toggler:focus {
	outline: none;
}
#nav-icon {
  width: 30px;
  height: 22px;
  position: relative;
  margin: 25px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #891d5c;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0px;
}
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 9px;
}
#nav-icon span:nth-child(4) {
  top: 18px;
}
#nav-icon.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

/* Header */
header .ball {
  height: 210px;
  width: 210px;
  padding: 40px 20px;
  border-radius: 50% 50%;
  text-align: center;
  color: white;
  position: absolute;
}
header .bg-primary {
  top: 32%;
  left: 18%;
}
header .bg-secondary {
  top: 26%;
  left: 17%;
}
header .bg-warning {
  top: 30%;
  left: 15%;
}
header .frame {
  position: absolute;
  bottom: 0%;
  width: 100%;
}

/* Welcome */
#welcome ul {
  padding-left: 0;
  list-style: none;
}

#welcome ul li {
  display: table-row;
  line-height: 35px;
}

#welcome ul li:before {
  padding-right: 20px;
  display: table-cell;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f00c";
  color: #891d5c;
}

/* Curves */
svg {
  display: block;
}
#curveDownColor path {
  fill: #891d5c;
  stroke: #891d5c;
}
#curveUpColor path {
  fill: #891d5c;
  stroke: #891d5c;
}
#curveDownColorWarning path {
  fill: #f9ed11;
  stroke: #f9ed11;
}
#curveUpColorWarning path {
  fill: #f9ed11;
  stroke: #f9ed11;
}

/* Header */
header.banner { 
	position: relative;
	height: 160px;
}
header.banner .header-content .container {
	background: url("../img/butterfly.png");
	background-position: 95% center;
	background-repeat: no-repeat;
}
header.banner .header-content .bird {
	background: url("../img/bird.png");
	background-position: 95% center;
	background-repeat: no-repeat;
}
header.banner .header-content .blocks {
	background: url("../img/blocks.png");
	background-position: 95% center;
	background-repeat: no-repeat;
}
header.banner .header-content .heart {
  background: url("../img/heart.png");
  background-position: 95% center;
  background-repeat: no-repeat;
}
header.banner .header-content .tree {
  background: url("../img/tree.png");
  background-position: 95% center;
  background-repeat: no-repeat;
}
header.banner .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(	137, 29, 92, 0.8);
}

/* Search Form */
.search form {
  margin: 0 auto;
  display: inline-block;
}
.search #SearchForm_SearchForm_Search_Holder {
	display: block;
  float: left;
	padding: 0;
	margin: 0;
}
.search #SearchForm_SearchForm_Search_Holder input {
  max-width: 150px;
  padding: 6px 12px;
}
.search input {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
  border-radius: 0 !important;
}
.search input[type="submit"] {
	padding: 6px 12px;
	margin-left: -1px;
	cursor: pointer;
	border-radius: 0;
  background-color: #f9ed11;
  color: #212529 !important;
  transition: 0.6s;
}
.search input[type="submit"]:hover {
  color: #891d5c !important;
}

/* Enrolment Form */
.userform input[type="text"], .userform input[type="email"], .userform textarea, .userform input[type="file"] {
	width: 100%;
	margin-bottom: 10px;
}
.userform textarea {
  border-color: #d3d3d3;
}
.userform label {
	font-weight: normal !important;
}
.userform .error {
	color: #891d5c;
	display: inline-block;
	margin-bottom: 15px;
}
.userform .optionset legend {
	font-size: 1rem;
}
.userform input[type="submit"] {
	color: #fff;
	background-color: #86bc40;
  border-color: #86bc40;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.6s;
  padding: 6px 12px;
  border-radius: 20px;
}
.userform input[type="submit"]:hover {
	background-color: #78a939;
    border-color: #78a939;
}
.steps {
  border-radius: 50% 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
@media (max-width: 575.98px) {
	.userform fieldset fieldset.userformsgroup {
		width: 100%;
	}
}

/* Login and Lost Password Forms */
#MemberLoginForm_LoginForm input, #MemberLoginForm_LostPasswordForm input {
	margin-bottom: 10px;
}
#MemberLoginForm_LoginForm input[type="submit"], #MemberLoginForm_LostPasswordForm input[type="submit"] {
	color: #fff;
	background-color: #86bc40;
  border-color: #86bc40;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.6s;
  padding: 6px 12px;
  border-radius: 20px;
}
#MemberLoginForm_LoginForm input[type="submit"]:hover, #MemberLoginForm_LostPasswordForm input[type="submit"]:hover {
	background-color: #78a939;
  border-color: #78a939;
}

/* Centre Page */
.centre i {
	color: #891d5c;
}

/* Pagination */
.pagination a, .pagination span.active {
  display: block;
  float: left;
  text-decoration: none;
  padding: 8px 16px;
  border: 1px solid #ddd;
}
.pagination a:hover:not(.active) {
	background-color: #ddd;
}
.pagination .prev {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pagination .next {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* Return to top button */
#return-to-top {
  z-index: 1000;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #86bc40;
  border-color: #86bc40;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background-color: #78a939;
  border-color: #78a939;
}

/* Gallery */
@media (min-width: 576px) {
  .card-columns {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      column-gap: 0.75rem;
  }
}
.card-columns .card:hover {
    opacity: 0.9;
}