@charset "UTF-8";
/* CSS Document */
/* Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap*/

h3{
	font-size: 15px;
	text-transform: uppercase;
}
a .far, .fal{
	color: #1b4854;
}
a {
	color: #1b4854;
	text-decoration: none;
}

.bg-image-full {
	position: relative; /* or absolute or fixed */
}
.videobg {
	/*object-fit: cover;*/	
}
.bg-image-video {
background: #1b4854;
	}
#intro p, #intro h1, #intro h2, #intro h3 {
    margin-bottom: 0rem !important;
}
#owl-one p, #owl-one h1, #owl-one h2, #owl-one h3 {
    margin-bottom: 0rem !important;
}
#contact p, #contact h1, #contact h2, #contact h3 {
    margin-bottom: 0rem !important;
}
#thepark p, #thepark h1, #thepark h2, #thepark h3 {
    margin-bottom: 0rem !important;
}
#parklife p, #parklife h1, #parklife h2, #parklife h3 {
    margin-bottom: 0rem !important;
}
.bg-image-full p, .bg-image-full h1, .bg-image-full h2, .bg-image-full h3 {
    margin-bottom: 0rem !important;
}

#parklife img{
	max-width: 100px;
}
#iconlist img{
	max-width: 100px;
}
p, h1, h2, h3 {
    margin-bottom: 1rem;
}

th, td {
  border-bottom: 1px solid #dbd04b !important;
	border-top: 0px solid #dbd04b !important;
	border-left: 0px solid #dbd04b !important;
	border-right: 0px solid #dbd04b !important;
}
table {
  border: 0px solid black;
}

#furtherdetails tr:last-child { color:#dbd04b; }

.table img{
	height: 30px;
	width: auto;
}
/*
.carousel-item {
    height: 300px;
}
*/
.carousel-item img {
    object-fit: cover;
	object-position: 50% 50%; /* default value: image is centered*/
	height: 100%;
}
.h1, h1 {
    font-size: 2rem;
}
.carousel-indicators .item {
	height: 150px;
	overflow: hidden;
}
.carousel-indicators .item img {
	height: 150px;
	width: auto;	
}
/*.carousel-indicators .item {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}*/


.carousel-indicators {
    margin-top: 30px;
	position: unset !important;
	overflow: auto;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
}


.carousel-indicators li img{
	object-fit: cover;
	height: 100%;
}
.logo {
	height: 100px;
	width: auto;
}
.owl-carousel .item {
    height: 450px;
    background: #009640;
    padding: 1rem;
}
.owl-theme .owl-nav [class*="owl-"] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
	border: none;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #8ec89a!important;
	background: transparent;
}
.navbar{
	background: #1b4854;
}
.white-border-10{
	border: 10px solid #ffffff;
}

.scrolled {
	background: #1b4854;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
        padding-top: 0.5rem;
        padding-right: 1rem;
        padding-bottom: 0.1rem;
        padding-left: 1rem;
}
.navbar-dark .navbar-toggler {
    border: 0;
}
.nav-link.active, .nav-link:hover{
    color: rgba(255,255,255,1) !important;
	border-bottom: solid 2px white;
}
.navbar-dark .navbar-nav .nav-link {
    color: #FFF;
}
.bg-image-full {
    background: no-repeat center center scroll;
        background-image: none;
        background-size: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.bg-image-full-top {
    background: no-repeat top center scroll;
        background-image: none;
        background-size: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
img{
	image-rendering: -webkit-optimize-contrast;
}
.img-fluid{
	image-rendering: -webkit-optimize-contrast;
}
.navbar img{
	    height: 65px;
}
.border-right {
	border-right: solid 4px #1b4854;
}
body{
	background-color: #FFFFFF;
	color: #1b4854;
	font-size: 15px;
	font-family: 'Hind', sans-serif !important;
	padding-top: 90px;
}
#intro{
	padding: 1rem;
}
#contact{
	padding-bottom: 100px;
}
.owl-prev {
	left: 78%;
}
.owl-theme .owl-nav [class*="owl-"] {
    font-size: 30px !important;
    color: #009640 !important;
}
.nav-link {
    text-transform: uppercase;
}
.bg-dark{
	background-color: #1b4854!important; 
}
h1 {

}
h1, h2{
	font-family: 'brother-1816', sans-serif;
	text-transform: uppercase;
}
h3{
	font-family: 'brother-1816', sans-serif;
}
h2{
font-size: 1.5rem;	
}
.text-green{
	color: #009640;
}

#links .far, .fal{
	font-size: 35px;
}
#links a{
	text-decoration: none;
}
header {
  position: relative;
  background-color: black;
  height: 50vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

/*
header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
*/

header .container {
  position: relative;
  z-index: 2;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
background-color: rgba(0, 0, 0, 0.2);
}

section#links {
	background: #FAFAFA
}

.carousel-caption {
position: absolute;
left: 5%;
top: 40%;
z-index: 10;
color: #fff;
text-align: inherit
}

.carousel-caption h1 {
	font-size: 20px
}


@media (pointer: coarse) and (hover: none) {

}




/* Small devices (landscape phones, 576px 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) { 
	.owl-prev {
	left: 86%;
}
	.navbar{
	background: transparent;
}
	.scrolled {
	background: #1b4854;
}
	#contact{
	padding-bottom: 10px;
}

.carousel-caption h1 {
	font-size: 2.5rem;
}

.carousel-caption {
left: 10%;
}
	body{
	padding-top: 0px;
}
/*
.carousel-item {
    height: 600px;
}	
*/



/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 


