section.mainfullscreenimage1column {
	min-height: calc(100vh - 150px);
	padding-bottom: 110px;
	height: auto;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
section.mainfullscreenimage1column div.holder {
	width: 100%;
}
section.mainfullscreenimage1column div.text {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	z-index: 4;
	position:relative;
	
	overflow-x: hidden;
	overflow-y: auto;
	
	padding-top: 30px;
	padding-bottom: 30px;
	
	/*position: absolute;*/
	/*top: 70px;*/
	text-align: center;
	/*height: calc( 100% - 140px );*/
	font-family: 'Roboto', sans-serif;
}
section.mainfullscreenimage1column .text .large {
	font-size: 60px;
	font-weight: 200;
	display: block;
}
section.mainfullscreenimage1column .text .small { 
	font-size: 24px;
	font-weight: 300;
	margin-top: 35px;
	display: block;
}
section.mainfullscreenimage1column .text .textalign-left {
	text-align: left;
}
section.mainfullscreenimage1column .text .textalign-center {
	text-align: center;
}
section.mainfullscreenimage1column .text .textalign-right {
	text-align: right;
}
section.mainfullscreenimage1column .text .large p:first-of-type {
	margin-top: 0px;
}
section.mainfullscreenimage1column .text .large p:last-of-type {
	margin-bottom: 20px;
}
section.mainfullscreenimage1column .text .small p:last-of-type {
	margin-bottom: 0px;
}

/* Arrow */
section.mainfullscreenimage1column .arrow {
	position: absolute;
	left: 0px;
    bottom: 25px;
    font-size: 50px;
    width: 100%;
    text-align: center;
    z-index: 100;
    opacity: 0.7;
	font-weight: 400;
	color: #ffffff;
	
	-webkit-animation: breath 3s forwards;
	animation: breath 3s forwards;
	
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

@keyframes breath {
	0% {
		opacity: 0.7;
	}
	10% {
		opacity: 1;
	}
	20% {
		opacity: 0.7;
	}
	30% {
		opacity: 1;
	}
	40% {
		opacity: 0.7;
	}
	100% {
		opacity: 0.7;
	}
}

/* Overlay Options */
section.mainfullscreenimage1column.overlay-black::before {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	background: rgba(0,0,0,0.5);
	content: " ";
	z-index: 1;
}
section.mainfullscreenimage1column.overlay-black30::before {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	background: rgba(0,0,0,0.3);
	content: " ";
	z-index: 1;
}
section.mainfullscreenimage1column.overlay-white::before {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	background: rgba(255,255,255,0.3);
	content: " ";
	z-index: 1;
}
section.mainfullscreenimage1column.overlay-grey::before {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	background: rgba(95, 95, 95, 0.4);
	content: " ";
	z-index: 1;
}

/* Width Options */
section.mainfullscreenimage1column .text.width-20 {
	width: 20%;
}
section.mainfullscreenimage1column .text.width-30 {
	width: 30%;
}
section.mainfullscreenimage1column .text.width-40 {
	width: 40%;
}
section.mainfullscreenimage1column .text.width-50 {
	width: 50%;
}
section.mainfullscreenimage1column .text.width-60 {
	width: 60%;
}
section.mainfullscreenimage1column .text.width-70 {
	width: 70%;
}
section.mainfullscreenimage1column .text.width-80 {
	width: 80%;
}

/* Text Align Options */
section.mainfullscreenimage1column.text-left div.text {
	float: left;
}
section.mainfullscreenimage1column.text-center .holder {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
section.mainfullscreenimage1column.text-right div.text {
	float: right;
}


/* Colour Options */
section.mainfullscreenimage1column .textcolour-grey {
	color: #5f5f5f;
}
section.mainfullscreenimage1column .textcolour-white {
	color: #ffffff;
}


/* Padding Left */
section.mainfullscreenimage1column.text-left div.text.spacing-10 { 
	padding-left: 10%;
}
section.mainfullscreenimage1column.text-left div.text.spacing-15 { 
	padding-left: 15%;
}
section.mainfullscreenimage1column.text-left div.text.spacing-20 { 
	padding-left: 20%;
}

/* Padding Right */
section.mainfullscreenimage1column.text-right div.text.spacing-10 { 
	padding-right: 10%;
}
section.mainfullscreenimage1column.text-right div.text.spacing-15 { 
	padding-right: 15%;
}
section.mainfullscreenimage1column.text-right div.text.spacing-20 { 
	padding-right: 20%;
}

/* Full screen Settings */
section.mainfullscreenimage1column.text-left div.text {
	left: 0px;
	right: initial;
}
section.mainfullscreenimage1column.text-right div.text {
	right: 0px;
	left: initial;
}


/* First Overrides */
section.first {
	padding-top: 234px !important;
	/*height: 100vh;*/
}
section.first div.text {
	/*padding-top: 234px !important;*/
	/*height: calc( 100% - 304px ) !important;*/
}



@media screen and (max-width: 1400px) {
	/* Width Options */
	section.mainfullscreenimage1column .text.width-20 {
		width: 40%;
	}
	section.mainfullscreenimage1column .text.width-30 {
		width: 40%;
	}
	section.mainfullscreenimage1column .text .large {
		font-size: 50px;
	}
	section.mainfullscreenimage1column .text .small { 
		font-size: 22px;
	}
}
@media screen and (max-width: 1200px) {
	/* Width Options */
	section.mainfullscreenimage1column .text.width-20 {
		width: 50%;
	}
	section.mainfullscreenimage1column .text.width-30 {
		width: 50%;
	}
	section.mainfullscreenimage1column .text.width-40 {
		width: 50%;
	}
	section.mainfullscreenimage1column .text .large {
		font-size: 40px;
	}
	section.mainfullscreenimage1column .text .small { 
		font-size: 20px;
	}
}
@media screen and (max-width: 1000px) {
	/* Width Options */
	section.mainfullscreenimage1column .text.width-20 {
		width: 60%;
	}
	section.mainfullscreenimage1column .text.width-30 {
		width: 60%;
	}
	section.mainfullscreenimage1column .text.width-40 {
		width: 60%;
	}
	section.mainfullscreenimage1column .text.width-50 {
		width: 60%;
	}
	section.mainfullscreenimage1column .text .large {
		font-size: 30px;
	}
	section.mainfullscreenimage1column .text .small { 
		font-size: 18px;
	}
}
@media screen and (max-width: 800px) {
	/* Width Options */
	section.mainfullscreenimage1column .text.width-20 {
		width: 70%;
	}
	section.mainfullscreenimage1column .text.width-30 {
		width: 70%;
	}
	section.mainfullscreenimage1column .text.width-40 {
		width: 70%;
	}
	section.mainfullscreenimage1column .text.width-50 {
		width: 70%;
	}
	section.mainfullscreenimage1column .text.width-60 {
		width: 70%;
	}
	section.mainfullscreenimage1column.text-left div.text.spacing-20 { 
		padding-left: 15%;
	}
	section.mainfullscreenimage1column.text-right div.text.spacing-20 { 
		padding-right: 15%;
	}
}
@media screen and (max-width: 600px) {
	/* Width Options */
	section.mainfullscreenimage1column .text.width-20 {
		width: 80%;
	}
	section.mainfullscreenimage1column .text.width-30 {
		width: 80%;
	}
	section.mainfullscreenimage1column .text.width-40 {
		width: 80%;
	}
	section.mainfullscreenimage1column .text.width-50 {
		width: 80%;
	}
	section.mainfullscreenimage1column .text.width-60 {
		width: 80%;
	}
	section.mainfullscreenimage1column .text.width-70 {
		width: 80%;
	}
	section.mainfullscreenimage1column.text-left div.text.spacing-15 { 
		padding-left: 10%;
	}
	section.mainfullscreenimage1column.text-left div.text.spacing-20 { 
		padding-left: 10%;
	}
	section.mainfullscreenimage1column.text-right div.text.spacing-15 { 
		padding-right: 10%;
	}
	section.mainfullscreenimage1column.text-right div.text.spacing-20 { 
		padding-right: 10%;
	}
}