@charset "utf-8";
/* CSS Document */

body {margin:0; font-family:Arial, Helvetica, sans-serif;}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 96px;
	font-weight: 400;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 0;
}
 
h2 {
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
}

.colour-set-a {
	background-color:hsla(155.45,23.4%,36.86%,1); /* green */
}

.colour-set-a p {
	color:white;
}

.colour-set-a h2 {
	color:white;
}

.colour-set-a h3 {
	color:#EFC583; /* yellow */
}

.colour-set-b {
	background-color: white;
}

.colour-set-b p {
	color: #487462;  /* dark blue */
}

.colour-set-b h3 {
	color: #487462;  /* dark blue */
}

.colour-set-c {
	background-color:#BC7B91; /* rose */
}

.colour-set-c p {
	color:white;
}

.colour-set-c h2 {
	color:#EFC583; /* yellow */
}

.colour-set-c h3 {
	color:#EFC583; /* yellow */
}

.colour-set-c hr {
	color:#EFC583; /* yellow */
}

.colour-set-c h4 {
	color:white;
}

.colour-set-d {
	background-color:hsla(32.5,63.16%,92.55%,1); /* off-white */
}

.colour-set-d p {
	color: #487462;  /* dark blue */
}

.colour-set-d h1 {
	color: #487462;  /* dark blue */
}

.colour-set-d h2 {
	color: #487462;  /* dark blue */
}

.colour-set-d h3 {
	color: #487462;  /* dark blue */
}

.colour-set-e {
	background-color:transparent;
}

.colour-set-e p {
	color: white;
}

.colour-set-e h2 {
	color: white;
}

.colour-set-e h3 {
	color: white;
}

.colour-set-f {
	background-color:#EFC583; /* yellow */
}

.colour-set-f p {
	color: #487462;  /* dark blue */
}

.colour-set-f h2 {
	color: #487462;  /* dark blue */
}

.colour-set-f h3 {
	color: #487462;  /* dark blue */
}

.colour-set-g {
	background-color:hsla(155.45,23.4%,36.86%,1); /* green */
}

.colour-set-g p {
	color:white;
}

.colour-set-g h2 {
	color:white;
}

.colour-set-g h3 {
	color:white;
}

.button {
  display: inline-block;
  border: none;
  padding: 24px 105px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  margin: 4px 2px;
  border-radius: 34px;
  cursor: pointer;
  transition-duration: 0.4s;
  z-index:1;
  position:relative;
}

.button.mustard {
  background-color: rgb(239, 197, 131); /* #EFC583 mustard */
  color: black;
}
	
.button.mustard:hover {
  background-color: rgb(239, 197, 131, 0.5); /* transparent mustard */
}

.button.black {
  background-color: rgb(0, 0, 0); /* black */ 
  color: white;
}

.button.black:hover {
  background-color: rgb(0, 0, 0, 0.5); /* transparent black */
}

.overlay-layer {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.resp-flex {
	 display: flex;
	 flex-direction: row;
}

.resp-flex-row-reverse {
	 display: flex;
	 flex-direction: row-reverse;
}

.resp-flex h2, .resp-flex-row-reverse h2 {
	font-size:72px;
	font-weight:500;
}

.resp-flex h3, .resp-flex-row-reverse h3 {
	font-size:48px;
	font-weight:500;
}

.resp-flex h4, .resp-flex-row-reverse h4 {
	font-size:32px;
	font-weight:500;
}

.resp-flex p, .resp-flex-row-reverse p {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:24px;
}

.resp-flex.centre-balance-img-left h3 {
		font-size:42px;
}

.resp-flex.centre-balance-img-left .img-container {
	padding-left:5%;
	padding-right:0;
	margin-top: 20px;
	width: 60%;
	height: auto;
	overflow: hidden;
}

.resp-flex.centre-balance-img-left img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: 50% 50%;
}

.resp-flex.centre-balance-img-left .txt-div {
	width: 35%;
	padding-top: 2%;
	padding-left: 1%;
	padding-right: 8%;
}

.resp-flex.img-left {
	 justify-content: center;
}

.resp-flex.img-left div {
	width: 50%;
	padding-left: 0;
	padding-right: 0;
}

.resp-flex.img-left .img-container {
	height: auto;
	overflow: hidden;
}

.resp-flex.img-left img {
	width: 100%; /* Ensure the image fills the container's width */
	height: 100%; /* Ensure the image fills the container's height */
	object-fit: cover; /* Crop and scale the image to fill the container while maintaining aspect ratio */
	object-position: center center; /* Position the visible part of the image (e.g., center) */
}

.resp-flex h2, .resp-flex h3, .resp-flex h4, .resp-flex h5, .resp-flex p {
	padding-left: 4%;
	padding-right: 4%;
}

.resp-flex h3 {
	text-align::left;
}

.resp-flex.img-right {
	 flex-direction: row-reverse;
	 justify-content: center;
	 align-items: center;	 
}

.resp-flex.img-right div {
	width: 50%; 
	padding-left: 0;
	padding-right: 0;
}

.resp-flex.img-right .img-container {
	height: auto;
	overflow: hidden;
	box-sizing:border-box;
}

.resp-flex.img-right img {
	width: 100%; /* Ensure the image fills the container's width */
	height: 100%; /* Ensure the image fills the container's height */
	object-fit: cover; /* Crop and scale the image to fill the container while maintaining aspect ratio */
	object-position: center center; /* Position the visible part of the image (e.g., center) */
}

.resp-flex.img-right.resp-adj-testimonials .txt-div {
	padding-top:80px;
}

.resp-flex.img-right.resp-adj-testimonials h3, .resp-flex.img-right.resp-adj-testimonials p {
	text-align:center;
}

.resp-flex.column {
	 flex-direction: column;
	 justify-content: center;
}

.resp-flex.column.resp-adj-justify-centre {
	padding-top:40px;
	padding-bottom:40px;
	padding-left:22%;
	padding-right:22%;
}

.resp-flex.column.resp-adj-justify-centre h3, .resp-flex.column.resp-adj-justify-centre p {
	text-align:center;
	line-height:1.7;
}

.resp-adj-justify-left h2, .resp-adj-justify-left h3, .resp-adj-justify-left h4, .resp-adj-justify-left h5, .resp-adj-justify-left p {
	text-align:left;
}

.resp-adj-at-fcs-we-are-engaged-with-the-style-of-schooling {
	padding-top:150px;
	padding-bottom:150px;
}

.resp-adj-1-column {
	padding-top:20px;
	padding-bottom:140px;
	padding-left:20%;
	padding-right:20%;
}

.resp-adj-1-column h2 {
	text-align: center;
	font-size: 96px;
	font-weight: 500;
}

.resp-adj-1-column h3 {
	text-align: center;
	font-size: 84px;
	font-weight: 500;
}

.resp-adj-1-column h4 {
	text-align: center;
	font-size: 36px;
	font-weight: 500;
}

.resp-adj-1-column p {
	text-align: justify;
	font-size: 24px;
}

.even-top-and-bottom.resp-adj-1-column {
	padding-top:100px;
	padding-bottom:100px;
}

#passion-projects.resp-adj-1-column {
	padding-top:80px;
}

#passion-projects.resp-adj-1-column .img-container {
	width:100%;
	aspect-ratio: 2.26 / 1;
	overflow:hidden;
}

#passion-projects.resp-adj-1-column img {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position: 50% 40%;
}

#academic-standard.resp-adj-1-column {
	padding-top:80px;
}

#academic-standard.resp-adj-1-column .img-container {
	width:100%;
	aspect-ratio: 2.26 / 1;
	overflow:hidden;
}

#academic-standard.resp-adj-1-column img {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position: 50% 40%;
}

#aspects-of-fcs-culture.resp-adj-1-column h4 {
	text-align:left;
}

#aspects-of-fcs-culture.resp-adj-1-column p {
	font-size:18px;
}

#aspects-of-fcs-culture.resp-adj-1-column hr {
	color: white;
}

#origin-of-the-fitzroy-readers.resp-adj-1-column {
	padding-top:80px;
}

#origin-of-the-fitzroy-readers.resp-adj-1-column .img-container {
	width:100%;
	aspect-ratio: 16 / 9;
	overflow:hidden;
}

#origin-of-the-fitzroy-readers.resp-adj-1-column img {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position: 50% 40%;
}

#now-accepting-year-7-enrolments.resp-adj-1-column {
	padding-top:80px;
}

#now-accepting-year-7-enrolments.resp-adj-1-column h3 {
	font-style:italic;
	font-size:52px;
}

.slash-underline {
  position: relative;
  margin-right: 1rem;
}
.slash-underline:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: -12px;
  height: 7px;
  width: 105%;
  border: solid 4px #BC7B91;
  border-color: #BC7B91 transparent transparent transparent;
  border-radius: 30%;
}

#initial-print-run.resp-adj-1-column {
	padding-top:80px;
}

#initial-print-run.resp-adj-1-column h4 {
	text-align:left;
}

.resp-adj-2-column {
	display:flex;
	justify-content:center;
}

.resp-adj-2-column.margin-set-a {
	padding-top: 80px;
	padding-bottom: 40px;
}

.resp-adj-2-column.img-right {
	flex-direction: row;
}

.resp-adj-2-column.img-left {
	flex-direction: row-reverse;
}

.resp-adj-2-column .txt-div, .resp-adj-2-column .img-div {
	width: 50%;
}

#testimonials .resp-adj-2-column .txt-div {
	width: 60%;
}

#testimonials .resp-adj-2-column .img-div {
	width: 40%;
}

.resp-adj-2-column h2 {
	font-size:52px;
	font-weight:400;
}

.resp-adj-2-column h3 {
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 0;
}

.resp-adj-2-column p {
	font-size:24px;
}

#year7 .resp-adj-2-column.yellow-heading h2 {
	color: #EFC583;
}

#year7 .resp-adj-2-column.green-heading h2 {
	color: hsla(155.45,23.4%,36.86%,1); /* green */
}

#year7 .resp-adj-2-column p {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
}

#year7 .resp-adj-2-column.notes-from-our-principal p {
	font-size: 20px;
}

#testimonials .resp-adj-2-column p {
	font-family:"Times New Roman", Times, serif;
}

.resp-adj-2-column.img-right .txt-div {
	padding-left: 60px;
	padding-right: 100px;
}

.resp-adj-2-column.img-left .txt-div {
	padding-left: 100px;
	padding-right: 60px;
}

#year7 .resp-adj-2-column.img-right .img-div {
	padding-right: 60px;
}

#testimonials .resp-adj-2-column.img-right .img-div {
	padding-right: 60px;
}

#testimonials .resp-adj-2-column.img-left .img-div {
	padding-left: 60px;
} 

#future-plans .resp-adj-2-column.img-left .img-div {
	padding-left: 60px;
}

#future-plans .resp-adj-2-column p {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}

#dan-oconnell .resp-adj-2-column.img-left .img-div {
	padding-left: 60px;
}

#dan-oconnell .resp-adj-2-column p {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}
 
.resp-adj-2-column .img-container {
	aspect-ratio: 3 / 2;
	overflow: hidden;
}

.resp-adj-2-column .img-container img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: 0px 0px;
}

#year7 .resp-adj-2-column.notes-from-our-principal .img-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 80% 50%;
}

.resp-adj-2-column.text-circled-underlined .circled-text {
	border: 4px solid #BC7B91;
	border-radius: 50%;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 0px;
}

.resp-adj-2-column.text-circled-underlined .wavy-underlined-text {
	text-decoration: underline;
	text-decoration-style: wavy;
	text-decoration-color:#BC7B91;
	text-decoration-skip-ink: none;
}

.resp-adj-this-is-fitzroy-community-school .txt-div {
	padding-left:14%;
	padding-right:14%;
}

.resp-adj-this-is-fitzroy-community-school h4, .resp-adj-this-is-fitzroy-community-school p {
	text-align:center;
}

.resp-adj-this-is-fitzroy-community-school p {
	padding-bottom: 6%;
}

.resp-adj-this-is-fitzroy-community-school .button-and-img {
	display:flex;
	flex-direction:column-reverse;
}

.resp-adj-this-is-fitzroy-community-school .img-div {
	background:url(../img/FCS-Website__C1_0803_006.jpg);
	background-size: 100% auto;
	height: 602px;
	background-position: 50% 10%;
	margin-top:-32px;	
}

.resp-adj-this-is-fitzroy-community-school .button-div {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.resp-adj-a-day-at-fcs .txt-div {
	padding-top:10px;
	padding-bottom:10px;
}

.resp-adj-a h2 {
	padding-left:10%;
	padding-right:29%;
}
	
.resp-adj-character-is-destiny {
	background-image:url(../img/159-2024-03-18_FCS-159_003.jpg);
	background-size:cover;
	background-position: -5%;
	padding-top:170px;
	padding-bottom:170px;
	padding-left:65%;
}

.resp-adj-principals-blog {
	background-image:url(../img/FCS-Website__C1_0757_007.jpg);
	background-size:cover;
	background-position: 10% 60%;
	padding-top:310px;
	padding-bottom:220px;
}

.resp-adj-principals-blog h2 {
	text-align:center;
	font-size:96px;
}

.resp-grid-gallery-2-column {
	padding-top: 40px;
	padding-bottom: 40px;
	display: grid;
	grid-template-columns: auto auto ;
	justify-content: center;
	gap:20px;
}

.resp-grid-gallery-2-column img {
	width:460px;
}

.resp-grid-gallery-3-column {
	padding-top: 40px;
	padding-bottom: 40px;
	display: grid;
	grid-template-columns: 30% 30% 30%;
	justify-content: center;
	gap:20px;
}

.resp-grid-gallery-3-column .img-container {
	width: 100%;
	aspect-ratio: 3 / 2;
	overflow: hidden;
}

.resp-grid-gallery-3-column img {
	width: 100%; /* Ensure the image fills the container's width */
	height: 100%; /* Ensure the image fills the container's height */
	object-fit: cover; /* Crop and scale the image to fill the container while maintaining aspect ratio */
	object-position: center center; /* Position the visible part of the image (e.g., center) */
}

#scholarships .resp-grid-gallery-3-column h2, #scholarships .resp-grid-gallery-3-column h3, #scholarships .resp-grid-gallery-3-column p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:400;
	text-align:left;
}

#scholarships .resp-grid-gallery-3-column h2 {
	color:#BC7B91;
	font-size:54px;
	margin-top:24px;
}

#scholarships .resp-grid-gallery-3-column h3 {
	font-size:24px;
}

#scholarships .resp-grid-gallery-3-column p {
	font-size:18px;
}


#passion-projects-framework h3, #passion-projects-framework h4, #passion-projects-framework p {
	text-align:center;
}

#passion-projects-framework h3 {
	font-size:48px;
}

#passion-projects-framework .resp-grid-gallery-3-column {
	grid-template-columns: 320px 320px 320px;
	gap:40px;
}

#passion-projects-framework .resp-grid-gallery-3-column .img-container {
	width:320px;
}

.resp-adj-find-out-more-about-our-school h3 {
	text-align:center;
	margin-bottom:0;
	font-size:72px;
	font-weight:400;
}

.resp-adj-subject-descriptions {
	padding-top:160px;
	padding-bottom:80px;
}

.resp-adj-subject-descriptions img {
	border: 1px solid transparent;
	border-radius:10px;	
}

.resp-adj-subject-descriptions h3 {
	padding-left:10px;
	padding-right:10px;
	font-size:48px;
	font-weight:500;
	text-align:left;
	margin-top:30px;
	margin-bottom:0;
}

.resp-adj-subject-descriptions p {
	padding-left:10px;
	padding-right:10px;
	font-size: 18px;
	font-weight: 400;
	text-align:left;
	letter-spacing:1px;
	line-height:20px;
}

.resp-adj-feedback-from-student-teachers {
	padding-top: 20px;
	padding-bottom: 60px;
}

.resp-adj-feedback-from-student-teachers h2 {
	padding-left: 3.5%;
	padding-right: 3.5%;
	color: hsla(155.45,23.4%,36.86%,1); /* green */
	font-size: 72px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.resp-adj-feedback-from-student-teachers .resp-grid-gallery-3-column {
	padding-top: 0;
	padding-bottom: 0;
	grid-template-columns: 29% 29% 29%;
	gap:3%;
}

.resp-adj-feedback-from-student-teachers .section {
	padding: 30px;	
}

.resp-adj-feedback-from-student-teachers h3 {
	padding-left: 0;
	padding-right: 0;
	font-size: 28px;
	color: hsla(155.45,23.4%,36.86%,1); /* green */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.resp-adj-feedback-from-student-teachers p {
	padding-left: 0;
	padding-right: 0;
	font-family:"Times New Roman", Times, serif;
	color: hsla(155.45,23.4%,36.86%,1); /* green */
}

.resp-adj-faye-free-time-quote {
	 display: flex;
	 flex-direction: row;
	 justify-content: center;
	 align-items: center;
	 padding-top: 80px;
	 padding-bottom: 80px;
}

.resp-adj-faye-free-time-quote .img-div, .resp-adj-faye-free-time-quote .txt-div {
	width: 50%;
}

.resp-adj-faye-free-time-quote .colour-set-d {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: -20px;
	margin-right: 10%;
}

.resp-adj-faye-free-time-quote img {
	width:90%;
	aspect-ratio: 3 / 2;
	float:right;
}

.resp-adj-faye-free-time-quote h3 {
	font-size:36px;
	font-weight:400;
}

.resp-adj-tim-slow-steady-quote {
	 display: flex;
	 flex-direction: row;
	 justify-content: center;
	 align-items: center;
	 padding-top: 80px;
	 padding-bottom: 80px;
}

.resp-adj-tim-slow-steady-quote .img-div, .resp-adj-tim-slow-steady-quote .txt-div {
	width: 50%;
}

.resp-adj-tim-slow-steady-quote .colour-set-d {
	padding: 20px;
	margin-left: -20px;
	margin-right: 200px;
}

.resp-adj-tim-slow-steady-quote img {
	width:625px;
	height:417px;
	float:right;
}

.resp-adj-tim-slow-steady-quote h3 {
	font-size:36px;
	font-weight:400;
}

.resp-adj-goodness-and-viability {
	 display: flex;
	 flex-direction: row;
	 justify-content: center;
	 align-items: center;
	 padding-top: 80px;
	 padding-bottom: 80px;
}

.resp-adj-goodness-and-viability .img-div, .resp-adj-goodness-and-viability .txt-div {
	width: 50%;
}

.resp-adj-goodness-and-viability .colour-set-c {
	padding: 20px;
	margin-left: -20px;
	margin-right: 200px;
}

.resp-adj-goodness-and-viability img {
	width:625px;
	height:417px;
	float:right;
}

.resp-adj-goodness-and-viability h2 {
	font-size:48px;
	font-weight:400;
	color:white;
}

.resp-adj-less-time-in-class {
	 display: flex;
	 flex-direction: row-reverse;
	 justify-content: center;
	 align-items: center;
	 padding-top: 80px;
	 padding-bottom: 80px;
}

.resp-adj-less-time-in-class .img-div, .resp-adj-less-time-in-class .txt-div {
	width: 50%;
}

.resp-adj-less-time-in-class .colour-set-f {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left:10%;
	margin-right:-15%;
}

.resp-adj-less-time-in-class img {
	width:90%;
	aspect-ration: 3 / 2;
}

.resp-adj-less-time-in-class h3 {
	font-size:36px;
	font-weight:400;
}


.banner {
	text-align: center;
   	color: rgb(255, 255, 255);
	position: relative;
	margin: 0;
	border:0;
    padding: 0px 0px 0px;
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
}

#home .banner {
	height: 800px;
	background-image:url('../img/banner.jpg');
    background-position: 50% 10%;
}

#fcs-in-essence .banner {
	background-image:url('../img/2024-03-18-Kitchen-Game-and-Lunch.jpg');
	background-position: 50% 35%;
}

#educational-philosophy .banner {
	background-image:url('../img/031-2024-03-18-FCS-031_006.jpg');
	background-position: 50% 45%;
}

#teaching-and-learning .banner {
	background-image:url('../img/149-2024-03-18-FCS-149.jpg');
	background-position: 50% 45%;
}

#life-at-fcs .banner {
	background-image:url('../img/207-2024-03-18-FCS-207.jpg');
	background-position: 50% 45%;
}

#principals-blog .banner {
	background-image:url('../img/FCS-Website__C1_0325.jpg');
	background-position: 50% 45%;
}

#videos .banner {
	background-image:url('../img/image-video-camera.jpg');
	background-position: 50% 50%;
}

#prospective-parents .banner {
	background-image:url('../img/198-2024-03-18-FCS-198_002.jpg');
	background-position: 50% 35%;
}

#info-how-is-fcs-different .banner {
	background-image:url('../img/154-2024-03-18-FCS-154_003.webp');
	background-position: 50% 35%;
}

#info-practical-points-for-parents .banner {
	background-image:url('../img/204-2024-03-18-FCS-204.jpg');
	background-position: 50% 35%;
}

#gallery .banner {
	height: 550px;
	background-image:url('../img/FCS-Website__C1_0936.jpg');
	background-position: 0 30%;
	background-size: 110% auto
}

#year7 .banner {
	background-image:url('../img/195-2024-03-18-FCS-195_004.jpg');
	background-position: 50% 20%;
}

#calendars .banner {
	background-image:url('../img/FCS-Website__C1_0671.webp');
	background-position: 50% 50%;
}

#spelling-times-tables .banner {
	background-image:url('../img/075-2024-03-18-FCS-075.jpg');
	background-position: 50% 50%;
}

#readers .banner {
	height: 600px;
	background-image:url('../img/147-2024-03-18-FCS-147_002.webp');
	background-position: 50% 70%;
}

#testimonials .banner {
	height: 600px;
	background-image:url('../img/102-2024-03-18-FCS-102.webp');
	background-position: 50% 50%;
}

#dan-oconnell .banner {
	height: 600px;
	background-image:url('../img/6011e288-b8a3-ea11-a97b-000d3ad02144.webp');
	background-position: 50% 0%;
}

#future-plans .banner {
	height: 600px;
	background-image:url('../img/6011e288-b8a3-ea11-a97b-000d3ad02144.webp');
	background-position: 50% 0%;
}

#scholarships .banner {
	height: 600px;
	background-image:url('../img/FCS-Website__C1_0331_007.jpg');
	background-position: 50% 50%;
}

#connections .banner {
	height: 600px;
	background-image:url('../img/112-2024-03-18-FCS-112_005.jpg');
	background-position: 50% 50%;
}

#policy-and-compliance .banner {
	background-image:url('../img/090-2024-03-18-FCS-090.jpg');
	background-position: 50% 50%;
}

#contact .banner {
	height: 600px;
	background-image:url('../img/050-2024-03-18-FCS-050.jpg');
	background-position: 50% 45%;
}

#gallery-out-of-class .banner {
	background-image:url('../img/014-2024-03-18-FCS-014_007.jpg');
	background-position: 50% 50%;
}

#gallery-life-skills .banner {
	background-image:url('../img/125-2024-03-18-FCS-125_005.webp');
	background-position: 50% 50%;
}

#gallery-early-days .banner {
	background-image:url('../img/15_003.webp');
	background-position: 50% 50%;
}

#gallery-school-plays .banner {
	height: 600px;
	background-image:url('../img/009-_MG_5967-web.webp');
	background-position: 50% 30%;
}

#gallery-teachers-and-mentors .banner {
	height: 600px;
	background-image:url('../img/198-2024-03-18-FCS-198_002.jpg');
	background-position: 50% 30%;
}

#gallery-community-spaces .banner {
	height: 600px;
	background-image:url('../img/090-2024-03-18-FCS-090.jpg');
	background-position: 50% 60%;
}

#contact .img-div {
	background:url(../img/015-2024-03-18-FCS-015.jpg);
	background-size: 100% auto;
	height: 650px;
	background-position: 50% 70%;	
}

#educational-philosophy .bumpy-bus.img-div {
	background:url(../img/5_007.jpg);
	background-size: 100% auto;
	height: 650px;
	background-position: 50% 50%;
    display: flex;             /* Enables the flex container */
    flex-direction: column;    /* Stacks items vertically */
    justify-content: flex-end; /* Pushes content to the bottom (along the main axis) */
    align-items: flex-end;     /* Pushes content to the right (along the cross axis) */
}

#educational-philosophy .the-difference-is-subtle.img-div {
	background:url(../img/FCS-Website__C1_0731_002.jpg);
	background-size: 100% auto;
	height: 600px;
	background-position: 50% 30%;
	overflow: hidden;
}

#educational-philosophy .the-difference-is-subtle .txt-div {
	background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 200px;
    padding-left: 200px;
}

#educational-philosophy .the-difference-is-subtle h3 {
	font-size: 48px;
	font-weight: 400;
	color: white;
	width: 40%;
}

#educational-philosophy .resp-adj-prospective-parents.img-div {
	background:url(../img/FCS-Website__C1_0331_007.jpg);
	background-size: 100% auto;
	height: 600px;
	background-position: 50% 50%;	
}

#educational-philosophy .resp-adj-prospective-parents .txt-div {
	background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    margin:0;
    padding-top:120px;
}

#educational-philosophy .resp-adj-prospective-parents h3 {
	font-size: 48px;
	font-weight: 400;
	text-align:center;
	color: white;
	width: 40%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#spelling-times-tables .resp-adj-prospective-parents.img-div {
	background:url(../img/187-2024-03-18-FCS-187_002.jpg);
	background-size: 100% auto;
	height: 600px;
	background-position: 50% 50%;	
}

#spelling-times-tables .resp-adj-prospective-parents .txt-div {
	background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    margin:0;
    padding-top:120px;
}

#spelling-times-tables .resp-adj-prospective-parents h3 {
	font-size: 48px;
	font-weight: 400;
	text-align:center;
	color: white;
	width: 40%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#readers .resp-adj-explore-more-resources.img-div {
	background:url(../img/Screenshot-2024-04-27-130957_007.webp);
	background-size: 100% auto;
	height: 600px;
	background-position: 50% 50%;	
}

#readers .resp-adj-explore-more-resources .txt-div {
	width: 100%;
    height: 100%;
    margin:0;
    padding-top:360px;
}

#readers .resp-flex.img-right .text-div {
	padding-top:80px;
}

#testimonials .resp-adj-excitement-is-infectious.img-div {
	background-image:url(../img/FCS-Website__C1_0630.webp);
	background-size: 100% auto;
	height: 600px;
	background-position: 50% 0%;	
}

#testimonials .resp-adj-excitement-is-infectious .opaque-layer {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}

#testimonials .resp-adj-excitement-is-infectious .txt-div {
    margin:0;
    padding-top:50px;
    padding-left:100px;	
}

#testimonials .resp-adj-excitement-is-infectious h2 {
	font-size: 72px;
	font-weight: 400;
	color: white;
	width: 50%;
}

#testimonials .resp-adj-excitement-is-infectious p {
	width: 40%;
}

#testimonials .resp-adj-fostering-a-love-for-learning.img-div {
	background:url(../img/031-2024-03-18-FCS-031_004.jpg);
	background-size: 100% auto;
	height: 1000px;
	background-position: 50% 50%;	
}

#testimonials .resp-adj-fostering-a-love-for-learning .txt-div {
	background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    margin:0;
    padding-top:100px;
}

#testimonials .resp-adj-fostering-a-love-for-learning h3 {
	font-size: 82px;
	font-weight: 400;
	text-align:center;
	color: white;
	width: 60%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#gallery-early-days .resp-adj-gallery.img-div {
	background:url(../img/11.jpg);
	background-size: 100% auto;
	height: 600px;
	background-position: 50% 30%;
	margin-top: 10px;
}

#gallery-early-days .resp-adj-gallery .txt-div {
	background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    margin:0;
    padding-top:20%;
}

#gallery-out-of-class .resp-adj-gallery.img-div {
	background:url(../img/FCS-Website__C1_0670_004.webp);
	background-size: 100% auto;
	height: 600px;
	background-position: 50% 50%;	
}

#gallery-out-of-class .resp-adj-gallery .txt-div {
	background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 150px;
}

#gallery-life-skills .resp-adj-gallery.img-div {
	background:url(../img/121-2024-03-18-FCS-121_003.webp);
	background-size: 100% auto;
	height: 600px;
	background-position: 50% 50%;
	margin-top: 10px;
}

#gallery-life-skills .resp-adj-gallery .txt-div {
    padding-top: 200px;
}

#gallery-school-plays .resp-adj-gallery.img-div {
	background:url(../img/four-kids-on-stage.webp);
	background-size: 100% auto;
	height: 600px;
	background-position: 50% 30%;
	margin-top: 10px;
}

#gallery-school-plays .resp-adj-gallery .txt-div {
	background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    margin:0;
    padding-top:20%;
}

#gallery-teachers-and-mentors .resp-adj-gallery.img-div {
	background:url(../img/070-2024-03-18-FCS-070_002.webp);
	background-size: 100% auto;
	height: 600px;
	background-position: 50% 30%;
	margin-top: 10px;
}

#gallery-teachers-and-mentors .resp-adj-gallery .txt-div {
	background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    margin:0;
    padding-top:20%;
}

#gallery-community-spaces .resp-adj-gallery.img-div {
	background:url(../img/FCS-Website__C1_0739_002.webp);
	background-size: 100% auto;
	height: 600px;
	background-position: 50% 50%;
	margin-top: 10px;
}

#gallery-community-spaces .resp-adj-gallery .txt-div {
	background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    margin:0;
    padding-top:25%;
}

#teaching-and-learning .img-classroom.img-div {
	background:url(../img/071-2024-03-18-FCS-071.jpg);
	background-size: 100% auto;
	height: 650px;
	background-position: 50% 45%;	
}

#teaching-and-learning .img-kids-doing-maths.img-div {
	background:url(../img/106-2024-03-18-FCS-106.jpg);
	background-size: 100% auto;
	height: 650px;
	background-position: 50% 45%;	
}

#teaching-and-learning .img-kids-with-tricycle-in-schoolyard.img-div {
	background:url(../img/138-2024-03-18-FCS-138.jpg);
	background-size: 100% auto;
	height: 650px;
	background-position: 50% 80%;	
}

#lunch-in-the-schoolyard {
	padding-top:80px;
	padding-bottom:80px;	
}

#lunch-in-the-schoolyard .img-div, #lunch-in-the-schoolyard .txt-div {
	width: 50%;
}

#lunch-in-the-schoolyard .txt-div {
	padding-top: 40px;
}

#lunch-in-the-schoolyard .img-container {
	float:right;
	width:90%;
	aspect-ratio: 3 / 2;
	overflow:hidden;
}

#lunch-in-the-schoolyard img {
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	border: 1px solid tansparent;
	border-radius: 10px;
}

#lunch-in-the-schoolyard h2, #lunch-in-the-schoolyard h3, #lunch-in-the-schoolyard p {
	text-align:center;
}

#learning-beyond-the-classroom {
	padding-top:80px;
	padding-bottom:80px;	
}

#learning-beyond-the-classroom .img-div {
	width: 40%;
}

#learning-beyond-the-classroom .txt-div {
	width: 60%;
}

#learning-beyond-the-classroom .txt-div {
	padding-top: 0px;
}

#learning-beyond-the-classroom .img-container {
	float:right;
	width:90%;
	aspect-ratio: 2 / 3;
	overflow:hidden;
}

#learning-beyond-the-classroom img {
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	border: 1px solid tansparent;
	border-radius: 10px;
}

#learning-beyond-the-classroom h2, #learning-beyond-the-classroom h3 {
	text-align:center;
}

#learning-beyond-the-classroom p {
	text-align:left;
	font-size:20px;
}

#policy-and-compliance-div {
	padding-top:80px;
	padding-bottom:80px;	
}

#policy-and-compliance-div .img-div {
	width: 40%;
}

#policy-and-compliance-div .txt-div {
	width: 60%;
}

#policy-and-compliance-div .txt-div {
	padding-top: 40px;
}

#policy-and-compliance-div .img-div {
	padding-left: 210px;
}

#policy-and-compliance-div p {
	text-align:center;
}

#policy-and-compliance-div h3 {
	text-align: left;
	font-size: 84px;
	margin-top: 30px;
}

#year7-faq-div {
	padding-top:80px;
	padding-bottom:80px;	
}

#year7-faq-div .img-div {
	width: 30%;
}

#year7-faq-div .txt-div {
	width: 70%;
}

#year7-faq-div .txt-div {
	padding-top: 40px;
}

#year7-faq-div .img-div {
	padding-left: 210px;
}

#year7-faq-div p {
	text-align: left;
	font-size: 18px;
	padding-left: 80px;
}

#year7-faq-div h3 {
	text-align: left;
	font-size: 84px;
	margin-top: 30px;
}

#year7-faq-div h4 {
	color:#EFC583; /* yellow */
	margin-top: 30px;
	margin-bottom: 30px;
}

#year7-faq-div hr {
	color: white;
}

#fcs-in-essence h1 {
	font-size: 70px;
	background-color: rgba(0, 0, 0, 0);
	bottom: 40%;
}

#prospective-parents .article-links {
	padding-top: 40px;
	padding-bottom: 40px;
	display: grid;
    grid-template-columns: 47% 47%;
	justify-content: center;
	gap:20px;
}

#prospective-parents .article-links img {
    width: 100%;
    height: auto;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

#prospective-parents .article-links a {
    font-family: Arial, Helvetica, sans-serif;
	font-size:36px;
	margin:0px 20px;
    display:inline-block;
    text-decoration:none;
    color:black;
}

#gallery .article-links {
	padding-top: 40px;
	padding-bottom: 40px;
	display: grid;
    grid-template-columns: 47% 47%;
	justify-content: center;
	gap:20px;
}

#gallery .article-links .img-container {
	aspect-ratio: 3 / 2;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#gallery .article-links img {
    width: 100%;
    height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

#gallery .article-links #early-days-div img {
	object-position: 50% 70%;
}

#gallery .article-links a {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	margin: 0px 20px;
    display: inline-block;
    text-decoration: none;
    color: black;
}

.gallery-pages .row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  justify-content: center;
}

/* Create three equal columns that sits next to each other */
.gallery-pages .column {
  flex: 32.5%;
  max-width: 32.5%;
  padding: 0 4px;
}

.gallery-pages.two-column .column {
  flex: 49.0%;
  max-width: 49.0%;
  padding: 0 4px;
}


.gallery-pages .column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

#contact-us-form #wrapper-div {
	 display: flex;
	 flex-direction: row;
	 justify-content:center;
	 padding-top: 40px;
	 padding-bottom: 40px;
}

#contact-us-form h2 {
	color: white;
	font-size:96px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0;
}

#contact-us-form p {
	color: #EFC583;
	font-size: 18px;
	padding-left: 10px;
}

#contact-us-form #div-head p {
	color: black;
	padding-left: 0;
}

#contact-us-form #flex-div-1, #contact-us-form #flex-div-2 {
	width:35%;
}

#contact-us-form #flex-div-2 {
	display:grid;
	grid-template-columns: 47% 47%;
}

#contact-us-form #flex-div-2 #div-head {
	align-content:center;
}

#contact-us-form #flex-div-2 #div-first-name {
	padding-right: 10px;
}

#contact-us-form #flex-div-2 #div-head, #contact-us-form #flex-div-2 #div-email, #contact-us-form #flex-div-2 #div-message {
	grid-column:1 / span 2;
}

#contact-us-form input[type=text], #contact-us-form textarea {
	box-sizing:border-box;
	width:100%;
	border: 1px solid white;
	border-radius: 8px;
	padding:10px;
	background-color: #BC7B91;
	color: white;
	margin-top: 4px;
	margin-bottom: 6px;
}

#contact-us-form label {
	margin-top:5px;
}

#contact-us-form input[type=text] {
	height: 40px;
}

#contact-us-form textarea {
	height: 80px;
}

#contact-us-form input[type=text]:hover, #contact-us-form textarea:hover {
  background-color: #8E787F;
}

#contact-us-form input[type=text]:focus, #contact-us-form textarea:focus {
  background-color: #8E787F;
  border: 1px double white;
}

.txt-and-video.resp-flex.resp-adj-justify-left div, .txt-and-video.resp-flex-row-reverse.resp-adj-justify-left div {
	width: 50%;
}

.txt-and-video.resp-flex .txt-div, .txt-and-video.resp-flex-row-reverse .txt-div, .txt-and-video.resp-flex .img-div, .txt-and-video.resp-flex-row-reverse .img-div {
	padding-top: 50px;
	padding-bottom: 50px;
}

.txt-and-video.resp-flex .txt-div {
	padding-left: 200px;
}

.txt-and-video.resp-flex .img-div {
	display: flex;
	align-items: center;
}

.txt-and-video.resp-flex-row-reverse .txt-div {
	padding-left: 40px;
}

.txt-and-video iframe {
	width: 90%;
	aspect-ratio: 16 / 9;
	border: 1px solid white;
}

.txt-and-video img {
	width: 90%;
	height: auto;
	border: 1px solid transparent;
}

.txt-and-video.resp-flex-row-reverse iframe {
	float:right;
}

.fiftypx-padding {
	padding-top:50px;
	padding-bottom:50px;
}

#educational-philosophy .img-div-kids-among-cushions {
	background: url(../img/141-2024-03-18-FCS-141_007.jpg);
	display: block;
	margin-top: 80px;
	margin-left:auto;
	margin-right:auto;
	background-size: 100% auto;
	width:70%;
    height: 420px;
	background-position: 50% 10%;
	border: 1px solid white;
	border-radius: 8px;
}

#educational-philosophy .resp-adj-camps-rebel-boys {
	display:flex;
	flex-direction: row;
	background-color:#fff;
	justify-content:center;
	padding-top: 80px;
	padding-bottom: 40px;
}

#educational-philosophy .resp-adj-camps-rebel-boys .txt-div, #educational-philosophy .resp-adj-camps-rebel-boys .img-div {
	width: 50%;
}

#educational-philosophy .resp-adj-camps-rebel-boys h2 {
	color: #487462;  /* dark blue */
	font-size:36px;
}

#educational-philosophy .resp-adj-camps-rebel-boys img {
	border: 1px solid white;
	border-radius: 8px;
	width:72%;
	aspect-ration: 3 / 2;
}

#educational-philosophy .resp-adj-camps-rebel-boys .txt-div {
	padding-left: 10%;
	padding-right: 60px;
}

#educational-philosophy #img-girl-with-swing-b {
	width:100%;
	height:auto;
	border: 1px solid white;
	border-radius: 8px;
	display:none;
}

#educational-philosophy .fcs-the-book {
	padding-top: 20px;
	padding-bottom: 20px;
}

#educational-philosophy .resp-flex.img-right.colour-set-a.resp-adj-justify-left {
	padding-top: 10px;
	padding-bottom: 10px;
}

#educational-philosophy .resp-flex.img-right.colour-set-a.resp-adj-justify-left img {
	width:316px;
	height:466px;
}

#educational-philosophy .resp-adj-eccentricity {
	display:flex;
	flex-direction: row-reverse;
	justify-content:center;
	padding-top: 40px;
	padding-bottom: 40px;
}

#educational-philosophy .resp-adj-eccentricity .txt-div, #educational-philosophy .resp-adj-eccentricity .img-div {
	width: 50%;
}

#educational-philosophy .resp-adj-eccentricity h2 {
	font-size:36px;
}

#educational-philosophy .resp-adj-eccentricity img {
	border: 1px solid white;
	border-radius: 8px;
	width:72%;
	height: auto;
	float:right;
}

#educational-philosophy .resp-adj-eccentricity .txt-div {
	padding-left: 60px;
	padding-right: 10%;
}

#educational-philosophy .resp-adj-eccentricity .img-div {
	padding-top: 40px;
}

#educational-philosophy .resp-adj-bold-little-boys {
	padding-top:25px;
	padding-bottom:25px;
}

#educational-philosophy .resp-adj-bold-little-boys h2, #educational-philosophy .resp-adj-bold-little-boys h4 {
	padding-left:15%;
	padding-right:15%;
}

#educational-philosophy .resp-adj-bold-little-boys h4 {
	text-align:right;
}

.school-plays-blog-header-and-footer {
	text-align:center;
	margin:0;
	padding-top:20px;
	padding-bottom:20px;
}

.school-plays-blog-header-and-footer h3 {
	font-size:84px;
	font-weight:400;
}

.school-plays-blog {
	display: flex;
	flex-direction: row;
	padding-top: 10px;
	padding-bottom: 10px;
}

.school-plays-blog div {
	width:50%;
}

.school-plays-blog iframe {
	width:95%;
	aspect-ratio: 16 / 9;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.school-plays-blog .img-txt-wrapper {
	width:95%;
	aspect-ratio: 3 / 2;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.school-plays-blog img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	object-position: 50% 50%;
}

.school-plays-blog h4 {
	font-size:24px;
	font-weight:400;
}


.resp-adj-how-is-fcs-different {
	background-image:url(../img/FCS-Website__C1_0712.jpg);
	background-size:cover;
	background-position: -5%;
	padding: 0;
}

.resp-adj-how-is-fcs-different .txt-div {
	background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    margin:0;
    padding-top: 170px;
    padding-left: 200px;
	padding-bottom: 170px;
}

.resp-adj-how-is-fcs-different h3 {
	font-size:84px;
	font-weight:400;
}

.single-img-or-video {
	padding-top: 50px;
	padding-bottom: 50px;
}

.single-img-or-video iframe, .single-img-or-video img {
	width:50%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.single-img-or-video iframe {
	aspect-ratio: 16 / 9;
}

.single-img-or-video img {
	aspect-ratio: 3 / 2;
}

.blog-div {
	margin-left: 20%;
	margin-right: 20%;
}

.blog-div h1 {
	position: relative;
	background-color: transparent;
	font-size: 80px;
	text-align: center;
	padding-bottom: 10px;
}

.blog-div p {
	font-size:18px;
}

.blog-div img, .blog-div iframe {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.blog-div iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	padding-top: 20px;
	padding-bottom: 20px;
}

.blog-div .img-cards-on-bettys-wall {
	text-align:center;
}

.blog-div .img-cards-on-bettys-wall img {
	width: auto;
	height: auto;
}

.blog-div .img-cards-on-bettys-wall figcaption {
	text-align:center;
}

.blog-footer {
	padding-top: 80px;
	padding-bottom: 80px;
}

.blog-footer a {
	font-size: 30px;
	font-weight: 400;
	text-decoration: none;
	color: #487462;  /* dark blue */
}

.gallery-footer {
	padding-top: 40px;
	padding-bottom: 100px;
}

.gallery-footer a {
	font-size: 30px;
	font-weight: 400;
	text-decoration: none;
	color: white;
}

.spellinglist {
	font-family: Verdana;
	font-size: 24px;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 1em;
	float: none;
}
.spellinglist h1 {
	position:relative;
	background-color:transparent;
	padding-bottom:10px;
	font-size: 1em;
}
.spellinglist h2 {
	font-size: 0.8em;
}
.spellinglist p {
	font-family: Verdana;
	font-size: 1em;
}
.spellinglist ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.spellinglist td {
	vertical-align: top;
}

#policy-and-compliance .annual-reports.img-div {
	background:url(../img/097-2024-03-18-FCS-097.webp);
	background-size: 100% auto;
	height: 600px;
	background-position: 50% 60%;
	overflow:hidden;
}

#policy-and-compliance .annual-reports .txt-div {
	background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    margin:0;
    padding-top:200px;
    padding-left:200px;	
}

#policy-and-compliance .annual-reports h2 {
	font-size: 96px;
	font-weight: 400;
	color: #EFC583;
	width: 40%;
}

#policy-and-compliance table {
	margin-left: auto;
	margin-right: auto;
}
 
#gallery-out-of-class .img-full-width.img-container {
	margin-top: 20px;
	width: 100%;
	height: 700px;
	overflow: hidden;
}

#gallery-out-of-class .img-full-width.img-container img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: 0px -50px;
}

#scholarships .img-div {
	background:url(../img/068-2024-03-18-FCS-068.webp);
	background-size: 100% auto;
	height: 650px;
	background-position: 50% 50%;	
}

#connections #links-to-articles {
	overflow: hidden;  /* necessary so div stretchs around floated content  */
	padding-bottom: 60px;
}

#connections #links-to-articles div {
	float: left;
	width: 31%;
	height: 600px;
	padding: 5px;
	margin: 1%;
	border: 1px solid hsla(155.45,23.4%,36.86%,1);
	border-radius: 10px;
	box-sizing: border-box;
	text-align: center;
}

#connections #links-to-articles .link-div {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

#connections #links-to-articles .link-div p {
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	text-shadow: 1px 1px 1px #000, -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000;
}

#connections #links-to-articles .link-div a {
	text-shadow: none;
}

#connections #links-to-articles #div-community-of-care-phone {
	display: none;
}

#connections #links-to-articles #div-community-of-care-phone h2 {
	color: #EFC583; /* yellow */
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
}

#connections #links-to-articles #div-community-of-care-phone p {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
}

#connections #links-to-articles #div-community-of-care-pc {
}

#connections #links-to-articles #div-community-of-care-pc h2 {
	color: #EFC583; /* yellow */
	font-size: 72px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
}

#connections #links-to-articles #div-community-of-care-pc p {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
}

#connections #links-to-articles #div-phonics-teaching {
	background-image: url(../img/child-reading.webp);
	background-size: 200% auto;
	margin-top: 150px;
	background-position: 15% 40%;	
}

#connections #links-to-articles #div-no-grades-no-timetables {
	background-image: url(../img/child-reading-silhouette.jpg);
	background-size: 200% auto;
	margin-top: 150px;
	background-position: 15% 40%;
}

#connections #links-to-articles #div-tim-gills-rethinking-childhood {
	background-image: url(../img/paper-boat-on-water.webp);
	background-size: 200% auto;
	background-position: 50% 50%;
}

#connections #links-to-articles #div-demanding-student-self-discipline {
	background-image: url(../img/141-2024-03-18-FCS-141_007.jpg);
	background-size: 200% auto;
	background-position: 50% 50%;
}

#connections #links-to-articles #div-sounding-off-about-phonics {
	background-image: url(../img/engraved-letters.jpg);
	background-size: 200% auto;
	background-position: 50% 50%;
}

#connections #innovations-header h2 {
	 font-size: 72px;
	 font-family:Arial, Helvetica, sans-serif;
	 font-weight:500;
	 padding-top: 40px;
	 margin: 0;
	 text-align: center;
	 color: #BC7B91; /*rose */
}

#connections .resp-adj-subject-descriptions {
	padding-top: 20px;
}

#connections .single-img-or-video h2 {
	text-decoration: underline;
	text-decoration-style: wavy;
	text-decoration-color: #EFC583; /* yellow */
	text-decoration-skip-ink: none;
	text-align: center;
	font-size: 72px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
}

#connections .single-img-or-video p {
	text-align: center;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	padding-left: 5%;
	padding-right: 5%;
}

#connections .resp-adj-find-out-more-about-our-school .img-container {
	width: 90%;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#connections .resp-adj-find-out-more-about-our-school img {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position: 50% 40%;
}

#footer-nav {
	justify-content:space-evenly;
	padding-top:40px;
	padding-bottom:40px;
	background-color:hsla(32.5,63.16%,92.55%,1);
}

#footer-nav p {
	font-family:Verdana, Geneva, sans-serif;
}

#footer-nav .link-home {
	font-size:42px;
	text-underline-offset:10px;
	letter-spacing: -1px;
}

#footer-nav .link-contact {
	font-size:18px;
}


/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
	.gallery-pages .column {
    	flex: 50%;
    	max-width: 50%;
	}
}

/* Mobile Phones */
@media only screen and (max-width: 600px) {
	h1 {
		font-size: 48px;
	}
		
	.banner {
		height: 300px;
	}
	
	#home .banner {
		height: 400px;
	}
			
	#fcs-in-essence .banner {
		background-position: 70% 35%;
	}
	
	#prospective-parents .banner {
		background-position: 70% 35%;
	}
	
	#info-how-is-fcs-different .banner {
	}
	
	#info-practical-points-for-parents .banner {
	}

	#contact .banner {
		height: 400px;
		background-position: 30% 0%;
	}
	
	#educational-philosophy .banner {
	}
	
	#teaching-and-learning .banner {
		background-size: 200% auto;
		background-position: 45% 90%;
	}
	
	#life-at-fcs .banner {
		background-size: 200% auto;
		background-position: 35% 50%;
	}
	
	#principals-blog .banner {
		background-size: 200% auto;
		background-position: 35% 50%;
	}
	
	#videos .banner {
	}
	
	#gallery .banner {
		height: 200px;
		background-position: 20% 50%;
	}
	
	#year7 .banner {
	}

	#calendars .banner {
	}
	
	#spelling-times-tables .banner {
	}
	
	#readers .banner {
		height: 300px;
	}
	
	#readers h1 {
		font-size: 36px;
	}
		
	#testimonials .banner {
		height: 300px;		
	}
	
	#dan-oconnell .banner {
		height: 300px;		
		background-position: 25% 0%;
	}
	
	#future-plans .banner {
		height: 300px;		
		background-position: 25% 0%;
	}
		
	#scholarships .banner {
		height: 300px;		
	}

	#connections .banner {
		height: 300px;		
	}
	
	#connections .banner h1 {
		font-size: 36px;
	}	

	#policy-and-compliance .banner {
	}
	
	#gallery-out-of-class .banner {
	}
	
	#gallery-life-skills .banner {
	}
	
	#gallery-early-days .banner {
	}
	
	#spelling-times-tables h1 {
		font-size: 36px;
	}
	
	#contact .img-div {
		height: 210px;
	}
	
	#educational-philosophy .bumpy-bus.img-div {
		height: 210px;
	}
	
	#educational-philosophy .the-difference-is-subtle.img-div {
		height: 210px;
	}

	#educational-philosophy .the-difference-is-subtle .txt-div {
	    padding-top:20px;
	    padding-left:0;	
	}

	#educational-philosophy .the-difference-is-subtle h3 {
		font-size: 22px;
		width: 80%;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
		
	#educational-philosophy .resp-adj-prospective-parents.img-div {
		background-size: 150% auto;
		height: 300px;
	}

	#educational-philosophy .resp-adj-prospective-parents .txt-div {
    	padding-top: 40px;
	}

	#educational-philosophy .resp-adj-prospective-parents h3 {
		font-size: 24px;
		width: 90%;
	}
	
	#spelling-times-tables .resp-adj-prospective-parents.img-div {
		background-size: 150% auto;
		height: 300px;
	}

	#spelling-times-tables .resp-adj-prospective-parents .txt-div {
    	padding-top: 40px;
	}

	#spelling-times-tables .resp-adj-prospective-parents h3 {
		font-size: 24px;
		width: 90%;
	}
	
	#readers .resp-adj-explore-more-resources.img-div {
		background-size: 150% auto;
		height: 300px;
	}

	#readers .resp-adj-explore-more-resources .txt-div {
	    padding-top:20px;
	}
	
	#readers .resp-flex.img-right {
		flex-direction: column-reverse;
	}
	
	#readers .resp-flex.img-right div {
		padding-top: 0;
		padding-bottom: 0px;
	}
	
	#readers .resp-flex.img-right .text-div {
		padding-top:40px;
	}
	
	#testimonials .resp-adj-excitement-is-infectious.img-div {
		height: 220px;	
	}

	#testimonials .resp-adj-excitement-is-infectious .txt-div {
	    padding-top:1px;
    	padding-left:10px;	
	}

	#testimonials .resp-adj-excitement-is-infectious h2 {
		font-size: 22px;
		width: 55%;
	}

	#testimonials .resp-adj-excitement-is-infectious p {
		width: 60%;
	}
	
	#testimonials .resp-adj-fostering-a-love-for-learning.img-div {
		height: 200px;
	}

	#testimonials .resp-adj-fostering-a-love-for-learning .txt-div {
    	padding-top: 1px;
	}

	#testimonials .resp-adj-fostering-a-love-for-learning h3 {
		font-size: 28px;
		width: 90%;
		margin-top: 18px;
		margin-bottom: 10px;
	}
	
	#testimonials .resp-adj-fostering-a-love-for-learning p {
		margin-top: 10px;
	}
	
	#gallery-early-days .resp-adj-gallery.img-div {
		height: 220px;
	}

	#gallery-early-days .resp-adj-gallery .txt-div {
		padding-top:20%;
	}
	
	#gallery-out-of-class .resp-adj-gallery.img-div {
		height: 220px;	
	}

	#gallery-out-of-class .resp-adj-gallery .txt-div {
    	padding-top: 10px;
	}
	
	#gallery-life-skills .resp-adj-gallery.img-div {
		height: 220px;	
	}
	
	#gallery-life-skills .resp-adj-gallery .txt-div {
    	padding-top: 100px;
	}
	
	#gallery-school-plays .resp-adj-gallery.img-div {
		height: 220px;
	}

	#gallery-school-plays .resp-adj-gallery .txt-div {
		padding-top:20%;
	}

	#gallery-teachers-and-mentors .resp-adj-gallery.img-div {
		height: 220px;
	}

	#gallery-teachers-and-mentors .resp-adj-gallery .txt-div {
		padding-top:20%;
	}
	
	#gallery-community-spaces .resp-adj-gallery.img-div {
		height: 210px;
	}

	#gallery-community-spaces .resp-adj-gallery .txt-div {
		padding-top:30%;
	}
		
	#teaching-and-learning .img-classroom.img-div {
		height: 210px;	
	}
	
	#teaching-and-learning .img-kids-doing-maths.img-div {
		height: 210px;
	}
	
	#teaching-and-learning .img-kids-with-tricycle-in-schoolyard.img-div {
		height: 210px;
	}
	
	#lunch-in-the-schoolyard {
		padding-top: 60px;
		padding-bottom: 40px;	
	}

	#lunch-in-the-schoolyard .img-div, #lunch-in-the-schoolyard .txt-div {
		width: 100%;
	}
	
	#lunch-in-the-schoolyard .txt-div {
		padding-top: 0;
	}

	#lunch-in-the-schoolyard .img-container {
		float:none;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	
	#learning-beyond-the-classroom {
		padding-top: 60px;
		padding-bottom: 40px;	
	}

	#learning-beyond-the-classroom .img-div, #learning-beyond-the-classroom .txt-div {
		width: 100%;
	}
	
	#learning-beyond-the-classroom .txt-div {
		padding-top: 0;
	}

	#learning-beyond-the-classroom .img-container {
		float:none;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	
	#learning-beyond-the-classroom h2 {
		font-size:24px;
	}

	#learning-beyond-the-classroom p {
		font-size:18px;
	}

	#policy-and-compliance-div {
		padding-top:40px;
		padding-bottom:40px;	
	}

	#policy-and-compliance-div .img-div {
		width: 100%;
	}

	#policy-and-compliance-div .txt-div {
		width: 100%;
	}

	#policy-and-compliance-div .txt-div {
		padding-top: 0;
	}

	#policy-and-compliance-div .img-div {
		padding-left: 0;
	}

	#policy-and-compliance-div h3 {
		font-size: 48px;
	}
	
	#year7-faq-div {
		padding-top:40px;
		padding-bottom:40px;	
	}

	#year7-faq-div .img-div {
		width: 100%;
	}

	#year7-faq-div .txt-div {
		width: 100%;
	}

	#year7-faq-div .txt-div {
		padding-top: 0;
	}

	#year7-faq-div .img-div {
		padding-left: 0;
	}

	#year7-faq-div h3 {
		font-size: 38px;
	}

	#year7-faq-div p {
		font-size: 18px;
		padding-left: 50px;
	}


	#fcs-in-essence h1 {
		font-size: 23px;
		bottom: 10%;
		padding-left:1%;
		padding-right:1%;
	}
	
	#educational-philosophy h1 {
		font-size: 36px;
	}
	
	.button {
		padding: 24px 10px;
	}

	.resp-flex {
		flex-direction: column;
	}
	
	.resp-flex-row-reverse {
		flex-direction: column;
	}
	
	.resp-flex.centre-balance-img-left h3 {
		font-size:28px;
	}

	.resp-flex.centre-balance-img-left .img-container {
		padding-left:0;
		width: 100%;
	}

	.resp-flex.centre-balance-img-left .txt-div {
		width: 100%;
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}
	
	
	.resp-flex h2, .resp-flex-row-reverse h2 {
		font-size:42px;
	}

	.resp-flex h3, .resp-flex-row-reverse h3 {
		font-size:36px;
	}

	.resp-flex p, .resp-flex-row-reverse p {
		font-size:18px;
	}

	.resp-flex h2, .resp-flex h3, .resp-flex h4, .resp-flex h5, .resp-flex p {
		padding-left: 10%;
		padding-right: 10%;
	}
		
	.resp-flex.img-left {
		flex-direction: column;
	}

	.resp-flex.img-left div {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	
	.resp-flex.img-left h3 {
		font-size:36px;
	}
	
	.resp-flex.img-right {
		flex-direction: column;
	}
	
	.resp-flex.img-right div {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	
	.resp-flex.img-right h3 {
		font-size:36px;
	}
	
	.resp-flex.img-right.resp-adj-testimonials .txt-div {
		padding-top:0;
	}
	
	.resp-flex.img-right.resp-adj-testimonials h3 {
		font-size:24px;
	}
	
	.resp-flex.column.resp-adj-justify-centre {
		padding-left:0;
		padding-right:0;
	}

	.resp-adj-at-fcs-we-are-engaged-with-the-style-of-schooling {
		padding-top:40px;
		padding-bottom:40px;
	}

	.resp-adj-1-column {
		padding-bottom:40px;
		padding-left:10%;
		padding-right:10%;
	}

	.resp-adj-1-column h3 {
		font-size: 24px;
	}

	.resp-adj-1-column p {
		font-size: 18px;
	}
	
	.even-top-and-bottom.resp-adj-1-column {
		padding-top:20px;
		padding-bottom:20px;
	}
	
	.even-top-and-bottom.resp-adj-1-column p {
		font-size: 17.5px;
	}
	
	#passion-projects.resp-adj-1-column p {
		text-align:left;
	}
	
	#aspects-of-fcs-culture.resp-adj-1-column {
		padding-top:10px;
	}
	
	#aspects-of-fcs-culture.resp-adj-1-column h2 {
		font-size:48px;
	}
	
	#aspects-of-fcs-culture.resp-adj-1-column h4 {
		font-size: 26px;
	}
	
	#initial-print-run.resp-adj-1-column h4 {
		font-size: 26px;
	}
	
	#now-accepting-year-7-enrolments.resp-adj-1-column {
		padding-top: 10px;
	}

	#now-accepting-year-7-enrolments.resp-adj-1-column h3 {
		font-size:32px;
	}
	
	.resp-adj-2-column.img-left, .resp-adj-2-column.img-right {
		flex-direction: column-reverse;
	}
	
	.resp-adj-2-column.img-left.margin-set-a, .resp-adj-2-column.img-right.margin-set-a {
		padding-top: 20px;
		padding-bottom: 10px;
		padding-left: 10%;
		padding-right: 10%;
	}

	.resp-adj-2-column .txt-div, .resp-adj-2-column .img-div, #testimonials .resp-adj-2-column .txt-div, #testimonials .resp-adj-2-column .img-div, #future-plans .resp-adj-2-column .txt-div, #future-plans .resp-adj-2-column .img-div, #dan-oconnell .resp-adj-2-column .txt-div, #dan-oconnell .resp-adj-2-column .img-div {
		width: 100%;
	}
	
	.resp-adj-2-column h2 {
		font-size:24px;
	}
	
	.resp-adj-2-column h3 {
		font-size:20px;
	}

	.resp-adj-2-column p {
		font-size: 18px;
	}
	
	#future-plans .resp-adj-2-column p, #dan-oconnell .resp-adj-2-column p, #year7 .resp-adj-2-column p {
		font-size: 16px;
	}

	.resp-adj-2-column.img-right .txt-div, .resp-adj-2-column.img-left .txt-div, #testimonials .resp-adj-2-column.img-right .img-div, #testimonials .resp-adj-2-column.img-left .img-div, #future-plans .resp-adj-2-column.img-right .img-div, #future-plans .resp-adj-2-column.img-left .img-div, #dan-oconnell .resp-adj-2-column.img-right .img-div, #dan-oconnell .resp-adj-2-column.img-left .img-div, #year7 .resp-adj-2-column.img-right .img-div {
		padding-left: 0;
		padding-right: 0;
	}

	.resp-adj-2-column .txt-div.margin-sides-10pc h3, .resp-adj-2-column .txt-div.margin-sides-10pc p {
		padding-left: 10%;
		padding-right: 10%;
	}

	#future-plans .resp-adj-2-column .img-container {
		aspect-ratio: 1 / 1;
	}
	
	#dan-oconnell .resp-adj-2-column .img-container {
		aspect-ratio: 1 / 1;
	}
	
	.resp-adj-2-column .img-container img {
		width: 100%;
		height: auto;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	
	.resp-adj-2-column.text-circled-underlined .circled-text {
		border: 2px solid #BC7B91;
		padding-top: 0px;
		padding-bottom: 5px;
		padding-left: 5px;
	}

	.resp-flex.column.resp-adj-justify-centre h3, .resp-flex.column.resp-adj-justify-centre p {
		text-align:center;
		line-height:1.7;
	}	
	
	.resp-adj-our-school-see-life-as-an-amazing-adventure .txt-div, .resp-adj-the-hidden-curriculum .txt-div {
		padding-bottom: 40px;
	}
	
	.resp-adj-this-is-fitzroy-community-school .txt-div {
		padding-left:0%;
		padding-right:0%;
	}
	
	.resp-adj-this-is-fitzroy-community-school .img-div {
		height:213px;
	}

	.resp-adj-this-is-fitzroy-community-school img {
		top: 0%;
	}
	
	.resp-adj-this-is-fitzroy-community-school h2 {
		font-size:36px;
	}
	
	.resp-adj-this-is-fitzroy-community-school h4 {
		font-size:20px;
	}
	
	.resp-adj-this-is-fitzroy-community-school p {
		font-size:18px;
		padding-bottom:12%;
	}
	
	.resp-adj-a h2 {
		font-size:48px;
		padding-right:10%;
	}
	
	.resp-adj-character-is-destiny {
	background-size: auto 130%;
	background-position: 0% 50%;
	padding-top:80px;
	padding-bottom:80px;
	padding-left:0;
	}
	
	.resp-adj-character-is-destiny h2 {
		padding-left:4%;
	}	
	
	.resp-adj-principals-blog {
		background-position: 40% 60%;
		padding-top:170px;
		padding-bottom:20px;
	}
	
	.resp-adj-principals-blog h2 {
		font-size:32px;
	}
	
	.resp-adj-faye-free-time-quote {
	 	flex-direction: column;
	 	padding-top: 40px;
	 	padding-bottom: 40px;
	 }

	.resp-adj-faye-free-time-quote .img-div, .resp-adj-faye-free-time-quote .txt-div {
		width: 100%;
	}	

	.resp-adj-faye-free-time-quote .colour-set-d {
		padding: 20px;
		display: block;
		margin-top: -40px;
		margin-left: 15%;
		margin-right: 5%;
	}

	.resp-adj-faye-free-time-quote img {
		width:250px;
		height:167px;
		float:none;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}

	.resp-adj-faye-free-time-quote h3 {
		font-size:24px;
	}
	
	.resp-adj-tim-slow-steady-quote {
	 	flex-direction: column;
	 	padding-top: 40px;
	 	padding-bottom: 40px;
	 }

	.resp-adj-tim-slow-steady-quote .img-div, .resp-adj-tim-slow-steady-quote .txt-div {
		width: 100%;
	}	

	.resp-adj-tim-slow-steady-quote .colour-set-d {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 20px;
		padding-right: 20px;
		display: block;
		margin-top: -10px;
		margin-left: 15%;
		margin-right: 5%;
	}

	.resp-adj-tim-slow-steady-quote img {
		width:250px;
		height:167px;
		float:none;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}

	.resp-adj-tim-slow-steady-quote h3 {
		font-size:24px;
	}

	.resp-adj-goodness-and-viability {
	 	flex-direction: column;
	 	padding-top: 40px;
	 	padding-bottom: 40px;
	 }

	.resp-adj-goodness-and-viability .img-div, .resp-adj-goodness-and-viability .txt-div {
		width: 100%;
	}	

	.resp-adj-goodness-and-viability .colour-set-c {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 20px;
		padding-right: 20px;
		display: block;
		margin-top: -10px;
		margin-left: 15%;
		margin-right: 5%;
	}

	.resp-adj-goodness-and-viability img {
		width:250px;
		height:167px;
		float:none;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}

	.resp-adj-goodness-and-viability h2 {
		font-size:24px;
	}
	
	.resp-adj-less-time-in-class {
	 	flex-direction: column;
	 	padding-top: 40px;
		padding-bottom: 40px;
	}

	.resp-adj-less-time-in-class .img-div, .resp-adj-less-time-in-class .txt-div {
		width: 100%;
	}

	.resp-adj-less-time-in-class .colour-set-f {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 20px;
		padding-right: 20px;
		display: block;
		margin-top: -20px;
		margin-left: 15%;
		margin-right: 5%;
	}

	.resp-adj-less-time-in-class img {
		width:250px;
		height:167px;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}

	.resp-adj-less-time-in-class h3 {
		font-size:24px;
	}

	.resp-grid-gallery-2-column {
		grid-template-columns: auto;
	}

	.resp-grid-gallery-2-column img {
		width:100%;
	}	
	
	.resp-grid-gallery-3-column {
		grid-template-columns: auto;
	}
	
	.resp-grid-gallery-3-column .img-container {
		width:100%;
	}

	#passion-projects-framework .resp-grid-gallery-3-column {
		grid-template-columns: auto;
	}

	#passion-projects-framework .resp-grid-gallery-3-column .img-container {
		width: auto;
	}
	
	#scholarships .resp-grid-gallery-3-column {
		margin-left: 10%;
		margin-right: 10%;
		padding-top: 0;
		padding-bottom: 0;
		gap: 0;
	}

	#scholarships .resp-grid-gallery-3-column h2 {
		font-size: 32px;
		margin-top: 32px;
		margin-bottom: 12px;
	}

	#scholarships .resp-grid-gallery-3-column h3 {
		margin-top:12px;
		margin-bottom: 0;
	}

	#scholarships .resp-grid-gallery-3-column p {
		margin-top: 8px;
	}
	
	.resp-adj-subject-descriptions {
		padding-top:80px;
	}

	.resp-adj-subject-descriptions h3 {
		padding-left:10%;
		padding-right:10%;
		font-size:36px;
	}

	.resp-adj-subject-descriptions p {
		padding-left:10%;
		padding-right:10%;
	}
	
	.resp-adj-feedback-from-student-teachers {
		padding-bottom: 0;
	}

	.resp-adj-feedback-from-student-teachers h2 {
		padding-left: 30px;
		padding-right: 30px;
		font-size: 32px;
	}

	.resp-adj-feedback-from-student-teachers .resp-grid-gallery-3-column {
		grid-template-columns: auto;
		gap: 0;
	}

	.resp-adj-feedback-from-student-teachers .section {
		margin-bottom: 20px;
	}

	.resp-adj-feedback-from-student-teachers h3 {
		font-size: 22px;
	}
	
	#prospective-parents .article-links {
	    grid-template-columns: 97%;
	}

	#prospective-parents .article-links a {
		font-size:24px;
	}
	
	#gallery .article-links {
	    grid-template-columns: 97%;
	}

	#gallery .article-links a {
		font-size:24px;
	}
	
	/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
	.gallery-pages .column {
    	flex: 100%;
    	max-width: 100%;
	}
	
	.gallery-pages.two-column .column {
    	flex: 100%;
    	max-width: 100%;
	}

	#contact-us-form #wrapper-div {
		flex-direction: column;
	}
	
	#contact-us-form h2 {
		font-size:58px;
	}
	 
	#contact-us-form #flex-div-1, #contact-us-form #flex-div-2 {
		width: 100%;
	}
	
	#contact-us-form #flex-div-2 {
		grid-template-columns: 100%;
	}
	
	#contact-us-form #flex-div-2 #div-head, #contact-us-form #flex-div-2 #div-first-name, #contact-us-form #flex-div-2 #div-last-name, #contact-us-form #flex-div-2 #div-email, #contact-us-form #flex-div-2 #div-message, #contact-us-form h2, #contact-us-form p {
		padding-left: 3%;
		padding-right: 3%;
	}
	
	#contact-us-form #flex-div-2 #div-head, #contact-us-form #flex-div-2 #div-email, #contact-us-form #flex-div-2 #div-message {
		grid-column:1 / span 1;
	}
	
	.txt-and-video.resp-flex.resp-adj-justify-left div, .txt-and-video.resp-flex-row-reverse.resp-adj-justify-left div {
		width: 100%;
	}
	
	.txt-and-video.resp-flex .txt-div, .txt-and-video.resp-flex-row-reverse .txt-div {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.txt-and-video.resp-flex .txt-div, .txt-and-video.resp-flex-row-reverse .txt-div {
		padding: 0;
	}
	
	.txt-and-video.resp-flex-row-reverse .txt-div h2, .txt-and-video.resp-flex-row-reverse .txt-div p {
		text-align:center;
		margin:10px;
	}

	.txt-and-video.resp-flex .img-div, .txt-and-video.resp-flex-row-reverse .img-div {
		padding-top: 10px;
		padding-bottom: 30px;
	}
	
	.txt-and-video.resp-flex .img-div {
	}
	
	.txt-and-video.resp-flex-row-reverse .img-div {
		padding-left: 0;
		padding-right: 0;
	}
	
	.txt-and-video iframe {	
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	
	.txt-and-video img {
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	
	.txt-and-video.resp-flex-row-reverse iframe {
		float:none;
	}
	
	.fiftypx-padding {
		padding: 0;
	}
	
	#educational-philosophy .img-div-kids-among-cushions {
		width: 80%;
    	height: 150px;
	}
	
	#educational-philosophy .resp-adj-camps-rebel-boys {
		flex-direction: column-reverse;
		padding-top: 20px;
		padding-bottom: 10px;
		padding-left: 10%;
		padding-right: 10%;
	}

	#educational-philosophy .resp-adj-camps-rebel-boys .txt-div, #educational-philosophy .resp-adj-camps-rebel-boys .img-div {
		width: 100%;
	}

	#educational-philosophy .resp-adj-camps-rebel-boys img {
		width:100%;
		height:auto;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	
	#educational-philosophy .resp-adj-camps-rebel-boys h2 {
		font-size:24px;
	}

	#educational-philosophy .resp-adj-camps-rebel-boys .txt-div {
		padding-left: 0;
		padding-right: 0;
	}

	#educational-philosophy #img-girl-with-swing-a {
		display:none;
	}

	#educational-philosophy #img-girl-with-swing-b {
		width:80%;
		height:auto;
		display:block;
		margin-left:10%;
		margin-right:10%;
		margin-bottom:20px;
	}
	
	#educational-philosophy .resp-flex.img-right.colour-set-a.resp-adj-justify-left {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#educational-philosophy .resp-flex.img-right.colour-set-a.resp-adj-justify-left img {
		width:280px;
		height:413px;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	
	#educational-philosophy .resp-adj-eccentricity {
		flex-direction: column-reverse;
		padding-top: 40px;
		padding-bottom: 10px;
		padding-left: 10%;
		padding-right: 10%;
	}

	#educational-philosophy .resp-adj-eccentricity .txt-div, #educational-philosophy .resp-adj-eccentricity .img-div {
		width: 100%;
	}

	#educational-philosophy .resp-adj-eccentricity h2 {
		font-size:36px;
	}

	#educational-philosophy .resp-adj-eccentricity img {
		float:none;
		width:100%;
		height:auto;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}

	#educational-philosophy .resp-adj-eccentricity .txt-div {
		padding-left: 0;
		padding-right: 0;
	}

	#educational-philosophy .resp-adj-eccentricity .img-div {
		padding-top: 40px;
	}
	
	#educational-philosophy .resp-adj-bold-little-boys h2 {
		font-size:24px;
	}

	#educational-philosophy .resp-adj-bold-little-boys h4 {
		font-size:18px;
	}

	.school-plays-blog-header-and-footer h3 {
		font-size:48px;
	}

	.school-plays-blog {
		flex-direction: column;
		padding-top: 0;
		padding-bottom: 0;
	}

	.school-plays-blog div {
		width: 100%;
	}

	.school-plays-blog iframe {
		width: 90%;
		margin-bottom: 10px;
	}

	.school-plays-blog img {
		margin-bottom: 10px;
	}
	
	.school-plays-blog h4 {
		font-size:18px;
		margin-top: 10px;
		margin-bottom: 10px
	}

	.resp-adj-how-is-fcs-different {
		background-position: 50% 50%;
	}

	.resp-adj-how-is-fcs-different .txt-div {
	    padding: 0;
	}

	.resp-adj-how-is-fcs-different h3 {
		font-size:28px;
		text-align:center;
		padding-top: 25px;
		padding-bottom: 75px;
		margin: 0;
	}
	
	.resp-adj-how-is-fcs-different p {
		text-align:center;
		padding-bottom: 25px;
		margin: 0;
	}
	
	.single-img-or-video {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.single-img-or-video.reduce-top-padding {
		padding-top: 0;
	}

	.single-img-or-video iframe, .single-img-or-video img {
		width:90%;
	}

	.blog-div {
		margin-left: 10%;
		margin-right: 10%;
	}

	.blog-div h1 {
		font-size:36px;
	}

	.blog-div img {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.blog-div .img-cards-on-bettys-wall img {
		width: 100%;
	}
	
	#policy-and-compliance table {
		margin-left:10px;
		margin-right:10px;
	}
	
	#policy-and-compliance table h2 {
		font-size:18px;
	}
	
	#policy-and-compliance table .textlarge {
		font-size:11px;
	}

	#policy-and-compliance .annual-reports.img-div {
		background-size: 150% auto;
		height: 210px;
	
	}

	#policy-and-compliance .annual-reports .txt-div {
	    padding-top: 5px;
	    padding-left: 5px;

	}

	#policy-and-compliance .annual-reports h2 {
		font-size: 22px;
		width: auto;
		text-align:center;
	}

	#policy-and-compliance .annual-reports a {
		font-size: 14px;
	}
		
	#scholarships .img-div {
		height: 180px;
	}
	
	#gallery-out-of-class .img-full-width.img-container {
		height: 180px;
	}

	#gallery-out-of-class .img-full-width.img-container img {
		object-position: 50% -10px;
	}

	.blog-footer {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.blog-footer a {
		font-size: 16px;
	}
	
	.gallery-footer {
		padding-top: 40px;
		padding-bottom: 80px;
	}

	.gallery-footer a {
		font-size: 16px;
	}

	#connections #links-to-articles div {
		width: 48%;
		height: 240px;
	}
	
	#connections #links-to-articles .link-div p {
		font-size: 16px;
	}

	#connections #links-to-articles #div-community-of-care-phone {
		display: block;
		clear: both;
		width:100%;
		height:auto;
	}

	#connections #links-to-articles #div-community-of-care-pc {
		display: none;
	}

	#connections #links-to-articles #div-phonics-teaching {
		background-size: 250% auto;
		margin-top: 2px;
	}

	#connections #links-to-articles #div-no-grades-no-timetables {
		background-size: 250% auto;
		margin-top: 120px;
	}

	#connections #links-to-articles #div-tim-gills-rethinking-childhood {
		background-size: 250% auto;
		margin-top: -113px;
	}

	#connections #links-to-articles #div-demanding-student-self-discipline {
		background-size: 250% auto;
	}

	#connections #links-to-articles #div-sounding-off-about-phonics {
		background-size: 250% auto;
		margin-top: -113px;
	}
	
	#connections #innovations-header h2 {
		font-size: 36px;
	}
	
	#connections .resp-adj-subject-descriptions h3 {
		font-size: 24px;
	}
	
	#connections .single-img-or-video h2 {
		font-size: 36px;
	}
	
	#connections .single-img-or-video p {
		font-size: 16px;
	}

	#footer-nav {
		padding-left:20px;
	}
	
	#footer-nav .link-home {
		font-size:32px;
		text-underline-offset:7px;
		letter-spacing: -1px;
	}
	
	#footer-nav .link-contact {
		font-size:18px;
	}
	
}

/* Wide mobile layouts 480px. Mobile in landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	h1 {
		font-size: 48px;
	}
	
	.banner {
		height: 300px;
	}
	
	#home .banner {
		height: 300px;
	}
	
	#gallery .banner {
		height: 300px;
		background-position: 50% 50%;
		background-size: 100% auto;
	}
}

/* Standard PC Screens with Markedly Scaled-Up Fonts, etc (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.banner {
		height: 500px;
	}
	
	.txt-and-video.resp-flex .txt-div {
		padding-left: 40px;
	}
	
	.resp-flex h2 {
		font-size: 64px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.resp-flex p {
		font-size: 21px;
	}
	
	.resp-adj-goodness-and-viability .colour-set-c {
		margin-right: 40px;
	}
	
	.resp-adj-goodness-and-viability img {
		width: 563px;
		height: 375px;
	}
	
	#policy-and-compliance .annual-reports h2 {
		font-size: 84px;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	
	.blog-div h1 {
		font-size:62px;
	}
	
	.resp-flex.img-right.resp-adj-testimonials .txt-div {
		padding-top: 40px;
	}
	
	.resp-flex.img-right.resp-adj-testimonials h3 {
		font-size: 36px;
	}
}

/* Standard PC Screens with Moderately Scaled-Up Fonts, etc (large laptops and desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {
	.banner {
		height: 650px;
	}
	
	.blog-div h1 {
		font-size:80px;
	}
}

/* Standard PC Screens */
@media only screen and (min-width: 1750px) {
	.banner {
		height: 800px;
	}
	
	.resp-adj-goodness-and-viability .colour-set-c {
		margin-right: 200px;
	}
	
	.resp-adj-goodness-and-viability img {
		width: 625px;
		height: 417px;
	}

}