/* 
Example class for article lists. In this case, our outer div would have a class
of 'summary-list'. Inner styles would be applied to the titles and summary fields.
*/
.summary-list .lr-list-title {
	font-weight: bold;
	display: block;
}
.summary-list .lr-list-summary {
	font-weight: normal;
	font-size: 0.8em;
}
.navbar {
	background-color: #21215F;
}
#mainbody {
	margin-top: 80px;
}
.school-logo img {
	height: 65px;
}
.lr-sidemenu {
	background-color: red;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.headbanner {
		display: none;
	}
	#bodycontent-home .row {
    margin-left: 5px;
    margin-right: 5px;
		
	}
	.school-logo img {
		padding-top:10px;
	}
	.school-vid {
		margin-top: 80px;
	}
[data-housename="Draco"]::before {
  	content:url('/webcontent/webimage/48d9135135356c1b9e0c3d12d606b059.png');
  	zoom: 100%;
  	position:relative;
	margin: 20px;
  width: 150px ;
  height: 150px ;
  display:inline-block;
}
[data-housename="Draco"] .sl-hp-house {
	color: #2AA649;
}
[data-housename="Orion"]::before {
  	content:url('/webcontent/webimage/70b36d34016b7db024052b0d46af899a.png');
  	zoom: 100%;
  	position:relative;
	margin: 20px;
  width: 150px ;
  height: 150px ;
  display:inline-block;
}
[data-housename="Orion"] .sl-hp-house {
	color: #EB1D25;
}
[data-housename="Pegasus"]::before {
  	content:url('/webcontent/webimage/04c78a48f804ab9338de4cb907757ccd.png');
  	zoom: 100%;
  	position:relative;
	margin: 20px;
  width: 150px ;
  height: 150px ;
  display:inline-block;
}
[data-housename="Pegasus"] .sl-hp-house {
	color: #49C1F0;
}
[data-housename="Ursa"]::before {
  	content:url('/webcontent/webimage/7b9e6bf116d04e7117ca51627a3cde94.png');
  	zoom: 100%;
  	position:relative;
	margin: 20px;
  width: 150px ;
  height: 150px ;
  display:inline-block;
}
[data-housename="Ursa"] .sl-hp-house {
	color: #FDED06;
}
.housepoints {
	position: relative;
	margin-bottom: 40px;
}
.sl-housepoints {
	display: block;
}

.sl-hp-entry {
	width: 25%;
	padding: 20px;
}

.sl-hp-house {
	font-weight: bold;
	text-align: center;
	font-size: 1.5em;
}

.navbar-toggle {
	margin-top: -5px;
}
.sl-hp-points {
	font-size: 2em;
	text-align: center;
}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {...}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {...}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {...}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...}