



/*######################################
	Content
#######################################*/
#wrap{
	height:1700px;
}

.content-centerS {
	float: right;
	width:80%;
	height:100%;
	margin:0;
	margin-bottom: 50px;
	padding-left: 15px;
	margin-top: 50px;
	font-size:15px;
	color: #302F2C;
	Position: Absolute;
}
.content-centerSS {
	float: right;
	width:80%;
	height:100%;
	margin:0;
	margin-bottom: 50px;
	padding-left: 15px;
	margin-top: 150px;
	font-size:15px;
	color: #302F2C;
	Position: Absolute;
}
.content-centerSSS {
	float: right;
	width:80%;
	height:100%;
	margin:0;
	margin-bottom: 50px;
	padding-left: 15px;
	margin-top: 400px;
	font-size:15px;
	color: #302F2C;
	Position: Absolute;
}


.sidebarS {
		float: right;
		width: 16%;
		height: 100px;
		margin: 0px;
		background-color: white;
	}
	
.sidebarS img{
		width: 99.9%;
	}
	
.sidebarS img:hover {
		transform: scale(1.44) translateX(-22px); 
		z-index: 1; 
		-webkit-transition: 0.3s;
		transition: 0.5s;
		border: 0px solid grey;
}
.logoText {
	color: #E3EBF9;
	font-size:12.9px;
	font-weight: bolder;
}
@media screen and (max-width: 800px) {
	.content-centerS {
		width:100%;
		padding-left: 15px;
		Padding-top: 5px;
		font-size:12.9px;
	}
	.content-centerSSS {
	float: right;
	width:80%;
	height:100%;
	margin:0;
	margin-bottom: 50px;
	padding-left: 15px;
	margin-top: 1100px;
	font-size:15px;
	color: #302F2C;
	Position: Absolute;
	}
	.sidebarS {
		float: right;
		width: 0%;
		margin: 0px;
		background-color: white;
	}
	.sidebarS img{
		width: 0%;
	}
	.sidebarS Border{
		border: 0px;
		width: 0%;
	}
	.logoText {
	color: #E3EBF9;
	font-size:0px;
	font-weight: bolder;
}
}	



/*######################################
	Content
#######################################*/
#more {display: none;}


#News1 {background-color: #D1F2EB;}
#News2 {background-color: #FAEAB9;}
#News3 {background-color: #FEDEDE;}


/*######################################
	header
#######################################*/


*, *:before, *:after {
  box-sizing: inherit;
}

.column {
  float: left;
  width: 33.3%;
  margin-bottom: 0px;
  padding: 0 8px;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.container {
  padding: 0 7px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  font-size: 14.5px;
}


.card img:hover {
  opacity: 0.5;
  cursor: pointer;
  border: none;
  display: inline-block;
}
@media screen and (max-width: 650px) {
	.column {
	  padding: 4px;
	}
	.container {
		padding: 3px;
	}
	.title {
		font-size: 11.5px;
	}
}





/*######################################
	body
#######################################*/

* {box-sizing: border-box}
body {font-family: "Lato", sans-serif;}

/* Style the tab */
.tab {
	  overflow: hidden;
	  border: 1px solid #ccc;
	  background-color: #f1f1f1;
	   margin-left: -25	px;
	   width: 98%;
}

/* Style the buttons inside the tab */
.tab button {
	  background-color: inherit;
	  float: left;
	  border: none;
	  outline: none;
	  cursor: pointer;
	  padding: 14px 16px;
	  transition: 0.3s;
	  font-size: 17px;
	 
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color: #052B59;
	color: white;
}

/* Create an active/current tablink class */
.tab button.active {
	color: white;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 2px;
  padding-top: 25px;
  border: 0px solid #ccc;
  width: 98%;
  border-left: none;
  height: 100%;
}



.NewsHead {
	font-size: 16.5;
	color: #302F2C;
}

@media screen and (max-width: 650px) {
	.tabcontent {
		padding: 4px;
		width: 100%;
	}
	.tab button {
	  padding: 4px 6px;
	  font-size: 11px;
	}
}









/*######################################
		BSCHOOLS PAGE
######################################*/
table.blueTable {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

table.blueTable img{
	width: 98%;
}

.PiCschool img:hover {
		transform: scale(1.24) translateY(2px); 
		z-index: 1; 
		-webkit-transition: 0.3s;
		transition: 0.5s;
		border: 0px solid grey;
}
table.blueTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
  width: 33%;
  
}

table.blueTable tbody td {
  font-size: 13px;
  color: #414241;
}
table.blueTable tr:nth-child(even) {
  background: #D0E4F5;
}
table.blueTable thead {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}
table.blueTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: black;
  border-left: 2px solid #D0E4F5;
}
table.blueTable thead th:first-child {
  border-left: none;
}

@media screen and (max-width: 650px) {
	table.blueTable thead th {
		font-size: 10.5px;
	}
	table.blueTable tbody td {
		font-size: 10.5px;
	}
	table.blueTable img{
	width: 100%;
	}
}
