/*
NOTES

Premzero Orange: #FD8204
Premzero Green: #??????

*/

:root {
    --company-purple: #672667; 
	--company-orange: #FD8204;
	--dark-grey: #777777; 
}


body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #672667;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 30px "Lato", sans-serif;
  color: #672667;
  margin: 0 0 20px 0;
}


/* ***************************************************************** */
/*                                                                   */
/*                               CLASSES                             */
/*                                                                   */
/*                                                                   */
/* ***************************************************************** */

.imagebox
{
	min-width: 600px;
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	z-index:0;
}

.imagebox-caption
{
	position: absolute;
	bottom: 200px;
	left: 50px;
	z-index:1;
	font-size: 40px;
	color: white;
	padding: 10px;
	line-height: 35px;
}

.imagebox-caption-orange
{
	background-color: rgba(225, 132, 1, 0.7);
}

.imagebox-caption-purple
{
	background-color: rgba(103, 38, 103, 0.7);
}

.imagebox-caption-red
{
	background-color: rgba(250, 40, 50, 0.7);
}

.textbox-title
{
	text-align: center;
}

.textbox-container
{
	color: #777777;
	background-color:white;
	text-align:center;
	padding:50px 80px;
	text-align: justify;
	min-width: 600px;
	z-index:3;
	position: relative;
/*	-webkit-box-shadow: 0px 0px 60px -15px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 60px -15px rgba(0,0,0,1);
	box-shadow: 0px 0px 60px -15px rgba(0,0,0,1); */
	overflow: hidden;
}

.text-column-centred
{
	margin: 0 auto;
	width: 620px;
	/* height: 100%; */
	height: 60px;
}

.text-column-centred p
{
	margin: 0px 0px 20px 0px;
	padding: 0;
	line-height: 20px;
}

.text-column li, ul
{
	margin: 0;
}

.button-centred
{
	display: block;
	margin: 0 auto;
	color: white;
	background-color: #672667;
	border: none;
	outline: none;
	padding: 10px 30px;
	border-radius: 3px;
	opacity: 1;
	cursor: pointer;
}

.button-centred:hover
{
	opacity: 0.7;
}

.titlebox-navigation-link
{
	color: white;
	display: inline-block;
	height: 18px;
	padding: 25px 18px;
	font-size: 14px;
}

.titlebox-navigation-link:hover
{
	text-decoration: underline;
}

.titlebox-navigation-link a
{
	text-decoration: none;
}


.footer-badge
{
	padding: 0px 30px;
}



/* ***************************************************************** */
/*                                                                   */
/*                              PAGE IDS                             */
/*                                                                   */
/*                                                                   */
/* ***************************************************************** */


#loadwindow
{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 20;
	background-color: white;
}

#loadwindow-container
{
	position: relative;
	top: 25%;
	text-align: center;
}

#loadwindow-target
{
	margin: 0 auto;
}

#loadwindow-text
{
	width: 100%;
	text-align: center;
	color: #FD8204;
}

/* *************************** TITLE BOX *************************** */

#titlebox-container
{
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 30%;
	
/*	-webkit-box-shadow: 0px 0px 60px -15px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 60px -15px rgba(0,0,0,1);
	box-shadow: 0px 0px 60px -15px rgba(0,0,0,1); */
	z-index:4;
}

#titlebox-thefairfieldcompany-logo-container {
	position: absolute;
	left: 0;
	top: 10%;
	width: 100%;
	height: 100%;
	text-align: center;
}

#titlebox-thefairfieldcompany-logo
{
	width: 20%;
	display: none;
}

#titlebox-scroll
{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	bottom: 50px;
	width: 200px;
	text-align: center;
	color: #CCCCCC;
	padding: 5px 30px;
}

#titlebox-scroll:hover
{
	color: #FD8204;
	cursor: pointer;
}

#titlebox-navigation
{
	position: absolute;
	background: #672667;
	border-radius: 60px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	bottom: 100px;
	width: 600px;
	height: 70px;
	text-align: center;
	color: white;
	display: none;
	opacity: 0.85;
}


/* *************************** IMAGE BOXES *************************** */
#imagebox-1
{
	background-image: url("../img/photo1.jpg");
}

#imagebox-2
{
	background-image: url("../img/photo2.jpg");
}

#imagebox-3
{
	background-image: url("../img/photo3.jpg");
}

#imagebox-4
{
	background-image: url("../img/photo4.jpg");
}

#imagebox-5
{
	background-image: url("../img/photo5.jpg");
}

#imagebox-6
{
	background-image: url("../img/photo6.jpg");
}


#videobox1
{
	margin: 0 auto;
	padding-top: 1px;
	width: 630px;
	height: 440px;
	margin-bottom: 20px;
	background-image: url("../img/video-background.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

#video
{
	width: 550px;
}

#footer-container
{
	margin: 0 auto;
	color: #777777;
	text-align:center;
	padding:50px 0px;
	text-align: justify;
	width: 100%;
	z-index:3;
	position: relative;
	-webkit-box-shadow: 0px 0px 60px -15px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 60px -15px rgba(0,0,0,1);
	box-shadow: 0px 0px 60px -15px rgba(0,0,0,1);
	overflow: hidden;
}		