/* Variables */

:root {
	--bg-color: 248, 246, 244; 240, 239, 235; 232, 231, 227; 248, 247, 240;

	--alpha-100: 1;
	--alpha-95: 0.95;
	--alpha-80: 0.80;
	--alpha-50: 0.5;
	--alpha-20: 0.2;
	--alpha-10: 0.1;
	--alpha-05: 0.05;
	--alpha-00: 0.0;

	--text-color-dark: 027, 027, 027;
	--text-color-light: 227, 227, 227;

	--nav-color-dark: 027, 027, 027;
	--nav-color-light: 227, 227, 227;
	
	
}






/* Body */

html, body {
	margin: auto;
	color: #0c1117;
	text-align: center;
	font-size: 1em;
	background: #f0eee3 url(../images/general/background-noise.jpg);
}






#body {
	padding: 0%;
	padding-bottom: 0%;
	-webkit-text-size-adjust: 100%;
}


img  {
	text-decoration: none;
	border-bottom: none;
	border-style: none;
	width: 100%;
}





/* Content */

#content {
	width: 100%;
	padding: 0px 0px 0px 0px;
	float: left;
	background: #fdfcf5;
	position: relative;
}


#column-full {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0% 5% 10% 5%;
	box-sizing: border-box;
}

#column-left {
	width: 42%;
	float: left;
	margin: 0 0 0 -1px;
	padding: 0% 4% 2% 4%;
	border-right: 1px solid #dbdad2;
}

#column-left-half {
	width: 42%;
	float: left;
	margin: 0 0 0 -1px;
	padding: 0% 4% 2% 0%;
}

#column-right {
	width: 42%;
	float: right;
	margin: 0 0 0 -1px;
	padding: 0% 4% 2% 4%;
	border-left: 1px solid #dbdad2;
}

#column-centered {
	width: 45%;
	float: left;
	text-align: center;
}

#column-board-left {
	width: 45%;
	float: left;
	text-align: right;
	padding: 0px 0px 0px 0px;
}

#column-board-right {
	width: 45%;
	float: left;
	text-align: left;
	padding: 0px 0px 0px 0px;
}



/* Rows */

#row {
	width: 100%;
	float: left;
}

#slideleft {
	width: 50%;
	margin: 0px 0px 0px 0px;
	float: left;
	text-align: left;
	box-sizing: border-box;
}

#slideright {
	width: 50%;
	margin: 0px 0px 0px 0px;
	float: left;
	text-align: right;
	box-sizing: border-box;
}


#rowindexphoto {
	width: 100%;
	height: 480px;
	margin: 0%;
	float: left;
	background: url(../images/panorama0a.jpg) no-repeat 50% 50%;
	background-size: cover;
	box-sizing: border-box;
}


#rowindexname {
	width: 100%;
	height: 120px;
	margin: 0%;
	padding: 10px;
	float: left;
	background: #9d908a url(../images/headers/logo_wide.svg) no-repeat 50% 50%;
	background-size: 100%;
	box-sizing: border-box;
}


.rowindexvideo {
	width: 100%;
	margin: 0%;
	padding: 0%;
	float: left;
	box-sizing: border-box;
}

.rowindexvideo iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 288px;
}


.row-nav {
	width: 100%;
	min-height: 53px;
	padding: 15px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	background-color: rgba(186, 176, 182, 0.90);
	border-bottom: dotted 1px  #87877c;
	box-sizing: border-box;
	vertical-align: middle;
}


.row-navblue {
	width: 100%;
	min-height: 53px;
	padding: 15px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	background-color: rgba(126, 175, 198, 0.90);
	border-bottom: dotted 1px  #87877c;
	box-sizing: border-box;
	vertical-align: middle;
}


.row-nav-inner {
	height: 10px;
	max-width: 1200px;
	margin: auto;
}


#row-hr {
	width: 100%;
	margin-top: 24px;
	margin-right: 0;
	background: transparent;
	float: left;
	box-sizing: border-box;
}


.row-navspace {
	width: 100%;
	height: 40px;
	background: transparent;
	float: left;
	box-sizing: border-box;
}




/* H Rules */


#rule01 {
	width: 100%;
	margin: 2px 0px 30px 0px;
	height: 1px;
	float: left;
	border-bottom: 1px solid #6f6e6a;
	box-sizing: border-box;
}




/* Images */

img.floatLeft { 
	max-width: 40%;
    float: left; 
    margin-top: 20px; 
    margin-right: 10px; 
    margin-bottom: 20px; 
    boarder: 3px red solid;
}

img.floatRight { 
	max-width: 40%;
    float: right; 
    margin-top: 20px; 
    margin-left: 15px; 
    margin-bottom: 20px; 
}

img.floatCenter { 
    text-align: left;
    margin-top: 20px; 
    margin-bottom: 20px; 
    float: left; 
	width: 100%;
	height: 100%;
}

img.floatCSP { 
    height: 100px;
    width: 100px;
    margin-top: 20px; 
    margin-bottom: 20px; 
    float: right; 
}



