body, html, main {
    height: 100%;
	font-size: 18px;
	color: #f5f5f5;
}
h1 {
    text-align: center;
	font-size: 3.1em;
}

body {
	line-height: 1.6;
}

p {
padding: 5px 0px 5px 0px;
}

.centered {
    text-align: center;
}

.header-box {
   width: 100%;
   padding-left: 20%;
   padding-right: 20%;
   padding-top: 5%;
   padding-bottom: 5px;
}

.scrolling-bg {
    min-height: 100%;
    position: relative;
}

.scrolling-bg#VideoPage {
    position: relative;
    min-height: initial;
}

.fixed-bg {
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.fixed-bg.bg1 {
    background-image: url(/images/Background.jpg);
}
.fixed-bg.bg1a {
    background-image: url(/images/Background2.jpg);
}
.scrolling-bg.colour1 {
    /*background-color: #f0af3a;*/
	background-color: #F09C06;
}
.fixed-bg.bg3 {
    background-image: url(/images/alpacafield.jpg);
}

.fixed-bg.bg4 {
    background-color: #F09C06;
}
.scrolling-bg.colour2 {
    background-color: #F09C06;
}
.scrolling-bg.colour3{
    background-color: #616060;
}
.positionrelative {
    position: absolute;
    height: 7em;
    bottom: 1%;
    width: 10em;
    left: 50%;
    margin-left: -5em;
}
.next-page {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    /*border-color: whitesmoke;
    border-width: 5px;
    border-style: solid;*/
    width: 2em;
    height: 2em;
    margin: auto;
    text-align: center;
    font-size: 2em;
    color: #f5f5f5;
}

.next-page-text {
    position: absolute;
    bottom: 65px;
    left: 0;
    right: 0;
    margin: auto;
    color: #f5f5f5;
    font-size: 1.3em;
    text-align: center;
    font-style: italic;
}
.circle {
    border-radius: 50%;
    padding-top: 0.2em;
    transition: padding-top 0.6s;
}
.circle:hover {
    padding-top: 1em;
}

#scrollingvideo {
    height: 100%;
    width: 100%;
}

/*Main off white background for text in the middle of a page*/
.transparency {
    background-color: rgba(238, 238, 238, 0.4);
    border-radius: 5px;
    padding-top: 1em;
	padding-bottom: 1em;
	padding-right: 2em;
	padding-left: 2em;
    margin-bottom: 7em;
}

/*Style for the circular images on page three*/
.page3image {
    height: 10em;
    width: 10em;
    left: 50%;
    position: relative;
    border-radius: 50%;
    margin-top: 5px;
    margin-bottom: 1em;
	margin-left: -5em;
}

.malefemaleimage {
    max-width: 100%;
	position: relative;
	padding-top: 5px;
	padding-bottom: 10px;
}


.inner {
    position: absolute;
    top: 64%;
    height: 1em;
    margin-top: -1em;
    text-align: center;
    left: 51%;
    margin-left: -0.5em;
    width: 1em;
    font-size: 1.5em;
    color: rgba(0, 0, 0, 0.75);
}

#copyright {
    position: fixed;
    bottom: 2%;
    left: 2%;
    color: white;
    z-index: 1;
    font-size: 0.8em;
}

/*Bottommargin is to ensure that the next page arrows are sufficiently far away on small screens*/
.bottommargin {
    margin-bottom: 4em;
}
/*Alerter box for the first page. Use for e.g. "contact us". Sticks to top right of div (page).*/
.alerter {
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    right: 5%;
    z-index: 1;
    width: 100px;
	max-width: 100%;
    text-align: center;
    /*box-shadow: 0px 0px 0px rgba(107, 197, 185, 0.88);*/
    transition: padding-top 0.2s;
	font-size: 0.85em;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*make the alerter react when hovered over*/
.alerter:hover {
	padding-top: 10px;
}

.middle {
    padding: 2px;
    margin-bottom: 0px;
    color: #333;
}

/*Class for the email button*/
.emailclass {
	text-align: center;
	background-color: #F09C06;
	width: 180px;
	left: 50%;
	position: relative;
	margin-left: -100px;
	margin-top: 1em;
	margin-bottom: 1em;
	max-width: 100%;
	font-size: 1.1rem;
	text-decoration: none;
	transition: all 0.5s;
}

/*create a wide clickable link within the email button*/
.innerdiv {
	width: 100%;
	height: 100%;
	padding: 7px;
	transition: 0.5s;
}

/*colour the email address white*/
.emailclass a {
    color: whitesmoke;
	text-decoration: none;
}

.emailclass a:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 7px;
  right: 40px;
  transition: 0.5s;
}

.emailclass:hover .innerdiv {
  padding-right: 25px;
}

/* Transitions for email button */
.emailclass:hover {
	background-color: orange;
	text-decoration: none;
}

.emailclass:hover a:after {
	opacity: 1;
	right: 45px;
}


/* BIN FOR OLD STYLES
*/