h1, h2, h3, h4, h5, h6,  .nav-link, .dropdown-item {
  font-family: "PT Serif", serif!important;
  font-weight: 700!important;
  font-style: normal!important;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom:20px;
}
h2 {
	margin-top:60px!important;
}
p, ul, li {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a,
a:active,
a:visited,
a:link {
    color: inherit;
    text-decoration: underline;
}
a:hover {
    color: inherit;
    text-decoration: none!important;
}
.home-banner {
	padding:160px 0px;
	background-size:cover;
	background-position:center center;
	color:#FFF;
}
.news-image-thumb {
	aspect-ratio: 7 / 6;
	background-size:cover;
	background-position:center center;
}
.btn {
	border-radius:10px;
	font-family: "PT Sans", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.btn-primary,
.btn-secondary {
	transition:all .5s ease-in-out;
}
.btn-primary {
	color:#FFF!important;
	text-decoration:none!important;
}
.btn-primary:hover{
	color:#000!important;
	text-decoration:none!important;
}
.btn-secondary {
	color:#000!important;
	text-decoration:none!important;
}
.btn-secondary:hover {
	color:#FFF!important;
	text-decoration:none!important;
}
.btn-primary {
	--bs-btn-bg:#000;
	--bs-btn-border-color:#000;
	--bs-btn-hover-bg:#EEEEEE;
	--bs-btn-hover-border-color:#EEEEEE;
	--bs-btn-active-bg:#EEEEEE;
	--bs-btn-active-border-color:#EEEEEE;
	--bs-btn-color:#FFF;
	--bs-btn-hover-color:#000;
	--bs-btn-active-color:#000;
}

.btn-secondary {
	--bs-btn-bg:#FFF;
	--bs-btn-border-color:#FFF;
	--bs-btn-hover-bg:#666;
	--bs-btn-hover-border-color:#666;
	--bs-btn-active-bg:#666;
	--bs-btn-active-border-color:#666;
	--bs-btn-color:#000;
	--bs-btn-hover-color:#FFF;
	--bs-btn-active-color:#FFF;
}
.navbar a,
.navbar a:active,
.navbar a:visited,
.navbar a:link {
    text-decoration: none!important;
}

.navbar a:hover {
    text-decoration: none!important;
}

.btn {
  font-family: "PT Serif", serif!important;
  font-weight: 700!important;
  font-style: normal!important;
}

.nav-link {
	color:#000!important;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.nav-link:hover {
	color:#F00!important;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

strong {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}	
section {
	padding:60px 0px;
}
footer {
	background:#EEEEEE;
	padding:30px 0px;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.header-logo {
	top:30px;
	left:30px;
}
@media (max-width:768px) {
.menu-spacer {
	height:100px;
	width:100px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.menu-spacer.shrink {
	height:100px;
	width:100px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
}
@media (min-width:769px) {
.menu-spacer {
	height:120px;
	width:140px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.menu-spacer.shrink {
	height:90px;
	width:110px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
}
@media (max-width:375px) {
.header-logo {
	margin-top:-5px;
	z-index:3000;
	position:fixed!important;
	height:65px;
	width:auto;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
}
@media (min-width:376px) and (max-width:768px) {
.header-logo {
	margin-top:-5px;
	z-index:3000;
	position:fixed!important;
	height:65px;
	width:auto;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
}
@media (min-width:769px) {
.header-logo {
	z-index:3000;
	position:fixed!important;
	height:80px;
	width:auto;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.header-logo.shrink {
	margin-top:-7px;
	z-index:3000;
	position:fixed!important;
	height:60px;
	width:auto;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.navbar-toggler {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.navbar-toggler.shrink {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
}
@media (max-width:375px) {
.top-spacer {
	height:120px;
}
}
@media (min-width:376px) and (max-width:768px) {
.top-spacer {
	height:120px;
}
}
@media (min-width:769px) {
.top-spacer {
	height:140px;
}
}
/* Animated Burger Menu */

.navbar-light .navbar-toggler {
    color: #FFF!important;
    border-color: #FFF!important;
}
.burger-button {
	outline:none!important;
}


.burger-button {
border:8px solid #FFF;
overflow:auto;
width: 60px;
height:65px;
right: 20px;
padding:5px;
-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;
margin-top:15px;
margin-right:-15px;
}

.burger-button span{
display: block;
position: absolute;
height: 4px;
width: 100%;
border-radius: 0px;
opacity: 1;
right: 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;
}


.animated-burger-button span {
background: #F00;
}



.animated-burger-button span:nth-child(1) {
top: 0px;
}

.animated-burger-button span:nth-child(2) {
top: 12px;
}

.animated-burger-button span:nth-child(3) {
top: 24px;
}

.animated-burger-button.open span:nth-child(1) {
top: 14px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-burger-button.open span:nth-child(2) {
opacity: 0;
}

.animated-burger-button.open span:nth-child(3) {
top: 14px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}

/* Desktop only */
@media (min-width:1201px) {

    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
        transition:
            opacity .25s ease,
            transform .25s ease,
            visibility .25s;
        margin-top: 30px;
        pointer-events: none;
    }

    .navbar .dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }

    .navbar .dropdown-toggle::after {
        display: none;
    }
}

/* Desktop only */
@media (min-width: 1201px) {

    .navbar .dropdown {
        position: relative;
    }

    /* Invisible hover bridge */
    .navbar .dropdown::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        height: 20px;
    }
	
	.navbar .dropdown-menu {
        margin-top: 24px;
        border: none;
        border-radius: 10px;
        box-shadow: 0 12px 30px rgba(0,0,0,.15);
        overflow: visible;
		background:#EEEEEE;
    }

    /* The little arrow */
    .navbar .dropdown-menu::before {
        content: "";
        position: absolute;
        top: -12px;
        left: 30px;               /* Move this to line up with the menu item */
        width: 20px;
        height: 20px;
        background: #EEEEEE;
        transform: rotate(45deg);
        box-shadow: -3px -3px 8px rgba(0,0,0,.04);
        z-index: -1;
    }
}

@media (max-width: 1200px) {

    .navbar .dropdown-menu {
        display: block !important;
        position: static;
        float: none;
        border: 0;
        box-shadow: none;
        padding-left: 1rem;
        background: transparent;
    }

    .navbar .dropdown-toggle::after {
        display: none;
    }
	.dropdown-item {
		padding:0px;
		margin-bottom:6px;
	}
	.navbar-nav {
		margin:20px 0px;
	}
}

.dropdown-item {
	color:#000!important;
	text-decoration:none!important;
	background:none!important;
	font-weight: 900;
	font-style: normal;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.active .dropdown-item,
.dropdown-item.active {
	color:#F00!important;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.dropdown-item:hover {
	color:#F00!important;
	background:none!important;
	font-weight: 900;
	font-style: normal;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

/* Active main navigation item */
.navbar .current-menu-item > .nav-link,
.navbar .current-menu-parent > .nav-link,
.navbar .current-menu-ancestor > .nav-link {
    color: #F00 !important;
}


/* Active dropdown item */
.navbar .dropdown-menu .current-menu-item > .dropdown-item,
.current-page-item > .dropdown-item{
    color: #F00!important;
}


/* Dropdown item hover */
.navbar .dropdown-menu .dropdown-item:hover {
    color: #F00;
}

.banner-image {
    width: 100%;
    min-height: 220px;
    height: 25vw;
    max-height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
figcaption {
	font-family: "PT Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:80%;
	color:#666;
	text-align:center;
}

@media (max-width:600px) {
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    margin: 0;
    width: calc(100% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
}
}
.cookieadmin_re_consent {
	display:none!important;
}
.cookieadmin-poweredby {
	display:none!important;
}
.cookieadmin_btn,
.cookieadmin_preference_title,
.stitle{
	font-family: "PT Sans", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.cookieadmin_desc,
.cookieadmin_remark,
#cookieadmin_preference {
	font-family: "PT Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}