/******
Do a find and replace to change all colours / fonts

Colour:
main dark grey #575757
Lighter grey #8f8f8f

Font:
'Quicksand' is the google font
********/

html,
body {
    height: 100%;
	/*font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;*/
	/*font-family: Aller, Gill Sans MT, Calibri, sans-serif;*/
	/*font-family: 'Merriweather', serif;*/
	font-family: 'Raleway', sans-serif;
	color: #333;
	font-size: 16px;
}
/* Wrapper for page content to push down footer */
      #wrap {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        /* Negative indent footer by it's height */
		/* ----- Margin for Two Column Sticky Footer -----*/
        margin: 0 auto -264px;
      }

      /* Set the fixed height of the footer here */
      #push/*, #footer*/ {
		/* ----- Height for Two Column Sticky Footer -----*/
        height: 264px;
      }
h1 {
	color: #048244;
	padding: 0px 0px 10px;
	margin: 0px 0px 10px 0px;
	font-family: 'Raleway', sans-serif;
}
h2, h3 {
	color: #048244;
	font-family: 'Raleway', sans-serif;
}

/* ----- IF One Column Header -----*/
header {
	background: #fff;
}
.navbar-header {
    text-align: center;
}
.navbar-brand {
	background: url('img/logo.png') center/260px no-repeat;
	height: 120px;
	float: none;
	display: block;
	text-indent: -9999em;
	font-size: 0em;
}
@media (min-width: 576px) {
	.navbar-brand {
		background: url('img/logo.png') center/280px no-repeat;
		height: 140px;
	}
}
@media (min-width: 768px) {
	.navbar-header {
	float: none;
	}
}
@media (min-width: 992px) {
	header {
		background-color: rgba(255, 255, 255, 0.8);
	}
	header.other-page {
		background-color: #fff;
	}
	.navbar-brand {
		background: url('img/logo.png') center/280px no-repeat;
		height: 120px;
		padding: 15px 15px 0;
	}
	.other-page .navbar-brand {
	padding: 10px 15px;
	}	
}
/*@media (min-width: 1200px) {
	.navbar-brand {
		font-size: 46px;
	}	
}*/
/* ----- One Column Header END -----*/


#welcome {
	position: relative;
}
#strapline {
	padding: 12px;
	background: #048244;
	color: #fff;
	text-align: center;
	letter-spacing: 0.4px;
	font-size: 15px;
	display: none;
}
#strapline.other-page {
	display: none;
}
section#main-text {
	background-color: #fff;
	line-height: 1.6;
}
section#main-text p {
	font-family: 'Raleway', sans-serif;
}
section#main-text p span {
	font-family: 'Raleway', sans-serif;
}
section#main-text a {
    color: #d9170d;
}
section#main-text.home-text {
	position: relative;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 50px;
}
section#main-text h1 {
	border-bottom: 3px solid #048244;
	display: table;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
section#main-text.home-text h1 {
	font-size: 18px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: none;
	margin: 0 auto 20px;
}
section#main-text.home-text h1 span {
	color: #048244;
	font-size: 26px;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 15px;
}
section#main-text.home-text #content h1 {
    display: none;
}

/* ----- Quick Links -----*/

section#quick-links {
	position: relative;
}
.quick-links-column {
	position: relative;
	padding: 0;
	margin-bottom: 2px;
}
.quick-links-column:last-child {
	margin-bottom: 0;
}
h2.quick-header {
	background: #048244;
	color: #fff;
	padding: 15px;
	margin: 0;
	font-size: 30px;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.quick-header span {
	position: relative;
	z-index: 2;
}
.quick-header span::before {
    content: "";
	background: url('img/small-logo.png') no-repeat;
	background-size: 45px;
	position: absolute;
	width: 45px;
	height: 45px;
	top: -5px;
	left: -60px;
}
h2.quick-header.life-header {
	background: #808285;
	color: #fff;
}
.quick-links-column a {
	color: #fff;
}
#quick-links img {
  	background-color: #fff;
  	opacity: 1.0;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
#quick-links a:hover img {
	background-color: #fff;
	opacity: 0.7;
}
.quick-links-column a:hover {
	text-decoration: none;
}
.quick-links-column a:hover h2.quick-header {
	background: #048244;
	color: #bad3e1
}
.quick-links-column a:hover h2.quick-header.life-header {
	background: #bad3e1;
	color: #048244
}
.ql-footer {
	padding: 14px;
	margin: 0;
	color: #305285;
	z-index: 3;
	position: relative;
	background: #c3d65a;
	font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
}
.ql-footer span {
	padding-left: 1px;
	width: 30px;
	text-align: left;
	color: #fff;
	font-size: 23px;
	-webkit-transition: padding-left .2s ease-out;
    -moz-transition: padding-left .2s ease-out;
    transition: padding-left .2s ease-out;
}
.quick-links-column a:hover .ql-footer span {
	padding-left: 8px;
}

/* ----- Quick Links END -----*/



/*** Triangle Section Separator Styles ***/

/* Common style for pseudo-elements */
.quick-header::before,
.quick-header::after {
	position: absolute;
	content: '';
	pointer-events: none;
}

/* Triangles */
/*.divi-triangles::before,*/
.divi-triangles::after {
	left: 50%;
	width: 50px;
	height: 50px;
	background: #048244;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

/* .divi-triangles::before {
	top: -25px;
	z-index: 1;
} */

.divi-triangles::after {
	bottom: -25px;
	z-index: 1;
}
h2.quick-header.life-header.divi-triangles::after {
	background: inherit;
}
/*** END ***/


/********** SOCIAL MEDIA STYLES ********/

section#social-media {
	border-top: 3px solid #b58737;
}
#social-media h1 {
	display: table;
	margin: 0 auto 30px;
	border-bottom: 3px solid #048244;
	padding-bottom: 10px;
	font-size: 28px;
	text-transform: uppercase;
}
#social-media a.social-header:hover, #social-media a.social-header:focus {
	text-decoration: none;
}
a.social-title:hover {
	text-decoration: underline;
}
section#social-media a.social-title:focus {
    text-decoration: none;
}
.inner-twitter-tweet, .inner-facebook-feed {
	border: 2px solid #048244;
}
.tweet-col {
    overflow: hidden;
	/*margin-bottom: 20px;*/
	padding: 0;
	/*border: 2px solid #f3c943;*/
}
.tweet-holder {
	background: #fff;
	padding-bottom: 10px;
}
section#social-media a {
    color: #1da1f2;
}
/*section#social-media a:hover {
	text-decoration: underline !important;
}*/

.tweet-col .image {
	background-position: center;
	background-size: cover;
	height: 250px;
	overflow: hidden;
}
.tweet-col .time {
	padding: 15px 10px 10px;
	line-height: 1.5em;
	font-size: 16px;
	color: #333;
	overflow: hidden;
}
.tweet-col .time img {
    height: 40px;
    width: 40px;
    float: left;
	margin-right: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.tweet-col .time span {
	font-weight: 700;
}
.tweet-col .tweet {
    padding: 0 10px 20px;
    position: relative;
    line-height: 1.5em;
    font-size: 16px;
	color: #666;
	overflow: hidden;
}

#social-media a.PrettyLink.hashtag.customisable, #social-media a.PrettyLink.profile.customisable.h-card {
	color: #6ca1d2;
	text-decoration: none;
}

/* ----- Social Media END -----*/

/********** EVENTS STYLES ********/

section#events_section {
	border-top: 3px solid #b58737;
}
#events_section .container .item {
    display: none;
}
#events_section .container .item.active {
    display: block;
}
#events_section a.events-header:hover, #events_section a.events-header:focus {
	text-decoration: none;
}
#events_section h1 {
	display: table;
	margin: 0 auto 30px;
	border-bottom: 3px solid #048244;
	padding-bottom: 10px;
	font-size: 21px;
	text-transform: uppercase;
}
#school-blog .controls, #events_section .controls {
    text-align: center;
	display: none;
}
#events_section .container a.lower-link {
    text-transform: uppercase;
	color: #1b2c45;
	margin-bottom: 10px;
	display: inline-block;
	font-size: 18px;
	width: 100%;
}
#events_section .container .item {
    display: none;
	margin-right: -15px;
	margin-left: -15px;
}
#events_section .container .item.active{
    display: block;
	margin-right: -15px;
	margin-left: -15px;
}
#events_section .left, #events_section .right {
    cursor: pointer;
	-webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    -ms-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease;
	/*background: #d4ac37;*/
	color: #fff;
	width: 44px;
	height: 44px;
	font-size: 36px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 3px;
	z-index: 2;
}
#events_section .left, #events_section .right {
	background: #f3c943;
}
#events_section .left:hover, #events_section .right:hover {
    background: #f1c227; 
}
/*.event-col {
	margin-bottom: 80px;
}
.event-col:last-child {
	margin-bottom: 20px;
}*/
#events_section .event-col .event-link {
    display: block;
	/*width: 290px;*/
	font-size: 22px;
	line-height: 1.1em;
	margin: 0 auto 20px;
}
#events_section .event-col .event-link:hover {
	text-decoration: none;
}
#events_section .event-col .details .text:hover {
	text-decoration: underline;
}
#events_section .event-col .details {
	display: block;
	margin: auto;
	color: #fff;
	text-align: center;
}
#events_section .event-col .details h2 {
    margin-top: 0;
}
#events_section .event-col .details .day {
    font-size: 50px;
	display: table;
	margin: 0 auto;
	transition: all .2s ease-in-out;
}
#events_section .event-col .details .month {
	font-size: 26px;
	display: table;
	margin: 0 auto 20px;
	text-transform: uppercase;
}
#events_section .event-col .details .time i.fa {
    font-size: 30px;
    color: #b59f76;
}
#events_section .event-col .details .time span {
    font-size: 30px;
    margin-left: 10px;
	text-transform: lowercase;
}
#events_section .event-col .details .text {
    margin-top: 20px;
	margin-bottom: 20px;
	color: #1b2c45;
}
#events_section .event-col .event-link:hover .time i.fa {
    color: #c1ae8b;
}
#events_section .event-col .event-link:hover .details, #events_section .event-col .event-link:hover .details h2, #events_section .event-col .event-link:hover .diary-details {
	color: #fff;
}
.event-date {
	position: relative;
	width: 180px;
	height: 180px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 auto 10px;
	background-color: #048244;
	-webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}
.event-date:hover {
	background-color: #036333;
}
.event-date:hover .day {
	transform: scale(1.5);
}
.inner-event-date {
    position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.event-title {
	font-size: 22px;
}
.diary-details {
	position: absolute;
	display: block;
	bottom: -40px;
	color: #fff;
	background: #ce333a;
	width: 150px;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1em;
	padding: 12px;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}
#events_section .event-col .event-link:hover .diary-details {
	background-color: #a4282e;
}

/* ----- Events Section END -----*/

.ticker-outer-wrap {
	overflow: hidden;
	z-index: 9;
    position: relative;
}
.ticker-wrap {
    width: 100%;
    overflow: hidden;
    height: 3.2rem;
    background-color: #bad3e1;
    padding-left: 100%;
	box-sizing: content-box;
	border-bottom: 2px solid #048244;
}
.ticker-wrap .ticker {
    display: inline-block;
    height: 3.2rem;
    line-height: 3.2rem;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
}
.ticker-wrap .ticker__item {
    display: inline-block;
    padding: 0 1.4rem;
	font-size: 1.4rem;
	font-weight: 500;
    color: #048244;
}
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}



section#bottom-logos {
	border-top: 3px solid #b58737;
}
section#bottom-logos img {
	height: 80px;
	margin-bottom: 22px;
}



/********** CONTACT STYLES ********/

section#contact {
	position: relative;
	color: #fff;
	border-top: 3px solid #b58737;
}
section#contact.other-page {
	display: none;
}
.contact-wrap {
	background-color: #757B7B;
}
#contact_details {
}
#contact_details .pad_out {
	padding: 40px 0 20px;
}
#contact_details h1 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
#contact_details .contact-title {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 5px;
}
#contact_details .contact-address {
	font-size: 18px;
}
#contact_details .contact-name {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 18px;
}
#contact_details .contact-phone {
	margin-bottom: 5px;
	font-size: 22px;
	font-weight: 500;
}
#contact_details .contact-email {
	font-size: 18px;
	font-weight: 500;
}
#contact_details .contact-phone a, #contact_details .contact-email a {
	color: #fff;
}
.map-wrap {
    margin-bottom: -6px;
    padding-right: 0;
    padding-left: 0;
}

/* ----- Contact END -----*/


/* ----- Mobile Black Bar Styles -----*/
#mobile_black_bar a {
	display:block;
	color:#FFF;
	padding:10px;
	text-align:center;
	font-size:20px;
}
#mobile_black_bar .staff_login, #mobile_black_bar .blogs {
	background: #000;
}
#mobile_black_bar .parent_login {
	background: #666;
}

/* ----- Footer Styles -----*/

footer {
	padding: 20px;
	background-color: #0C8E4A;
	color: #fff;
	text-align: center;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/* ----- IF Two Column Footer -----*/
.footer-right {
    margin-top: 16px;
}
.footer-right a {
    color: #fff;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
.footer-right a:hover {
    color: #ffd600;
}
.footer-right span {
    width: 50px;
    font-size: 22px;
}

/* ----- Common Styles -----*/

.top-buffer {
	padding-top: 40px;
}
.bottom-buffer {
	padding-bottom: 20px
}
/* ----- Circles CSS -----*/

.circles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	margin-bottom: 0;
	display: none;
}
.circles.home-circles {
	display: none;
}
.circles li {
	position: absolute;
	display: block;
	list-style: none;
	width: 20px;
	height: 20px;
	background: #f3f2f0;;
}

.circles li:nth-child(1) {
	top: 7%;
	left: 93%;
	width: 21px;
	height: 21px;
	transform:rotateZ(168deg)
}

.circles li:nth-child(2) {
	top: 12%;
	left: 23%;
	width: 20px;
	height: 20px;
	transform:rotateZ(224deg);
}

.circles li:nth-child(3) {
	top: 14%;
	left: 41%;
	width: 28px;
	height: 28px;
	transform:rotateZ(277deg);
}

.circles li:nth-child(4) {
	top: 19%;
	left: 89%;
	width: 28px;
	height: 28px;
	transform:rotateZ(134deg);
}

.circles li:nth-child(5) {
	top: 11%;
	left: 86%;
	width: 28px;
	height: 28px;
	transform:rotateZ(170deg);
}

.circles li:nth-child(6) {
	top: 12%;
	left: 53%;
	width: 28px;
	height: 28px;
	transform:rotateZ(58deg);
}

.circles li:nth-child(7) {
	top: 20%;
	left: 9%;
	width: 28px;
	height: 28px;
	transform:rotateZ(240deg);
}

.circles li:nth-child(8) {
	top: 16%;
	left: 28%;
	width: 28px;
	height: 28px;
	transform:rotateZ(337deg);
}

.circles li:nth-child(9) {
	top: 25%;
	left: 67%;
	width: 28px;
	height: 28px;
	transform:rotateZ(355deg);
}

.circles li:nth-child(10) {
	top: 1%;
	left: 3%;
	width: 28px;
	height: 28px;
	transform:rotateZ(335deg);
}
.circles li:nth-child(11) {
	top: 2%;
	left: 56%;
	width: 28px;
	height: 28px;
	transform:rotateZ(162deg);
}
.circles li:nth-child(12) {
	top: 21%;
	left: 23%;
	width: 28px;
	height: 28px;
	transform:rotateZ(291deg);
}
.circles li:nth-child(13) {
	top: 6%;
	left: 70%;
	width: 28px;
	height: 28px;
	transform:rotateZ(250deg);
}
.circles li:nth-child(14) {
	top: 2%;
	left: 86%;
	width: 28px;
	height: 28px;
	transform:rotateZ(184deg);
}
.circles li:nth-child(15) {
	top: 3%;
	left: 48%;
	width: 8px;
	height: 8px;
	transform:rotateZ(250deg);
}
.circles li:nth-child(16) {
	top: 32%;
	left: 16%;
	width: 38px;
	height: 38px;
	transform:rotateZ(184deg);
}

/* ----- Responsive Styles -----*/
@media (min-width: 330px) {
	#contact_details .contact-email {
		font-size: 18px;
	}
}
@media (min-width: 370px) {
	#social-media h1 {
		font-size: 32px;
	}
	#events_section h1 {
		font-size: 28px;
	}
}
@media (min-width: 380px) {
	
}
@media (min-width: 470px) {
	#strapline {
		display: block;
	}
	#events_section h1, #social-media h1 {
		font-size: 36px;
	}
	.ticker-wrap {
		height: 3.8rem;
	}
	.ticker-wrap .ticker {
		height: 3.8rem;
		line-height: 3.8rem;
	}
	.ticker-wrap .ticker__item {
		padding: 0 1.6rem;
		font-size: 1.6rem;
	}
	#contact_details .pad_out {
		padding: 40px 20px 20px;
	}
}
@media(min-width:470px) and (max-width:991px){
	
}
@media(min-width: 576px) {
	#strapline {
		font-size: 17px;
	}
	section#main-text.home-text h1 {
		font-size: 24px;
	}
	.col-ssm-4 {
		width: 33.33333333%;
	}
	#contact_details .pad_out {
		padding: 40px 40px 20px;
	}
	#contact_details .contact-title {
		font-size: 26px;
	}
	#contact_details .contact-address,  #contact_details .contact-name {
		font-size: 21px;
	}
	#contact_details .contact-phone {
		font-size: 26px;
		margin-bottom: 0;
	}
	#contact_details .contact-email {
		font-size: 26px;
	}
	/* ----- Wrap and Push for Two Column Sticky Footer -----*/
	#wrap {
    margin: 0 auto -249px;
    }
    #push {
    height: 249px;
    }
}
@media(min-width: 768px) {
	#strapline {
		padding: 16px;
		font-size: 18px;
	}
	#events_section h1, #social-media h1 {
		margin-bottom: 40px;
	}
	.tweet-holder {
		padding-bottom: 20px;
	}
	.tweet-col .tweet {
		min-height: 125px;
		max-height: 125px;
	}
	#events_section .event-col .event-link {
		height: 270px;
	}
	#contact_details .pad_out {
		padding: 40px 90px 20px;
	}
	/* ----- Wrap and Push for Two Column Sticky Footer -----*/
	#wrap {
    margin: 0 auto -210px;
    }
    #push {
    height: 210px;
    }
}

@media(min-width:992px) {
	section#welcome.home-welcome {
		display: block;
		top: -174px;
		margin-bottom: -174px;
		position: relative;
		z-index: -10;
	}
	#strapline {
		font-size: 21px;
	}
	section#main-text {
		min-height: 655px;
		position: relative;
	}
	.circles {
		display: block;
	}
	section#main-text h1 {
		font-size: 46px;
	}
	section#main-text.home-text {
		padding-bottom: 70px;
		min-height: auto;
		position: static;
	}
	section#main-text.home-text h1 {
		margin: 0 auto 30px;
		font-size: 36px;
	}
	section#main-text.home-text h1 span {
		font-size: 38px;
	}
	#main-text.home-text #background {
		top: -120px;
		font-size: 180px;
	}
	#social-media h1, #events_section h1 {
		font-size: 42px;
		border-bottom: 4px solid #048244;
	}
	.quick-links-column {
		margin-bottom: 0;
	}
	.inner-twitter-tweet {
		width: 940px;
		margin: 0 auto;
	}
	.tweet-col .image {
		height: 300px;
	}
	.tweet-col .tweet {
		padding: 0 20px 20px;
	}
	#events_section .event-col .event-link {
		margin: 0 auto 0px;
	}
	#events_section .container a.lower-link {
		margin-top: 30px;
	}
	section#social-media, section#events_section, section#bottom-logos {
		border-top: 5px solid #b58737;
	}
	.col-md-2 {
		width: 16.66666667% !important;
	}
	section#contact {
		
	}
	section#contact.other-page {
		display: block;
	}
	#contact_details .pad_out {
		padding: 40px 10px 20px 30px;
	}
	#contact_details .contact-name {
		margin-top: 29px;
	}
	#contact_details .contact-phone {
		margin-top: 40px;
	}
	.inner-map iframe {
		height: 400px;
	}
	section#bottom_login {
		display: none;
	}
	section#mobile_black_bar {
		display: none;
	}
	/* ----- IF Two Column Footer -----*/
	.footer-right {
    margin-top: 0;
	}
	/* ----- Wrap and Push for Two Column Sticky Footer -----*/
	#wrap {
    margin: 0 auto -64px;
    }
    #push {
    height: 64px;
    }
}
@media (min-width:992px) and (max-width:1199px) {
	#events_section .event-col .event-link {
    width: 215px;
    height: 260px;
	font-size: 18px;
	}
	#events_section .event-col .details .month {
	font-size: 21px;
	}
	#events_section .event-col .details .day {
    font-size: 40px;
	}
	#events_section .event-col .details .time i.fa {
    font-size: 26px;
	}
	#events_section .event-col .details .time span {
    font-size: 26px;
	}
	.diary-details {
    width: 130px;
    font-size: 16px;
	}
}
@media(min-width:1200px) {
	#strapline {
		font-size: 23px;
	}
	section#main-text {
		line-height: 1.8;
		font-size: 18px;
	}
	section#main-text.home-text {
		padding-bottom: 100px;
	}
	section#main-text.home-text h1 {
		font-size: 38px;
		margin-top: 20px;
	}
	section#main-text.home-text h1 span {
		font-size: 40px;
	}
	#social-media h1, #events_section h1 {
		font-size: 46px;
		margin-bottom: 50px;
	}
	.tweet-col .time {
		font-size: 14px;
	}
	/*#events_section .event-col .event-link {
		width: 320px;
		height: 320px;
		font-size: 22px;
	}
	.event-date {
		width: 240px;
		height: 110px;
	}
	#events_section .event-col .details .day {
		font-size: 70px;
	}
	#events_section .event-col .details .month {
		font-size: 30px;
		padding-top: 12px;
	}
	.event-col .details .time {
		font-size: 26px;
	}
	#events_section .event-col .details .time i.fa {
		font-size: 28px;
	}*/
	#events_section .event-col .event-link {
		width: 265px;
	}
	#contact_details {
		margin: 0 0 0 5%;
	}
	#contact_details .pad_out {
		padding: 40px 10px 20px 60px;
	}
	#contact_details .contact-title {
		font-size: 28px;
	}
	#contact_details .contact-name {
		margin-top: 22px;
		margin-bottom: 3px;
	}
	#contact_details .contact-phone {
		font-size: 28px;
	}
	#contact_details .contact-email {
		font-size: 28px;
	}
}
@media(min-width:1400px) {
	#contact_details .pad_out {
	padding: 40px 70px 20px;
	}
}
@media(min-width:1500px) {
	section#contact {
		background-image: url('img/large-map.jpg');
	}
	#contact_details {
		margin: 0 10% 0 10%;
	}
	#contact_details .pad_out {
		padding: 40px 100px 20px;
	}
}
@media(min-width:1700px) {
	#strapline {
		font-size: 26px;
		position: absolute;
		bottom: 0px;
		background: rgba(4, 130, 68, 0.8);
		z-index: 100;
		width: 100%;
	}
}