@charset "utf-8";

/* Extra small devices (phones, less than 576px) */
/* No media query since this is the default in Bootstrap */

body:not(.copyright_2019_webfrog) {
    display: none;
}
/*
 * Copyright © 2019 | Website Design by Webfrog
 *
 */

:root {
	/* main color pallet */
	--main: #080a31; 
	--main-dark: #070f2d; 
	--alt: #42d553; 
	--alt-dark: #1ab629; 
	
	/* text color pallet */
	--header: #1e1e1e; 
	--text: #4d4747; 
	--text-grad: -webkit-linear-gradient(#282c33 50%, #444444 50%); 
	--orange-grad: linear-gradient(#1ab629, #42d553); 
	--grad-hover: linear-gradient(#3d3d3d, #3d3d3d); 
	--orange-text-grad: -webkit-linear-gradient(90deg, #1ab629 50%, #42d553 50%); 
	--white-text-grad: -webkit-linear-gradient(#ffffff 50%, #e9e9e9 50%); 
}

/*-- Colours
---------------------------------------------------------------------------*/

.bg-orange {
	background-color: #ff971b;
}
.bg-green {
	background-color: #1f8746;
}
.bg-lightGreen {
	background-color: #9bc444;
}
.green {
	color: #97c725;
}
.frog {
	color: #97c725;
}
body:not(.copyright_2019_webfrog) {
    display: none;
}
body:not(.copyright_2019_webfrog) footer {
    display: none;
}

/*-- CSS Parallax
---------------------------------------------------------------------------*/
.bg-parallax {
	position: relative;
	padding:0;
	min-height: 100px;
	width: 100%;
	box-sizing: border-box;
	/*box-shadow: 0 -1px 10px rgba(0, 0, 0, .7);*/
	perspective: 1px;
	transform-style: preserve-3d;
	height: 100%;
	overflow: hidden;
}
.bg-parallax:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.bg-parallax, .bg-parallax:before {
	background:50% 50% / cover;  
}

/*-- Video Boxes/iframes
---------------------------------------------------------------------------*/
.video-container {
	position: relative; /* keeps the aspect ratio */
	padding-bottom:320px; /* fine tunes the video positioning */
	padding-top: 0;
	overflow: hidden;
}
.video-container iframe, 
.video-container object, 
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*-- Map Boxes/iframes
---------------------------------------------------------------------------*/
.map-container {
	position: relative; /* keeps the aspect ratio */
	padding-bottom:260px; /* fine tunes the video positioning */
	padding-top: 0;
	overflow: hidden;
}
.map-container iframe, 
.map-container object, 
.map-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.googleCalendar{
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 50%;
}

.googleCalendar iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/*-- Classes
---------------------------------------------------------------------------*/

textarea {
   resize: none;
}
.divider {
	width:100%;
	height: 1px;
	margin: 9px 0 18px;
	overflow: hidden;
	background-color: #e5e5e5;
}
.divider2 {
	width:20%;
	height: 2px;
	margin: 30px auto;
	overflow: hidden;
	background-color: #ffffff;
}
.media-middle {
	display:table-cell;
	vertical-align:middle;
}
.img-max {
	width:100%;	
}
#topcontrol {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #231f20;
	opacity: 0.6;
	color: #fff;
	/*bottom: 0 !important;
	right: 0 !important;*/
	z-index:500;
}
/*
#content-error {
	padding: 10% 0;
}
#content-offline {
}
#content-error h1, #content-offline h1 {
	font-family: 'Russo One', sans-serif;
	font-weight: 400;
	font-size: 230px;
	font-size: 23rem;
}
#content-error h2, #content-offline h2 {
	font-family: 'Russo One', sans-serif;
	font-weight: 400;
	font-size: 100px;
	font-size: 10rem;
}
#content-error p, #content-offline p {
	font-family: 'Russo One', sans-serif;
	font-weight: 400;
	font-size: 20px;
	font-size: 2rem;
}*/

body:not(.copyright_2019_webfrog) section,
body:not(.copyright_2019_webfrog) div {
    display: none;
}

#content .text-box img {
    display: block;
    max-width: 100%;  
}
#content .text-box img.pull-right,
#content .text-box img.justifyright,
#content .text-box img[style*="float:right"] {
	margin-left:15px;
	margin-bottom:15px;
	width:auto;
	float:right !important;
}
#content .text-box img.pull-left,
#content .text-box img.justifyleft,
#content .text-box img[style*="float:left"] {
	margin-right:15px;
	margin-bottom:15px;
	width:auto;
	float:left !important;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 576px) {
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#content .text-box img.pull-right,
	#content .text-box img.justifyright,
	#content .text-box img[style*="float:right"] {
		margin-left:30px;
		margin-bottom:15px;
		width:auto;
		float:right !important;
	}
	#content .text-box img.pull-left,
	#content .text-box img.justifyleft,
	#content .text-box img[style*="float:left"] {
		margin-right:30px;
		margin-bottom:15px;
		width:auto;
		float:left !important;
	}
}
/* Webfrog extra devices (large desktops, 1600px and up) */
@media (min-width: 1600px) {
}
/*
 * Copyright © 2019 | Website Design by Webfrog
 *
 */
body:not(.copyright_2019_webfrog) section,
body:not(.copyright_2019_webfrog) div {display: none;}