@import 'menu.css';
@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro|Just+Another+Hand';


body {
	background-color: #eee;
	margin: 0; 
	padding-top: 20px; 
	font-family: Source Sans Pro, Arial, Helvetica, sans-serif;
	background-image:url('images/kids.png');
	background-attachment: fixed;
	background-position: center bottom; 
	background-repeat:repeat-x;	
	background-size: contain;
}
h1{
	font-size: 60px;
	line-height: 60px;
	font-weight: normal;
	font-family: Just Another Hand ;
	color: #2B67AC;
}
h2{
	font-size: 25px;
	line-height: 25px;
	font-weight: normal;
}
h3{
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
}
h4{
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}
input, textarea, select {
	font-family:"Open Sans", Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif, Sans;
	font-size: 15px;
	border-radius: 5px;
	padding: 7px;
	border: 2px solid #757761;
	background-color: #fff;
	max-width: 80vw;
	width: 250px; 
} 
select{
	width: auto; 
}
a[href^="mailto:"]
{
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
table{
	width: 100%;
	border-collapse: collapse;
}
th{
	padding: 5px 3vw 5px 5px;
	vertical-align: top;
	text-align: left;
	background-color: #666666;
	color: #fff;
	font-size: 20px; 
}
td{
	padding: 10px; 
	vertical-align: top;
}
tr:nth-child(2n+1) {
    background-color: #f0f0f0 !important;
}
blockquote {
    border-radius: 3px;
    position: relative; 
    font-style: italic;
    text-align: center;
    padding: 1rem 1.2rem;
    width: 80%;  
    color: #fff;
    margin: 1rem auto 0.5rem;
    background: #6EA946;
	max-width: 500px; 
}
 blockquote:before,
 blockquote:after{
    font-family: FontAwesome;
    position: absolute;
    top: 13px;
    color: #DB9028;
    font-size: 34px;
}
 blockquote:before{
    content: "\f10d";
    margin-right: 13px;
    right: 100%;
}
 blockquote:after{
    content: "\f10e";
    margin-left: 13px;
    left: 100%;  
    top: auto;
    bottom: 13px;
}
.maintext blockquote a{
	color: #fff;
}


.newport {
	background-color: #C6282D;
}
.wootton {
	background-color: #6EA946;
}
.sandown {
	background-color: #DB9028;
}




.header{
	text-align: center;
}
.header img{
	width: 500px; 
}
.container{
	max-width: 75vw;
	background-color: #fff; 
	margin: 0 auto 20vw auto; 
	box-shadow:0px 0px 20px grey;
	padding-bottom: 10px; 
}
.maintext{
	padding: 10px 50px;
	font-size: 17px;
	line-height: 180%;
	color: #666; 
	max-width: 800px; 
	margin: auto; 
}
.maintext p {
    margin: 20px auto;
}
.maintext a{
	color: #333
}
.maintext h1 {
    margin: 20px auto;
    letter-spacing: 3px;
}
.maintext h2 {
    margin: 20px auto;
}
.prodbox{
	display: flex; 
	justify-content: center;
	margin: auto; 	
	padding: 10px; 
}
.prodbox > div {
	height: 400px;
	margin: 10px;
	background-color: #fff; 
	max-width: 990px; 
	flex: 1 1 280px; 
}
.prodimage {
	height: 100%;
	background-size: cover; 
	background-repeat: no-repeat;
	background-position: center center; 
}
.bgauto{
	background-size: auto; 
}
.contain{
	background-size: contain; 
}
.prodimage img {
	height: 100%;
	width: 100%; 
}
.prodbox > div .div {
	position: absolute; 
	bottom: 0;
/*	background-color: rgba(48, 110, 179,0.6); */
	color: #fff;	
	width:calc(100% - 20px ); 
	z-index: 2; 
	padding: 20px 10px; 
	text-align: center; 
	backdrop-filter:  blur(4px);
	line-height: 40px; 
	font-weight: normal; 
	letter-spacing: 2px; 
	font-size: 40px; 
	font-family: Just Another Hand ;
}
.prodbox > div .div a{
	color: #fff; 
	text-decoration: none; 
	display: block; 
}	
.prodbox a:hover{
	color: #fff; 
	text-shadow:0px 0px 20px #fff;
}
.prodimage {
	filter:  grayscale(0%);
}
.prodimage:hover{
	filter:  grayscale(100%);
}
.item {
	position: relative; 
}
.npt {
	background-color: rgba(198, 40, 45,0.7);
}
.wtn {
	background-color: rgba(110, 169, 70,0.7);
}
.sdn {
	background-color: rgba(219, 144, 40,0.7);
}
.footer{
	padding: 0 0 10px 0;
	color: #fff; 
	display: flex;
	margin: 0 10px 0px 10px; 
}
.footer div{
	padding: 20px; 
	flex: 1 1 280px;
	margin: 10px;
	line-height: 180%; 
}
.footer a{
	color: #fff;
	text-decoration: none; 
}
.footer a:hover{
	color: #000;
	text-decoration: none; 
}
.iw {
	font-size: 12px;
	padding: 15px 100px;
	text-align: right;
	max-width: 1400px;
	margin:auto; 

} 
.iw a{
	color: #777;
	text-decoration: none;
}
.pictures{
	display: flex;
 	flex-flow: row wrap;
    justify-content: center;
	margin	: 10px;
}
.pictures > div {
	flex: 1 1 auto;
	width: 300px;
	height	: 300px;
	max-width: 640px;
	position: relative;
	margin	: 10px;
}
.pictures > div.smallpic img{
	object-fit: none ;

    justify-content: center;
}
.pictures > div img{
object-fit: cover ;
	width: 100%;
	height:  100%;

}
.pictures .textbox {
	position: absolute;
	width: calc( 100% - 20px ); 
	color: #000;
	background-color: rgba(255,255,255,0.5); 
	z-index: 2;
	bottom: 0;
	padding: 10px;
	line-height: 170%; 
}
#map{
	height: 500px;
	width: 100%; 
	margin: 0 auto 10px auto; 
}
.oops {
	font-size: 250px;
	float: right;
	line-hight: 250px;
	color:#000;
}
#form{
	max-width: 800px;
	margin: 50px auto; 
}
#form td{
	padding: 10px;
}
.downloads{
	font-size: 20px;
	line-height: 180%;
	color: #666; 
	max-width: 800px; 
	margin: 0 auto 50px auto; 
	background-color: #306EB3; 
	background-image:url('/images/download.png');
	background-position: right center;
	background-size: 90px 90px; 
	background-repeat: no-repeat; 
	transition: 0.5s; 
}

.downloads a{
	color: #fff; 
	display: block;
	padding: 10px 120px 10px 50px;
	text-decoration: none; 
	min-height: 100px; 
}
.downloads:hover{
	background-image:url('/images/download2.png');
	background-color: #6EA946; 
}
.downloads a:hover{
	color: #000; 
}
.tapestry{
	background-color: #306EB3;
	text-align: center;
	font-family: Josefin Sans, Arial, Helvetica, sans-serif;
	margin: 0 20px 10px 20px;
	transition: 0.5s;
}
.tapestry a{
	font-size: 27px;
	line-height: 80px;
	display: block;
	color: #fff;
	text-decoration: none;  
}
.tapestry:hover{
	background-color: #6EA946;	
}
#news{
	max-width: 1024px;
	margin: auto; 
}
.news {
	display: flex;
	justify-content: space-between;
	color: #fff; 
	margin: 20px 0 50px 0; 
	background-color: #306EB3;
} 
.news h2, .news h4{
	margin: 0 0 15px 0; 
}
.news > div {
	padding: 20px; 
	line-height: 180%; 
}
.news a{
	border-bottom: 3px dotted #fff; 
	text-decoration: none; 
	color: #fff;
}
.news a:hover{
	border-bottom: 3px dotted #000;	
}
.rightpix img{
	max-width:300px; 
}
.rightpix {
 	text-align: right; 
	padding: 20px; 
	transition: 0.5s; 
}
.rightpix a, .rightpix a:hover{
	border-bottom: 0; 
	text-decoration: none; 

}

.tablewarning{
	display: none;  
}
small {
	display: none; 
} 
.corona div {
	max-width: 800px;
	padding: 20px 50px; 
	margin: auto; 
}
.corona h4{
	text-align: right; 
}
.corona h2{
	font-size: 60px;
	line-height: 60px;
	font-weight: normal;
	font-family: Just Another Hand;
	color: #fff;
}
.corona a{
	border-bottom: 0; 
	text-decoration: none; 
	color: #fff;
}
.vimeo-wrapper, .vimeo-wrapper2 {
  width: 100%;
	background-size: cover; 
  overflow: hidden;
  position: relative; 

}
.vimeo-wrapper:after {
    padding-top: 33.33%;
    display: block;
    content: ""; 
}

.vimeo-wrapper iframe, .vimeo-wrapper2 iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; 
}






@media only screen and ( max-width:1400px ) {
.container{
	max-width: none; 
}
body{
	padding-top: 0; 
}
}

@media only screen and ( max-width: 990px ) {
	body{
	background-color:#fff;
}
 .footer{
	flex-flow: row wrap;
	padding: 10px 0;
	margin: 0; 
	font-size: 20px; 
}
.footer > div {
	flex: 1 1 640px; 
	margin: 10px 0;
}
.maintext{
	font-size: 20px; 
	padding	: 30px;
}
body{
	background-image:url('images/fewer-kids.png');
}
.container{
	margin: 0 auto 40vw auto;
}
.news {
	margin: 20px 0; 
	flex-flow: row wrap;
} 
.news > div {
	flex: 1 1 300px; 
}
.rightpix {
	width: auto
}
.rightpix img{
	width: 100%;
	max-width: 100%;  
}
td{
	padding: 2px !important; 
}
.grecaptcha-badge {
    visibility: hidden;
}
small {
	display: block; 
	font-size: 14px;  
	line-height:16px; 
}
}

@media only screen and ( max-width: 640px ) {
.maintext{
	padding	: 10px;
}
.prodbox{
	flex-flow: row wrap;
	padding: 10px 0;
}
.prodbox > div {
	flex: 1 1 640px; 
	margin: 10px 0;
}
td{
	display: block;

}
input, textarea, select {
	width: auto;

}
.header{
	padding: 60px 20px 20px 20px; 
}
 blockquote {
    width: 65%;  
}
}

@media screen and (min-width:300px) and (max-width:640px) and (orientation:portrait) {
.tablewarning{
	display: block; 
}
}