
/* Large Screens (Desktops) */

@media only screen and (max-width : 1440px) {

}

@media only screen and (max-width : 1430px) {
	.section {
		max-width: 1200px;
	}

	#header .options #navigation ul li {
		margin-left: 18px;
	}

	.imageText .image,
	.imageText.alt .text {
		margin-left: 15px;
	}

	#footer .section {
		padding-left: 35px;
		padding-right: 35px;
	}
}

/* Medium Screens (Tablets - Landscape) */

@media only screen and (max-width : 1225px) {
	.section {
		max-width: 970px;
	}

	#mainWrapper {
		padding-top: 119px;
		font-size: 17px;
	}
	
	#header .section {
		height: 120px;
	}

	#header .logo {
		width: 180px;
	}

	#header .options {
		bottom: 6px;
	}

	#header .options #navigation ul li ul {
		padding-top: 6px;
	}

	#banner {
		margin-bottom: 40px;
	}

	#aboutUs {
		margin-bottom: 40px;
	}

	#banner .section {
		padding-top: 4.902778vw;
		padding-bottom: 4.902778vw;
	}

	#banner .overlay {
		max-width: 514px;
	}

	#enrolment {
		margin-bottom: 70px;
	}

	#enrolment .section {
		min-height: 538px;
	}

	#vacationCare {
		margin-bottom: 70px;
	}

	#vacationCare .text {
		max-width: 790px;
		padding-left: 45px;
		padding-right: 45px;
	}
	
	#widgets .hours {
		padding: 18px;
		margin-right: 15px;
	}

	#widgets .map {
		margin-left: 15px;
	}
	
	.imageText .image, .imageText.alt .text {
		margin-left: 0;
	}

	.imageText .image {
		width: 420px;
	}

	.imageText .text {
		width: 518px;
	}

	#footer {
		font-size: 15px;
	}

	#footer .section {
		padding-left: 0;
		padding-right: 0;
	}

	#footer .logo {
		width: 370px;
		margin-left: -210px;
	}

	#footer .contactUs {
		width: 260px;
	}

	.linkBtn {
		font-size: 17px;
	}

	.heading {
		font-size: 48px;
	}

	.subheading {
		font-size: 30px;
		margin-bottom: 23px;
	}

	p {
		margin-bottom: 18px;
	}
}

/* Small Screens  (Tablets - Portrait ) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}

	#mainWrapper {
		font-size: 16px;
	}

	#header .options {
		font-size: 16px;
		right: 15px;
	}

	#header .options #navigation ul li {
		margin-left: 11px;
	}

	#header .options .formsBtn {
		position: absolute;
		right: 0;
		top: -45px;
	}

	#header .logo {
		width: 204px;
	}
	
	#content .section {
		padding-top: 40px;
		padding-bottom: 80px;
	}
	
	#banner:after, #footer:before, #subBanner:after	{
		height: 8.958333vw;
	}

	#banner .overlay {
		max-width: 387px;
	}

	#aboutUs {
		margin-bottom: 20px;
	}

	#enrolment {
		margin-bottom: 50px;
	}

	#enrolment .section {
		min-height: 396px;
	}

	#vacationCare {
		margin-bottom: 54px;
	}

	#vacationCare .text {
		max-width: 645px;
	}

	#widgets .map {
		border-radius: 15px;
	}
	
	.imageText .image {
		width: 285px;
	}

	.imageText .text {
		width: 408px;
	}
	
	#footer .section {
		padding-top: 30px;
	}

	#footer:before {
		top: -8.8vw;
	}

	#footer .pages {
		width: 212px;
	}

	#footer .contactUs {
		width: 221px;
	}

	#footer .logo {
		width: 325px;
		margin-left: -192px;
		top: 65px;
	}
	
	.heading {
		font-size: 36px;
	}

	.subheading {
		font-size: 25px; 
	}

}

/* Extra Small Screens */

@media only screen and (max-width : 767px) {
	#menuBtn {
		display: block;
	}	

	#mainWrapper {
		padding-top: 0;
	}

	#header {
		position: static;
		border-top: 6px solid #02b1f0;
		border-bottom: 4px solid #02b1f0;
	}

	#header .options #navigation {
		display: none;
	}

	#header .section {
		height: auto;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	#header .logo {
		position: static;
		display: block;
		width: 220px;
		margin: 0 auto 10px;
	}

	#header .socials {
		position: static;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-bottom: 13px;
	}

	#header .socials li {
		margin-left: 5px;
		margin-right: 5px;
	}

	#header .options {
		position: static;
	}

	#header .options .formsBtn {
		position: static;
		margin: 0 auto;
	}

	#banner {
		margin-bottom: 23px;
	}

	#banner .section {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-top: 3.902778vw;
		padding-bottom: 9.902778vw;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	#banner .overlay {
		font-size: 2.9vw;
		max-width: 50vw;
	}

	#banner .overlay p {
		margin: 0;
	}
	
	#banner .overlay .heading {
		font-size: 4.5vw;
		margin-bottom: 2vw;
	}

	#banner .overlay .linkBtn {
		display: none;
	}
	
	#content .section {
		padding-top: 35px;
		padding-bottom: 11vw;
	}

	.imageText {
		display: block;
		text-align: center;
	}

	.imageText .image,
	.imageText.alt .image {
		width: 250px;
		margin: 0 auto 10px;
	}

	.imageText .text {
		width: 100%;
	}

	.imageText.alt .text {
		padding-top: 0;
	}

	#enrolment {
		margin-bottom: 16px;
	}

	#enrolment .section {
		padding-top: 130px;
		padding-bottom: 130px;
		min-height: 1px;
	}

	#enrolment:before,
	#enrolment:after {
		background-size: 900px 100%;
		background-position: center top;
	}

	#aboutUs {
		margin-bottom: -23px;
	}

	#vacationCare {
		margin-bottom: 37px;
	}

	#vacationCare .text {
		padding: 82px 20px 72px;
	}

	#widgets .section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	#widgets .sunsmart {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		margin: 0 auto 25px;
	}

	#widgets .hours {
		width: 100%;
		max-width: 450px;
		margin: 0 auto 25px;
	}

	#widgets .map {
		width: 100%;
		max-width: 450px;
		margin: 0 auto;
		height: 200px;
	}

	#footer {
		text-align: center;
	}

	#footer .logo {
		position: static;
		display: block;
		margin: 0 auto 30px;
		width: 270px;	
	}

	#footer .contactUs {
		width: 100%;
	}

	#footer .contactUs .methods {
		max-width: 306px;
		margin: 0 auto;
	}

	#footer .contactUs .socials {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	#footer .contactUs .socials li {
		margin-left: 8px;
		margin-right: 8px;
	}

	#footer .pages {
		width: 100%;
	}

	#footer .pages #links ul li {
		margin-bottom: 15px;
	}

	.linkBtn {
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width : 478px) { 

}

@media only screen and (max-width : 400px) { 

}