a, a:hover {
  text-decoration: none;
}

a[target="_blank"]::after {
	  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
	  margin: 0 3px 0 5px;
}
  
.bg-white {
  background-color: #fff;
  color: #323232;
}

.navbar {
  padding: .5rem 0;
  box-shadow: 0 2px 5px -4px rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  font-family: 'Pangolin', cursive;
  font-size: 20px;
}

.navbar>.container {
  width: auto !important;
}

.navbar .text-white {
  color: #dee2e6!important;
}

.navbar-dark .navbar-toggler {
  border-color: rgba(255, 255, 255, .5);
}

.nav-link {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

@font-face {
    font-family: 'Maiandra GD';
    src: url('../fonts/subset-MaiandraGD-Regular.woff2') format('woff2'),
        url('../fonts//subset-MaiandraGD-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.bitheading {
	font-family: 'Maiandra GD';
	font-size: 50px;
}


#hero {
  background-image: url('../images/hero.jpeg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
}

#hero div {
	background-color: rgba(252, 244, 229, .9);
	
}

.top-card {
  background-image: url('../images/gray.jpg');
}

.rgba-dark {
  background-color: rgba(252, 244, 229, .9);
  color: #000;
}

.rgba-green {
  background-color: rgba(76,175,80,.7);
  color: #fff;
}

.mt-n6 {
  margin-top: -7rem;
}

.hv-50 {
  height: 50vh;
}

.font-1x {
  font-size: 1.2rem;
}

.parallax-window {
    background: transparent;
}

/* Small enough to shrink the header and remove the leaves */
@media (max-width: 830px) {
	.bitheading {
		font-size: 40px;
	}
	
	header {
		background-image: none !important;
	}
}

/* Mobile sized */
@media (max-width: 500px) {
	.bitheading {
		font-size: 30px;
	}
	.label {		/* for the wacky sentence labelling */
	  display: none;
    }
}

/* Desktop Sized */
@media (min-width: 992px) {
	.dont-collapse-desktop, #contentmenu {
		display: flex;
		height: auto !important;
		visibility: visible;
	}
	#contentexpando {
		display: none;
		visibility: none;
	}
}

/* Tablet Sized */
@media (max-width: 992px) {
  .navbar {
    padding: .5rem 1rem;
  }
  #side-menu .text-white {
    color: #323232 !important;
  }
  .navbar .container a:first-child i {
    padding-right: .5rem;
  }
  .border-right {
    border-right: 0!important;
    border-bottom: 1px solid #dee2e6 !important;
  }
  .border-right:first-child {
    border-bottom: 0 !important;
  }
  .flex-column {
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }
  .px-3 {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .nav-item a i {
    padding-right: 1rem;
  }
  .top-card .rgba-green .col-md-4 {
    margin-top: .5rem;
    margin-bottom: .5rem;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
  }
  .top-card .rgba-green .col-md-4:last-child {
    border-bottom: 0;
  }
  .navbar>.container {
    width: 100% !important;
  }
  #hero {
	  background-image: none;
	  height: 130px;
  }
  #hero div {
	  background-color: white;
  }
  .top-card {
	  margin-bottom: 30px;
  }
  .bitheading div, header div {
	display: none
  }
  header {
	  background-image: url('/assets/images/leaf-left.png'); 
	  background-repeat: no-repeat;
  }
}