@media all and (min-width: 992px) {
}	

@media screen and (min-width: 769px) {
    .dropdown:hover > .dropdown-menu,
    .dropend:hover > .dropdown-menu {
      display: block;
      left: 10px;
    }
  }


@media only screen and (max-width:1530px){

}

@media only screen and (max-width:1499px){ 
}  

@media only screen and (max-width:1399px){
.logo-2 img, .logo-1 img {
	max-width: 310px;
}

} 

@media only screen and (max-width:1280px){
     
} 

@media only screen and (max-width:1200px){  
} 

@media only screen and (max-width:1199px){

}

@media only screen and (max-width:992px){ 
}

@media only screen and (max-width:991px){ 
}

@media only screen and (max-width:767px){
.hide-sml{display:none;}

/* Header */
.top-links{text-align:center;}
.top-links a{margin-right:0;padding-right:4px;}
.logo-1{margin:0 0 10px;text-align:center;}
.bedge-header{display:grid;gap:5px;justify-content:center;}
.badge-row{display:flex;align-items:center;gap:7px;max-width:fit-content;}
.badge-row span{padding:4px 5px;margin:0;font-size:10px;}
.cont-block{display:grid;gap:5px;width:100%;justify-content:center;}
.contact-row{display:flex;align-items:center;gap:13px;}
.social-media{display:flex;align-items:center;gap:5px;justify-content:center;}
.search{text-align:center;margin-top:7px;}

.heading-box{text-align:center;}

/* Events */
.Notices_tabs{justify-content:center;}
.Notices_tabs .nav-link{min-width:100px;height:36px;font-size:12px;}
.jmc_event_item{grid-template-columns:1fr;}
.event-dtls{gap:10px;}
.time-date{font-size:12px;justify-content:center;margin-bottom:1px;}
.event-dtls .evnt-title{text-align:center;font-size:16px;}
.post{text-align:center;}
.btn-poster{margin:0 auto;}
.ford{position:absolute;left:15px;top:5px;}
.ford img{height:15px;}
.cir-rit{display:none;}

/* Highlight */
.highlights-card{margin-bottom:15px;}
.card-img img{width:100%;}
.highlights-card.down{margin-top:0;}

/* Quick Link */
.useful-list ul{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;}

/* News */
.News-card img{width:100%;}

/* Gallery */
.full-right{margin-right:0;}

/* Social */
.social-media-col{margin-bottom:51px;}

/* Footer */
.footer-logo{text-align:center;}
.site-footer p{text-align:center;}
.visitor-counter{text-align:center;margin-top:10px;}
.sml-center{text-align:center;}
.site-footer ul {
	display: block;
}
.site-footer ul li {
	text-align: center;
}
.footer-bottom{justify-content:center;text-align:center;gap:13px;}

.navbar{background:#FFFAF3;padding:5px 10px;}


}

@media only screen and (max-width:420px){
}

/* Portrait */
@media only screen and (max-width: 568px) { 

}
