@font-face {
    font-family: 'Segoe Print';
    src: url('SegoePrint.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe Print';
    src: url('SegoePrint-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-style: italic;
}
.topbar-text{
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
}
.t4-megamenu .dropdown-toggle .item-caret::before {
    border-top: 4px solid #A8D046;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    content: "";
    display: block;
}
.green-panels{
    margin-bottom: 20px;
}
.green-panels .wf-column{
    border: 3px solid #ffffff;
    border-radius: 20px;
    box-shadow: 5px 10px 18px #888888;
}
.green-panels-text{
    flex: 1;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    text-align: center;
    background-color: #7D9F49;
    color: #ffffff;
    padding: 20px;
    transition-duration: 0.2s;
}
.home .green-panels-text:hover{
    transform: scale(1.02);
}
.green-panels-text a{
    flex: 1;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    text-align: center;
    background-color: #7D9F49;
    color: #ffffff;
    padding: 20px;
    transition-duration: 0.2s;
}
.green-panels-img img {
    display: block;
    width: 100vw;
    object-fit: cover;
    height: 100%;
    border-radius: 17px;
}
.moduletable {
    border: none; 
    border-radius: .25rem;
    margin: 3rem auto;
    padding: 0;
}
#t4-topbar h3{
    margin-top: 0;
}
#t4-header{
    padding-top: 10px;
}
#t4-topbar #triggerButton{
    color: #ffffff;
}
#t4-header .menu-item-title{
    text-transform: uppercase;
    font-weight: bold;
}
#t4-header .dropdown-menu{
    background-color: #A9CF46;
}
#t4-header .dropdown-menu .menu-item-title:hover{
    color: #ffffff;
}
#t4-header .dropdown-menu a:hover{
    color: #ffffff;
}
#t4-topbar .topbartext{
    font-weight: bold;
}
#t4-topbar .social-list li a{
    color: #ffffff;
    background-color: #363435;
    opacity: 1;
}
#t4-topbar .social-list li a:hover{
    color: #363435;
    background-color: #ffffff;
    opacity: 1;
}
#t4-footnav .social-list li a{
    color: #212429;
    background-color: #ffffff;
    opacity: 1;
}
#t4-footnav .social-list li a:hover{
    color: #ffffff;
    background-color: #7D9F49;
    opacity: 1;
    border: 1px solid #7D9F49;
}
#t4-section-1{
    padding: 20px;
}
#t4-section-1{
    text-transform: uppercase;
    font-weight: bold;
}
.t4-palette-menubar .nav li.active li.active > a {
    color: #000000;
}
#t4-footnav .nav-item a:hover{
    color: #7D9F49;
}
.contact-page .green-panels-text a{
    padding: 0;
}
.contact-page .green-panels-text p{
    margin: 20px 0;
}
.contact-page .green-panels-text img{
    margin-top: 10px;
}
.map-box{
    margin-top: 20px;
}
.green-panels iframe{
    border-radius: 20px;
}
.form-control{
    max-width: none;
}
#userForm h2{
    margin-bottom: 36px;
}
.formControls #submit{
    float: right;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #A8D046;
    border-radius: 5px;
    transition-duration: 0.2s;
}
.formControls #submit:hover{
    background-color: #A9CF46;
    color: #ffffff;
    border: 1px solid #ffffff;
}
table{
    border: 1px solid #ffffff;
    border-radius: 5px;
}
table td{
    border: 1px solid #ffffff;
    padding: 5px;;
}
table th{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-size: 20px;
    font-style: italic;
    text-transform: uppercase;
    background-color: #719638;
}
.menu{
    overflow-x: auto;
}
.menu th{
    padding: 10px 10px;
}
.menu-heading{
    margin-top: 0;
    font-weight: bold;
    text-transform: uppercase;
}
.scroll-menu{
    display: none;
    font-weight: bold;
    font-style: italic;
    margin-top: 25px;
    margin-bottom: -5px;
}
@media(max-width: 1400px){
    .scroll-menu{
        display: block;
    }
}
@media(max-width: 767px){
    .t4-footnav .container{
        padding-bottom: 0;
    }
    .fees th{
        font-size: 12px;
    }
}
@media(max-width: 395px){
    .fees td{
        font-size: 12px;
    }
}
.about-us .green-panels .green-panels-text p{
    text-align: justify;
}
.about-us-pages .wf-column{
    position: relative;
    overflow: hidden;
    transition-duration: 0.2s;
}
.about-us-pages .wf-column:hover{
    transform: scale(1.02);
}
.about-us-pages .wf-column .text-overlay{
    position: absolute;
    right: 0px;
    left: 0px;
    top: 70%;
    text-align: center;
    color: #ffffff;
    background-color: rgb(125, 159, 73);
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
    border-top: 3px solid #000000;
    border-bottom: 3px solid #000000;
    font-size: 18px;
}
.about-us .green-panels-text .leaf{
    margin-top: auto;
}
.green-panels-text .content{
    margin-top: auto;
    margin-bottom: auto;
}
.application-form .content{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: justify;
}
.form a{
    background-color: white;
    color: #A9CF46;
    border: #000000 1px solid;
    border-radius: 3px;
    font-style: italic;
    text-transform: capitalize;
    transition-duration: 0.2s;
}
.form a:hover{
    transform: scale(1.02);
    border: #000000 3px solid;
    font-weight: bold;
}
.green-panels-profile img{
    display: block;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    width: 100%;
}
.green-panels-profile .profile-text{
    background-color: #7D9F49;
    color: #ffffff;
    text-align: center;
    border-radius: 0 0 17px 17px;
    padding: 15px;
}
.green-panels-profile .profile-text h3{
    margin-top: 0;
}
.green-panels-profile .profile-text p{
    margin-bottom: 0;
}
.events .green-panels .green-panels-text p {
    text-align: justify;
}
.osmap-items a{
    color: #7D9F49;
}
.osmap-items a:hover{
    font-weight: bold;
}
@media(max-width: 533px){
    #download-form{
        font-size: 15px;
    }
    .form-download img{
        height: 25px;
        width: auto;
    }
}
@media(max-width: 498px){
    #download-form{
        font-size: 10px;
    }
    .form-download img{
        height: 15px;
        width: auto;
    }
}
@media(max-width: 767px){
    #topbar-number{
        display: none;
    }
    .topbar-text{
        font-size: 12px;
    }
}
@media(max-width: 1210px){
    .container{
        max-width: 100% !important;
    }
    .n2-font-855b9e34bc5768f7fc766db8fbeeb55c-hover{
        font-size: 40px !important;
    }
}
@media(max-width: 575px){
    .social-list{
        margin-top: -30px;
    }
    .topbar-text{
        display: none;
    }
    .t4-footnav .social-list{
        margin-top: 10px;
    }
    .t4-offcanvas .social-list{
        margin-top: 10px;
    }
}
.t4-header #triggerButton{
    display: none;
}
@media(max-width: 991px){
    .t4-header .container-xxl{
        display: flex;
        justify-content: center;
    }
    .t4-masthead{
        display: none;
    }
    h1{
        font-size: 35px;
    }
}
.t4-footnav .nav-link:hover{
    font-weight: bold;
}
.t4-footer a:hover{
    font-weight: bold;
}
@media(max-width: 1020px){
    .t4-header .menu-item-title{
        font-size: 12px;
    }
}
.t4-offcanvas .nav-item a:hover{
    color: #7D9F49 !important;
    font-weight: bold;
}
.t4-offcanvas .t4-off-canvas-body .navbar .nav-item.active>.nav-link, .t4-offcanvas .t4-off-canvas-body .navbar .nav-item.active>.separator {
    color: #7D9F49 !important;
}
.t4-section-1 a:visited{
    color: #ffffff;
}
.t4-section-1 a:visited:hover{
    color: #7D9F49;
}
.t4-offcanvas .social-list li a{
    color: #212429;
    background-color: #e9ecef;
    opacity: 1;
}
.t4-offcanvas .social-list li a:hover{
    color: #ffffff;
    background-color: #7D9F49;
    opacity: 1;
    border: 1px solid #7D9F49;
}
@media(max-width: 1600px){
    .n2-font-bdf4f7efe21611f7d693b88d7ae9d7ae-hover{
        font-size: 30px !important;
    }
}
.mx-auto{
    margin-right: 0 !important;
}
@media(max-width: 1500px){
    .n2-font-9271a6d2da92651dad65c07a5e1f1dcb-hover{
        font-size: 45px !important;
    }
}
@media(max-width: 1495px){
    .n2-font-de52bd6c5ee7e6e5828039765c859df1-hover{
        font-size: 45px !important;
    }
    
}
@media(max-width: 1300px){
    .n2-font-43e606f6cfbe93b4fcdf8816864ae587-hover{
        font-size: 70px !important;
    }
    .n2-font-4c23f8303a11e31270311585ef012e90-hover{
        font-size: 50px !important;
    }
}
.events-panels{
    border: 3px solid #ffffff;
    border-radius: 20px;
    box-shadow: 5px 10px 18px #888888;
    margin-bottom: 20px;
    background-color: #7D9F49;
    gap: 0;
}
.events-panels .flex-panel{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.events-panels .flex-panel .event{
    flex: 1;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    text-align: center;
    color: #ffffff;
    padding: 30px;
    transition-duration: 0.2s;
}
.events-panels .gallery{
    padding: 25px;
}
@media(max-width: 960px){
    .gruffalo{
        display: none;
    }
}