.menu-option {
	padding: 0 2px 0 2px;
}
.meat {
	margin-left: 3px;
}
}
.viewmore {
	bottom: 0;
	margin: 0;
	border-radius: 10px;
}
.school-title h1 {
	color: #fff;
}
video {
  width: 100%;
  height: auto;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@900&display=swap');
#breadcrumbnav {
	display: none;
}
.value-title p {
	color: #961b43;
	font-size: 1.4em;
}
.school-value {
  	font-family: 'Gloria Hallelujah', cursive;
  	display: flex;
	padding-top: 30px;
  	justify-content: center;
  	align-items: center;
	height: 20vh;
	color: #961b43;
}
.radio {
	color: #961b43;
	font-size: 1.4em;
}
.school-value ul {
  position: relative;
  display: flex;
	padding-inline-start: 0;
}

.school-value li {
  list-style: none;
}

label {
  position: relative;
}

input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 120px;
  width: 120px;
  z-index: 100;
}
.school-value span {
  position: relative;
  height: 120px;
  width: 120px;
  background: #DBE5E6;
  color: #050517;
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
  cursor: pointer;
  margin: 0 4px;
	border: 5px solid #892647;
  border-radius: 20px;
  box-shadow: -1px -1px 4px rgba(255, 255, 255, 0.5),
    8px 8px 12px rgba(0, 0, 0, 0.2),
    inset -1px -1px 4px rgba(255, 255, 255, 0.5),
    inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}

/* div:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 75px;
  height: 38px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
} */

input[type="checkbox"]:checked ~ span {
  box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.05),
    inset 4px 4px 6px rgba(0, 0, 0, 0.2);
  color: yellow;
  text-shadow: 0 0 15px yellow, 0 0 25px yellow;
  animation: glow 1.5s linear infinite;
}


@keyframes glow {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}
.school-moto {
	margin-bottom: 0;
}
.bullet {
  padding: 0;
  margin: 0;
  list-style: none;
}
.attendance-box {
	padding-top: 15px;
}
.attendance-box li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  float: left;
  color: #961b43;
	margin-left: 15px;
}
.calendar-box li:before {
  content: '\f133';
  font-family: 'FontAwesome';
  float: left;
  color: #961b43;
	padding-right: 5px;
}
.news-box li:before {
  content: '\f086';
  font-family: 'FontAwesome';
  float: left;
  color: #961b43;
}


.panel-default {
	border: none;
}
.googletranslate {
	padding-top: 12px;
}

.summary-list .lr-list-title {
	font-weight: bold;
	display: block;
}
.summary-list .lr-list-summary {
	font-weight: normal;
	font-size: 0.8em;
}
.bullet li {
	padding-bottom: 5px;
	color: #25317b
}
.panel-body {
	min-height: 221px;
	max-height: 221px;
	overflow: hidden;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.panel-body-attendance {
	min-height: 255px;
	max-height: 255px;
	overflow: hidden;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.sitetitle {
	font-size: 50px;
	color: #fff;
	padding-bottom: 20x;
	font-family: 'Paytone One', sans-serif;
	text-shadow: 0 5px 4px rgba(0,0,0,.1);
   -webkit-text-stroke-width: 2px;
   -webkit-text-stroke-color: #206d41;
}
.sitetitle-moto {
	color: #738f3b;
}
.panel-default {
	box-shadow: 0 5px 4px rgba(0,0,0,.1);
}
.panel {
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 10px;
}
/*.woodbg {
	background-image: url(/webcontent/webimage/woodgrain.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
*/
.page-panels{
	background-color: #738f3b;
}