body{
	background: #579B72 !important;
}
header {
	min-height: 65px;
}
header.toc { 
}
header .headertitle {
	height: 279px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header h1 {
	font-size: 80px;
}
@media(max-width: 767px){
	header h1 {
		font-size: 50px;
	}
}

section#contentwrap{
	padding-top: 50px; 
}
 
section#contentwrap article{
	min-height: 50px;
} 

.row.tocpics{
}
a.tocpic {
	display: block;
	margin-bottom:30px;
	background-size: 95% auto;
	transition: background 0.15s ease-in; 
}
 a.tocpic:hover{
	background-size: 99% auto !important;
	transition: background 0.05s ease-in;
}
ul.admintooloutside {
	right: -60px !important;
}	

.row.pics{
	margin-top: 50px;
}

a.swipebox {
	display: block;
	margin-bottom:25px;
}

.programmablok{  
}

.programmablok a{
	display: block;
	margin-bottom: 50px; 
	background-size: 92% auto;
	transition: background 0.15s ease-in; 
	position: relative;
	overflow: hidden;
} 
.programmablok a:hover{
	background-size: 96% auto !important;
	transition: background 0.05s ease-in;
} 
  

.programmablok a img{
	z-index:2;
	position: relative;
}
