/* Home Slide CSS */
.school-logo-panel {
	margin-bottom: -20px;
}
.carousel-inner>.item {
    -webkit-transition: -webkit-transform 0.8s ease-in-out !important;
    -o-transition: -o-transform 0.8s ease-in-out !important;
    transition: transform 0.8s ease-in-out !important;
}
.page-imageslider .carousel-inner > .item > img, .carousel-inner > .item img {
	max-height: none !important;
}
.slidelayout {
	background-repeat: no-repeat;
	background-size: cover;
	height: 80vh;
	background-position: top center;
}
.slide-1 {
	background-image:url(/webcontent/webimage/pexels-pixabay.jpg);
	background-position: 50% 50%;
}
.slide-2 {
	background-image:url(/webcontent/webimage/3e86a3a1-c3d4-4ef1-b808-170693ce59fd.jpg);
	background-position: 50% 50%;
}
.slide-3 {
	background-image:url(/webcontent/webimage/pupils.jpg);
	background-position: 50% 50%;
}
.slide-4 {
	background-image:url(/webcontent/webimage/pexels-pixabay-new-159579.jpg);
	background-position: 50% 50%;
}

@media screen and (max-width: 1024px) {
	.navbar-default .navbar-nav > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}
	body {
		padding-top: 0px;
	}
}
@media screen and (max-width: 768px) {
	.slidelayout {
		height: 300px;
	}
	.headsection h2 {
		margin-top: 0px;
		font-size: 20px;
	}
}
@media screen and (max-width: 425px) {
	.slidelayout {
		height: 200px;
	}
	.carousel-caption p {
		display: none;
	}
	.carousel-caption h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
}
.carousel-caption {
	background: rgba(4,55,102,0.6);
	padding-left: 5%;
	padding-right: 5%
}
.carousel-caption > h1 {
	color: #fff;
}
.carousel-caption > p {
	font-size: 16px;
	color: fff;
}
.btn-slide {
	color: #000;

	background-color: #faf60a;
	border-color: #faf60a;
}


#mainbody-home {
	background-color: #fff !important;
}
#mainbody {
	z-index: 1000;
	padding-top: -100px;
}
.home-quicklinks {
	position: relative; 
	top: -50px;
	height: 0px;
}
.home-quicklinks .pulse-button-upper {
	position: relative; 
	top: -60px;
}
@media screen and (max-width: 768px) {
	.home-quicklinks {
		position: relative; 
		top: 0;
	}
	.home-quicklinks .pulse-button-upper {
		position: relative; 
		top: 0;
	}
}
.pulse-block {
	height: 140px;
}
.pulse-button {
	position: relative;
	font-size: 1.4em;
	width: 175px;
	height: 175px;
	border: 3px solid #fff;
	box-shadow: 0 0 0 0 rgb(237, 34, 51 , 0.7);
	border-radius: 50%;
	color: #fff;
	background-color: #ed2233;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
	margin: 20px 0px;

}
.pulse-button:focus {
	outline: 0;
}
.pulse-button:hover  {
	-webkit-animation: pulse 1.00s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulse 1.00s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulse 1.00s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulse 1.00s infinite cubic-bezier(0.66, 0, 0, 1);	
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}


.btn {
	background-color: #de7c00;
	border: none;
}

.slide-fwd-top {
	-webkit-animation: slide-fwd-top 0.45s cubic-bezier(0.250, 0.460, 0.450, 0.940) 700ms both;
	animation: slide-fwd-top 0.45s cubic-bezier(0.250, 0.460, 0.450, 0.940) 700ms both;
}
/* ----------------------------------------------
* Generated by Animista on 2020-6-25 23:37:20
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */

/**
* ----------------------------------------
* animation slide-fwd-top
* ----------------------------------------
*/
@-webkit-keyframes slide-fwd-top {
	0% {
		-webkit-transform: translateZ(0) translateY(0);
		transform: translateZ(0) translateY(0);
	}
	100% {
		-webkit-transform: translateZ(0) translateY(-200px);
		transform: translateZ(0) translateY(-200px);
	}
}
@keyframes slide-fwd-top {
	0% {
		-webkit-transform: translateZ(0) translateY(0);
		transform: translateZ(0) translateY(0);
	}
	100% {
		-webkit-transform: translateZ(0) translateY(-200px);
		transform: translateZ(0) translateY(-200px);
	}
}

/* Home Slide CSS */
.carousel-caption h3 {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: .8em;
	font-weight: bold;
}
.school-moto h3 {
	font-weight: 300;
	font-size: 40px;
	color: #bab86c!important;
}

@media only screen and (min-width : 768px) {
	.hp-item { 
		height: 200px;
		font-size: 1.8em;
		transition: filter 0.2s linear;
	}
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.hp-item { 
		height: 200px;
		font-size: 2.5em;
	}
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.hp-item { 
		height: 200px;
		font-size: 2.7em;
	}
}
/* XL */
@media only screen and (min-width : 1441px) {
	.hp-item { 
		height: 280px;
		font-size: 3em;
	}
}


/* Slideshow Images CSS */

.fill {
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 60vh;
	margin-top: 150px;
}
@media screen and (max-width: 768px) {
	.fill {
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 60vh;
		margin-top: 130px;
	}
}
#top-panel-1 {
	background-image: url("/webcontent/webimage/pexels-pixabay-new-159579.jpg");
	background-position: 50% 40%;
}
.top-panel-caption {
	font-size: 5rem;
	bottom: 100px;
	color: #fff;
	text-shadow: -1px 1px 0 #000,
				  1px 1px 0 #000,
				 1px -1px 0 #000;
				-1px -1px 0 #000;
}
.top-panel-caption h1 {
	color: #fff;
}