
#navBar {
	postion:fixed;
    transition: opacity 0.3s ease-in-out;
}

#navBar.faded {
    opacity: 0.3;
    background-color: rgba(255, 255, 255, 0.8); 
}

#navBar.navbar a  {
    color:  #ffffff !important;
	font-family: 'Spectral SC', serif;
	font-size: 14px;
}

#navBar.navbar a:hover {
    color: #fff700 !important;
	background-color: #468934 ;
}

#navBar.navbar a:focus {
    color: #fff700 !important;
}

#navBar.navbar {
	background: linear-gradient(135deg, #54754b, #29521e, #214218) !important;
	border:none;
	margin-bottom:0;
	opacity:0.9;
	z-index:98;
}

#navBar .dropdown-menu {
	background: linear-gradient(135deg, #54754b, #29521e, #214218) !important;
	margin-top:-1px;
}

#navBar .dropdown-menu a{
	font-family: 'Quattrocento', serif;
}

nav .nav .active a {
	background: #468934 !important 
	
}

.open .dropdown-menu>li>a:hover,
.navbar-custom .nav .open>a, 
.navbar-custom .nav .open>a:hover, 
.navbar-custom .nav .open>a:focus {
   background-color:#468934;
   color:#fff700 !important;
}

@media (min-width: 1020px) and (max-width: 1330px){
	#navBar.navbar a  {
		font-size: 13.5px;
	}
}

@media (min-width: 1020px) and (max-width: 1320px){
	#navBar.navbar a  {
		font-size: 13px;
	}
}

@media (max-width: 1270px){
	#navBar.navbar a  {
		font-size: 12px;
	}
}

@media (min-width: 1020px) and (max-width: 1205px){
	#navBar.navbar a  {
		font-size: 11px;
	}
}

@media (min-width: 768px) and (max-width: 1150px) {
	#navBar {
		display:none !important;
	}
	#hamburgerBtn {
        display: block !important;
    }

	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}
	
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}

	.dropdown-menu > li > a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: normal;
		line-height: 1.42857143;
		color: #333;
		white-space: nowrap;
	}

	.navbar-header {
		float: none;
	}

	.navbar-toggle {
		display: block;
		margin-top:10px !important;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	
	.navbar-collapse.collapse {
		display: none!important;
		padding-left:0px!important;
		padding-right:0px!important;
	}

	.navbar-nav {
		float: none!important;  
		width:100%!important;
	}
	
	.navbar-nav>li {
		float: none;
	}

	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.navbar-text {
		float: none;
		margin: 15px 0;
	}

	.navbar-collapse.in {
		overflow-y: auto !important;
	}

	.collapse.in {
		display: block !important;
	}
	
	.container-fluid {
		padding:0px;
	}
}

.side-menu {
	background: linear-gradient(135deg, #54754b, #29521e, #214218) !important;
	position: fixed;
    top: 0;
    right: -250px;
    height: 100%;
    width: 250px;
    color: white;
    transition: right 0.3s ease;
    z-index: 9999;
    padding-top: 60px;
}

.side-menu.open {
    right: 0;
}

.side-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-menu a  {
    color:  #ffffff !important;
	font-family: 'Spectral SC', serif;
	font-size: 14px;
	text-decoration: none;
}

.side-menu .dropdown-menu a{
	font-family: 'Quattrocento', serif !important;
}

.side-menu a:hover {
    color: #fff700 !important;
	background: #468934 !important 
}

.side-menu a:focus {
    color: #fff700 !important;
	background: #468934 !important 
}

.side-menu a:active {
    color: #fff700 !important;
	background: #468934 !important;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    color: #fff700 !important;
	background: #468934 !important;
}

.side-menu .close {
    font-size: 36px;
    color: white;
    border: none;
    background: none;
    position: absolute;
    top: 20px;
    left: 20px;
}

#hamburgerBtn {
	display: none;
}

@media (max-width: 767px) {
	#navBar {
		display:none !important;
	}
    #navBar .navbar-collapse {
        display: none; 
    }
    
    #hamburgerBtn {
        display: block;
    }
}

.navbar-toggle {
	margin-right: 0!important;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1000;
}

.icon-bar {
	background: black!important;
    height: 4px;
    width: 100%;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}


.navbar-toggle:hover .icon-bar {
    background: #468934 !important;
}

.navbar-toggle:hover .icon-bar:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}

.navbar-toggle:hover .icon-bar:nth-child(2) {
    opacity: 0;
}

.navbar-toggle:hover .icon-bar:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}

#logoSec{
	display: flex;
    justify-content: center;
    transition: opacity 0.3s ease, background-color 0.3s ease;
    position: relative;
    background: linear-gradient(135deg, #ffffff, #ffffff, #cccccc) !important;
    color: #000000;
    align-items: center; 
    padding: 15px;
    min-height: 175px;
	cursor:pointer;
}

#mainLogoDiv{
	display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    margin-left: 25px;
    z-index: 999 !important;
}

#allTextWrapper {
	display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    margin-left: 20px;
}

#logoNavB {
	align-items: center;
	width: 250px;
    position: relative;
    z-index: 99;
}

#spons2 {
	vertical-align: middle;
}

#logoNavName{
	font-family: 'Quattrocento', serif;
	font-size: 50px;
}

#logoNavDesc{
	font-family: 'Quattrocento', serif;
	font-size: 40px;
}

#logoNavExtra{
	padding-left:5px;
	font-family: 'Bad Script', cursive;
    font-size: 20px;
}

#logoNavS{
	display: none;
	padding:10px;
}

/****************/
/********Seperator */

#seperator{
	opacity: 0.9;
	font-family: 'Bad Script', cursive;
	font-size: 15px;
	color:white;
	background: linear-gradient(135deg, #54754b, #29521e, #214218) !important;
    color: #ffffff;
	padding:10px;
	text-align:center;
	-webkit-box-shadow: 0px 0px 10px 5px #a9a9a9; 
	box-shadow: 0px 0px 10px 5px #a9a9a9; 
}
/********************* */
/********mobile-icon-bar */
.mobile-icon-bar {
	position: fixed;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: space-around;
	background: linear-gradient(300deg, #54754b, #29521e, #214218) !important;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
	border-top: 1px solid #ccc;
	z-index: 100;
	transform: translateY(100%);
	opacity: 0; 
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease-in-out;
}

.icon-bar-item {
	font-family: 'Quattrocento', serif;
	flex: 1;
	text-align: center;
	padding: 20px 0;
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
}

.icon-bar-item i {
	display: block;
	font-size: 20px;
	margin-bottom: 5px;
}

.icon-bar-item:hover {
	color: #fff700 !important;
	transform: scale(1.1);
	transition: transform 0.2s ease;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
  .mobile-icon-bar {
    display: flex;
  }
}

.mobile-icon-bar.visible {
  transform: translateY(0);
  opacity: 1;
}
/********************* */

/* Split Layout for Events and Social Media */
/* General layout */
.split-layout {
	clear:both;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 20px;
	flex-wrap: wrap; /* Ensure the content wraps properly */
}

.events-section, .social-media-section {
	flex: 1;
	padding: 15px;
	box-sizing: border-box;
}
  
.split-title {
	font-family: 'Quattrocento', serif;
	font-size: 24px;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}

 
/* Events Section */
.events-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-bottom: 20px;
}
  
.event-card {
	background: #f8f8f8;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 15px;
	text-align: center;
	transition: box-shadow 0.3s ease;
}

.event-card:hover {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  
.event-date {
	background: linear-gradient(135deg, #54754b, #29521e, #214218) !important;
	color: #fff;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
}

.event-date .event-month {
	font-size: 14px;
	text-transform: uppercase;
}
  
.event-date .event-day {
	font-size: 24px;
	font-weight: bold;
}
  
.event-info {
	text-align: center;
}
  
.event-title {
	font-size: 16px;
	margin: 5px 0;
	color: #333;
}
  
.event-time {
	font-size: 14px;
	color: #666;
}

.view-all-events {
	text-align: center;
	margin-top: 15px;
}
  
.view-events-button {
	display: inline-block;
	background: linear-gradient(135deg, #54754b, #29521e, #214218) !important;
	color: white;
	padding: 10px 20px;
	text-decoration: none;
	font-size: 16px;
	border-radius: 5px;
	text-align: center;
}
  
.view-events-button:hover {
	color: #fff700;
	background: #468934 !important;
	text-decoration: none;
}
  
/* Social Media Section */
.social-tabs {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	width: 100%;
}

.social-tab-buttons {
	width:100%;
	display: flex;
	gap: 10px;
	justify-content: center;
}

.social-tab {
	width:100%;
	font-family: 'Quattrocento', serif;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #ddd;
	cursor: pointer;
	border-radius: 5px;
}

.social-tab.active {
	background: linear-gradient(135deg, #54754b, #29521e, #214218) !important;
	color: #fff;
	border-color: #63773C;
}

.social-tab:hover {
	background: #468934 !important;
}

.social-tab-content {
	display: none;
	flex: 1;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 500px;
	min-height: 500px;
	overflow: hidden;
}

.social-tab-content.active {
	display: flex;
}

.social-iframe {
	border: none;
	width: 100%;
	height: 100%;
	display: block;
}
  
@media (max-width: 768px) {
	.split-layout {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	.events-section, .social-media-section {
		width: 100%;
		margin-bottom: 20px;
	}

	.events-grid {
		grid-template-columns: 1fr;
	}

	.social-tab-content {
		min-height: 400px;
	}

	.view-all-events {
		text-align: center;
	}

	.social-tab-content iframe {
		width: 100%;
		height: 100%;
	}
}
/********************* */
/*************FOOTER*************/
.footer-links {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}

.social-media {
	display: flex;
	gap: 10px;
	margin-right: 20px;
}

.social-media a {
	font-size: 24px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #ffffff;
	text-decoration: none;
	transition: background-color 0.3s;
}

.social-media a:hover {
	background-color: darken(#ffffff, 10%);
}

.about-contact {
	text-align: center;
}

.about-contact div {
	margin: 5px 0;
}

.about-contact a {
	color: #ffffff;
	text-decoration: none;
}

.about-contact a:hover {
	text-decoration: underline;
}

#contactUsFooter, #aboutUsFooter, #supportUsFooter, #loginFooter{
	text-decoration:none;
	color: #ffffff;
}

#contactUsFooter:hover, #aboutUsFooter:hover, #supportUsFooter:hover, #loginFooter:hover{
	opacity: 0.3;
}

#footerTerms{
	text-decoration:none;
	color: #ffffff;
	
}

#footerTerms:hover{
	text-decoration:none;
	opacity: 0.6;
}

footer {
	font-family: 'Spectral SC', serif;
	background: linear-gradient(135deg, #54754b, #29521e, #214218) !important;
	color: #ffffff !important;
	bottom:0;
	width:100%;
	position: absolute;
}
/*****************************/
#welcomeTitle {
  font-family: 'Quattrocento', serif;
  font-size: 24px;
  color: #333;
  text-align: center;
  margin-bottom: 23px;
  font-weight: bold;
}

#welcomeBody {
  font-family: 'Merriweather', serif;
	font-size: 20px;
}

.welcome-table {
  display: table;
  width: 100%;
}

.welcome-row {
  display: table-row;
}

.welcome-image-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
  width: 40%;
}

.welcome-text-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
  width: 60%;
}

.welcome-image {
  width: 100%;
  margin: 0 auto;
  display: block;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.welcome-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.welcome-row-flyer, .student-interest-flyer {
  flex: 1;
  padding: 15px;
  min-width: 50%;
  position: relative;
}

.welcome-image-cell-flyer, .welcome-text-cell-flyer {
  flex: 1;
  padding: 15px;
}

.welcome-image-flyer {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.student-flyer-image {
  width: 100%;
  border-radius: 15px;
}

/* Flyers container for multiple flyers */
.flyers-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px; /* Space between welcome section and flyers */
  justify-content: center;
}

.student-interest-flyer,
.employment-opportunities-flyer {
  flex: 1;
  padding: 15px;
  min-width: 300px; /* Ensures reasonable size on wider screens */
  position: relative;
  max-width: 750px;
}

.student-flyer-image,
.employment-flyer-image {
  width: 100%;
  border-radius: 15px;
  transition: filter 0.3s ease;
  
}

.flyers-container > div:only-child {
  margin: 0 auto; /* This centers a single flyer */
}

.student-interest-flyer:hover,
.employment-opportunities-flyer:hover {
  filter: brightness(85%);
}

@media (max-width: 768px) {
  .flyers-container {
    flex-direction: column;
  }
  
  .student-interest-flyer,
  .employment-opportunities-flyer {
    width: 100%;
  }
}

.flyer-button {
	display: inline-block;
  text-decoration: none;
  background-color: #0073e6;
  color: white;
  border: none;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media (max-width: 768px) {
  .welcome-row {
    display: block;
  }

  .welcome-image-cell, .welcome-text-cell {
    display: block;
    width: 100%; 
  }

  .welcome-image {
    margin-bottom: 15px;
  }

  .welcome-container-flyer {
    flex-direction: column;
  }

  .welcome-row-flyer, .student-interest-flyer {
    min-width: 100%;
  }
}
/************************Testimonial Section ************************/
.accrediting-section {
  text-align: center;
  margin-top: 30px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 10px;
}

.accrediting-info p {
  width: 80%;
  margin: auto;
  font-family: 'Spectral SC', serif;
  font-size: 18px;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.6;
}

.accrediting-logos {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap; /* Allows logos to stack on smaller screens */
}

.accrediting-logo {
  max-height: 100px;
  max-width: 100%; /* Ensures the image does not exceed its container */
  height: auto;
  width: auto; /* Maintains aspect ratio */
}

@media (max-width: 768px) {
  .accrediting-logo {
    max-height: 80px; /* Slightly smaller for mobile view */
  }

  .accrediting-info p {
    font-size: 16px; /* Slightly smaller text for better readability */
  }
}

/************************Testimonial Section ************************/
.testimonial-section {
  text-align: center;
  padding: 50px 20px;
  background: #f9f9f9;
}

.testimonial-title {
  font-family: 'Spectral SC', serif;
  font-size: 2em;
  color: #333;
  margin-bottom: 30px;
}

/* Slider Wrapper */
.testimonial-slider-wrapper {
  overflow: hidden;
  position: relative;
}

/* Slider */
.testimonial-slider {
  display: flex;
  gap: 20px;
  padding: 10px;
  animation: auto-slide 45s infinite linear; /* Slowed down to 45 seconds */
}

.testimonial-card {
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  flex: 0 0 300px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: scale(1.05);
}

.testimonial-card-title {
  font-size: 1.5em;
  color: #63773C;
  font-family: 'Quattrocento', serif;
  margin-bottom: 10px;
}

.testimonial-card-body {
  font-size: 1em;
  font-family: 'Raleway', sans-serif;
  color: #555;
}

.testimonial-card-author {
  font-size: 1em;
  font-weight: bold;
  color: #333;
  margin-top: 15px;
  display: block;
  text-align: right;
}

/* Auto-slide Animation */
@keyframes auto-slide {
  0% {
    transform: translateX(0);
  }
  16.66% {
    transform: translateX(-300px);
  }
  33.33% {
    transform: translateX(-600px);
  }
  50% {
    transform: translateX(-900px);
  }
  66.66% {
    transform: translateX(-1200px);
  }
  83.33% {
    transform: translateX(-1500px);
  }
  100% {
    transform: translateX(0);
  }
}

.testimonial-slider-sponsor-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%; 
}

/* Slider */
.testimonial-slider-sponsor {
  display: flex;
  gap: 20px;
  padding: 10px;
  width: max-content;
  animation: auto-slide-sponsor 65s infinite linear;
}

.testimonial-sponsor-card {
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-card-image {
  width: 100%;
  max-width: 200px;
  height: auto;
  object-fit: contain;
  margin-bottom: 15px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}


@keyframes auto-slide-sponsor {
	0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.sponsor-loader {
	margin: auto;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #63773C;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: sponsor-loader-spin 1s linear infinite;
}

@keyframes sponsor-loader-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.sponsor-hidden {
    display: none;
}

/**********************************carousel */
.carousel-container {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
    #myCarousel1, #myCarousel2 {
        display: block;
    }
}
@media (max-width: 767px) {
    #myCarousel2 {
        display: none;
    }
    
    #myCarousel1 {
        display: block;
    }
}

/**********************************Announcement container inside carousel */
.announcement-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 100;
  opacity: 1;
  visibility: visible;
  text-align: center;
  transform: translateX(-50%);
  max-width: 600px;
  margin: 0 auto;
}

.announcement-banner {
    padding: 20px;
    font-size: 30px;
    margin: 10px 0;
    width: 100%;
    max-width: 600px;
    opacity: 0;
    animation: announcementSlide 15s ease-in-out infinite;
    animation-delay: 0s;
    animation-fill-mode: both;
    text-align: center;
	background: linear-gradient(135deg, 
        rgba(84, 117, 75, 0.5), 
        rgba(41, 82, 30, 0.5), 
        rgba(33, 66, 24, 0.5)) !important;
    color: #fff700;
	font-family: 'Quattrocento', serif;
    border-radius: 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);

	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.announcement-banner-body {
    margin-top: 15px;
    font-size: 22px;
    color: #d9d200;
}

@media (max-width: 768px) {
    .announcement-banner {
        font-size: 20px;
    }

    .announcement-banner-body {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .announcement-banner {
        font-size: 18px;
    }

    .announcement-banner-body {
        font-size: 16px;
    }
}

@keyframes announcementSlide {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
  90% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(50px);
  }
}

#homeworkPasswordModal .modal-dialog {
    margin-top: 100px;
}

.snapwidget-widget {
  scrollbar-width: thin !important;
  scrollbar-color: #4CAF50 #f0f0f0; /* Green thumb, light grey track */
}

.snapwidget-widget::-webkit-scrollbar {
  width: 8px; /* Set the width of the scrollbar */
}

.snapwidget-widget::-webkit-scrollbar-track {
  background-color: #f0f0f0; /* Light grey background for the track */
  border-radius: 10px; /* Rounded corners for the scrollbar track */
}

.snapwidget-widget::-webkit-scrollbar-thumb {
  background-color: #4CAF50; /* Green color for the thumb */
  border-radius: 10px; /* Rounded corners for the thumb */
  border: 2px solid #f0f0f0; /* Light border around the thumb */
}

.snapwidget-widget::-webkit-scrollbar-thumb:hover {
  background-color: #45a049; /* Darker green when hovering over the scrollbar */
}

/**************************NAV ALUMNI**********/
#alumni-logo:hover {
	color:#29521e;
}

#alumni-logo {
	font-family: 'Quattrocento', serif;
	color:#468934;
	float:right;
	padding-top:12px;
	font-size:20px;
	font-weight:bold;
	text-decoration: none;
}

