.contact-details{
	background-color: #1C1F3C;
	color: #fff;
	height: 950%;
	padding: 10px 10px;
}
.contact-details a {
	color: fff;
}
.contact-details h3 {
	color: #fff;
}
/* Topbar CSS */

.sl-searchbox {
	margin-top: 10px;
}
.headbanner {
	background-color: #FC0C0C;
	font-size: 1.8em;
}

/* Margin and Padding Correction on Body Content */
#bodycontent .row {
	margin-left: 0px;
	margin-right: 0px;
}
h2.col-sm-12, h1.col-sm-12, p.col-xs-12, p.col-sm-12 {
	padding: 0px;
}

/* Media CSS */
@media screen and (max-width: 1567px) {

}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 425px) {

}


/* Footer CSS */ 
.slfooter {
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 50px;
	border-top: 2px solid #347ab8;
	border-bottom: 2px solid #347ab8;
}
.slfooter img {
	margin-bottom: 5px;
}


/* Marquee Banner CSS */
marquee {
	color: #fff;
	white-space: nowrap;
	background-color: #FC0C0C;
}
.scroll {
	list-style-type: none;
	margin: 7px;
	padding: 0;
	overflow: visible;
}
.scroll li {
	display: inline-block;
	padding: 5px 30px 0 20px;
	border-right: 1px solid #3A4457;
}
.scroll li a {
	display: block;
	color: white;
	text-align: center;
	text-decoration: none;
}
.scroll li:last-child {
  border-right: none;
}

/* Google Translate CSS */
.goog-te-gadget-simple {
	padding-left: 6px;
	border: 0px !important;
	margin-bottom: 10px;
}

/* General Page Structure */
@font-face {
   font-family: museo;
   src: url(https://demo6.sch.life/_public/MuseoSansRounded700.otf);
}

* {
   font-family: museo;
}
body {
	font-family: 'Museo', sans-serif;
	background-color: #fff;
}
h1, h2, h3 {
	font-family: 'Museo', sans-serif;;
	font-weight: bold;
}
.navbar-brand > img {

	max-height: 130px;
}
a {
	color: #555555;
}
a:hover {
	color: #777777;
}
#mainbody {
	background-color: white;
	padding-top: 10px;
	border-radius: 10px;
	padding-bottom: 40px; /* Spacing between content and border */
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	#mainbody {
		border-radius: 0px;
	}
}
#bodycontent {
	font-size: 1.3em;
}
#header-outer {
	min-height: 250px;
	margin-bottom: 20px;
}
#header { 
	padding-top: 20px; 
}
#footer-outer {
	color: #fff;
	position: relative;
	top: -100px;
	border-top: 1px dotted #777777;
	background-color: #3A4457;
	padding: 40px;
}
#footer-outer a {
	color: #fff;
}

.gallery-item {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	transform: scale(0.8, 0.8);
	height: 200px;
	display: flex;
	align-items: center;
}

.gallery-item:hover {
	transform: scale(1.0, 1.0);
	box-shadow: 0 10px 20px rgba(128, 128, 128, 0.75);
}
.page-image > div {
	text-align: center;
	margin: 20px auto;
}

.page-image > div > img {
	width: 100%;
	max-width: 600px;
	display: block;
	margin: 0 auto;
}

.page-quote > p {
	font-style: italic;
	text-align: center;
	margin: 20px auto;
}

.page-boxout > div > p {
	background-color: #f8b133;
	padding: 10px;
	font-size: 1.6em;
	color: #1c1f3c;
}

.page-hyperlink a {
	background-color: #FC0C0C;
	color: #fff;
	padding: 5px;
	border-radius: 10px;
}

.page-bulletlist > div > ul {
}

.page-imageslider .carousel-inner > .item > img,
.carousel-inner > .item img {
	max-height: 300px;
	margin: 0 auto;
}
.page-imageslider .carousel-control.left, .page-imageslider .carousel-control.right {
	background-image: none;
}
/* End of Page/Article */

/* Messages */
.message {
	position: relative;
	padding: 15px;
	color: #000;
	background: #dddddd;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.message:after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 40px;
	border-width: 15px 15px 0;
	border-style: solid;
	border-color: #dddddd transparent;
	display: block;
	width: 0;
}

.messagedate {
	text-align: right;
	margin-bottom: 1.8em;
	font-size: .75em;
}
/* End of Messages */

/* Category Items */
.cat-item {
	margin-bottom: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px dotted #777777;
}

.cat-item:hover {
	background-color: #ffffca;
}

.cat-title {
	margin-top: 0;
}

.cat-summary {
}
/* End of Category Items */

/* Newsletters */
.nl-item {
	margin-bottom: 20px;
}

.nl-title {
	margin-top: 0;
}

.nl-summary {
}

.nl-date {
}
/* End of Newsletters */

/* Document List */
.dl-item {
	margin-bottom: 20px;
}

.dl-title {
	margin-top: 0;
}

.dl-filename {
}
/* End of Document List */

/* Calendar */
.cal-event {
	color: black;
	border-bottom: 1px dotted #777777;
	padding-top: 10px;
	padding-bottom: 10px;
}

.cal-event:hover {
	background-color: #ffffca;
}

.cal-dateblock {
	border-right: 1px dotted #777777;
}

.cal-day {
	display: block;
}

.cal-dayofmonth {
	font-size: 2em;
	display: block;
}

.cal-monthyear {
	display: block;
}

.cal-time {
	display: block;
	font-size: 0.8em;
}

.cal-title {
	margin-top: 5px;
	color: black;
}

.cal-summary {
	display: block;
}
/* End of Calendar */

/* Homework */
.hw-student {
	border-bottom: 1px solid #777777;
	padding-top: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.hw-item {
	margin-bottom: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px dotted #777777;
}

.hw-item:hover {
	background-color: #ffffca;
}

.hw-title {
	margin-top: 0;
}

.hw-summary {
}

.hw-date {
}
/* End of Homework */


/* Tables */
.page-table td { border: 1px solid #bbbbbb !important; }
.cellshaded { background-color: #dddddd; }

.page-table-container { overflow-x: auto; }


.sl-searchresult {
	margin-bottom: 10px;
}
.sl-searchresulttitle {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
}
.sl-searchresulttext {
	display: block;
}
.sl-searchresultdate {
	display: block;
	font-size: 0.8em;
}

.page-video {
	margin-top: 15px;
}

.video-responsive {
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}

.video-responsive iframe {
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}
