* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
}

html{
	margin:0px auto;
	padding:0px;
	width:100%;
	max-width: 100%;
	overflow-x:hidden;
	overflow-y:auto;
	 

}

@font-face {
    font-family: bodytxtlgt;
    src: url(../fonts/montserrat-light.woff);
}

@font-face {
    font-family: bodytxtreg;
    src: url(../fonts/montserrat-regular-webfont.woff);
}

@font-face {
    font-family: bodytxtitalic;
    src: url(../fonts/montserrat-italic-webfont.woff);
}

@font-face {
    font-family: bodytxtbold;
    src: url(../fonts/montserrat-bold-webfont.woff);
}

@font-face {
    font-family: bodytxtbolditalic;
    src: url(../fonts/montserrat-bolditalic-webfont.woff);
}

@font-face {
    font-family: headerttl;
    src: url(../fonts/BebasNeue.woff);
}

@font-face {
    font-family: headerttl2reg;
    src: url(../fonts/NordsternDemo-Regular.woff);
}

@font-face {
    font-family: headerttl2lt;
    src: url(../fonts/NordsternDemo-Light.woff);
}

@font-face {
    font-family: headerttl2bold;
    src: url(../fonts/NordsternDemo-Bold.woff);
}

/*@font-face{
   font-family: bodytxtReg;  
    src: url(../fonts/montserrat-regular-webfont.ttf),
	url(../fonts/montserrat.eot),
	url(../fonts/montserrat.otf),
	url(../fonts/montserrat-regular-webfont.woff),
    url(../fonts/montserrat-webfont.eot); 
}*/





body{
	margin:0px auto;
	padding:0px;
	text-align:center;
	width:100%;
	max-width: 100%;
	height: 100%;
	background-color:#22B5B2; /* blue... I think  */
	 
	
	
	
}

#wrapper{
	margin: 0px auto;
	padding: 0px;
	text-align:center;
	width:100%;
	max-width: 100%;
	height:100%;
	background-image: url(../images/layout/main.jpg);
	background-size:100%;
	background-repeat: no-repeat;
	 
	
}

#menubox{
	margin: 0px auto;
	width:100%;
	text-align:left;
	
}



#sitenamebox{
	float:left;
	margin: 0px auto;
	margin-left:15%;
	padding: 0px;
	width:40%;
	text-align:left;
	padding-top:2%;
	
}

#menuitembox{
	margin: 0px auto;
	padding: 0px;
	width:38%;
	float: left;
	text-align:right;
	padding-top:2%;
	
}

.menuitems{
	display: inline-block;
	vertical-align: middle;
	margin: 0 .5em 0 0;
	padding: 0;
	width: 4em;
	height: 1.5em;
	background: transparent;
	border:none;
	color: #ffffff;
	text-align: center;
	font-family: bodytxtlgt, Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 1.5em;
	text-shadow: 3px 4px 4px #000000;
	cursor: pointer;
	outline: none;
}
.menuitems:hover{
	background-color: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 5px;
	color: #232323;
	text-shadow: none;
	outline: none;
}

.menuitems-sel{
	display: inline-block;
	vertical-align: middle;
	margin: 0 .5em 0 0;
	padding: 0;
	width: 4em;
	height: 1.5em;
	background-color: #22B5B2;
	border: 2px solid #22B5B2;
	border-radius: 5px;
	color: #f2dd8c;
	text-align: center;
	font-family: bodytxtlgt, Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px #000000;
	font-size: 1.5em;
	cursor: pointer;
	outline: none;
	

}

.sloganbox{
	margin: 0px auto;
	width:80%;
	margin-top:10%;
	height:120px;
	background-image: url(../images/layout/slogan.png);
	background-position:right;
	background-size:50%;
	background-repeat: no-repeat;
	
	
}

#spacerbx1{
	margin: 0px auto;
	padding:0px;
	width:100%;
	height:620px;
	
	
}


.welcomebox{
	margin: 0px auto;
	padding:0px 50px 10px 50px;
	width:100%;
	height:270px;
	margin-top:80px;
	text-align:left;	
 
}


.introtxt{
	margin: 0px auto;
	padding:0px;
	width:100%;
	text-align:left;
	font-family: bodytxtreg, arial, helvetica;
	font-size: 14px;
	font-weight:normal;
	line-height: 21px; /* line height must be 150% more than font size */
	letter-spacing: 1px;
	color: #f2dd8c;
}

.vision{
	display:none;
	margin: 0px auto;
	padding:0px;
	width:100%;
	text-align:left;
}


#meaningbtn{
	margin-top:15px;
}

.meaningbtn{
	margin: 0;
	padding: 1em;
	width: 20%;
	height: 4em;
	background: transparent;
	border: 10px solid #ffffff;
	border-radius: 5px;
	color: #ffffff;
	font-family: bodytxtlgt, Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 1.5em;
	box-shadow: 1px 20px 20px 4px #333333;
}

.meaningbtn:hover{
	background-color: #ffffff;
	color: #232323;
	cursor: pointer;
}

#featurecntnr{
	margin:0px auto;
	padding:0px;
	background-color:#ffffff;
	width:100%;
	height:250px;
	
}

.clear{
	clear:both;
}

/*************************************************************************************************************************************/
/*    primary pages: index/home, login, create-story.php, includes-blogfeatures.php, postings-login.php, postings-blogupload.php     */
/*************************************************************************************************************************************/

hr{
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}


h1{
	margin:0px;
	padding:0px;
	font-family:headerttl, Arial, Gotham, Helvetica;
	font-size: 40px;
	font-weight:normal;
	letter-spacing: 3px;
	line-height: 45px;
	color:#ffffff;
	
}

h2{

	margin:0px;
	padding:0px;
	font-family:headerttl2bold, Arial, Gotham, Helvetica;
	font-size: 50px;
	font-weight:normal;
	letter-spacing: 3px;
	line-height: 55px;
	color:#ffffff;
	opacity: .35
	

}

h3{
	margin: 0;
	padding: 0;
	font-family: headerttl2reg, Arial, Gotham, Helvetica;
	font-size: 2.25em;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 2em;
	color:#22B5B2; /* teal   */
	
}


h4{
	margin:0px;
	padding:0px;
	font-family:headerttl2reg, Arial, Gotham, Helvetica;
	font-size: 18px;
	font-weight:normal;
	letter-spacing: 3px;
	line-height: 27px;
	color:#F2EE8C; /*  bright yellow to allow for opacity  */
	text-shadow: 2px 2px #000000;  /* a 3rd pixel set creates blurred/fade effect  */
	
}

.txt-squash{
	margin:0px;
	padding:0px;
	font-family:headerttl2reg, Arial, Gotham, Helvetica;
	font-size: 12px;
	font-weight:normal;
	letter-spacing: 3px;
	line-height: 22px;
	color:#f2dd8c; /* squash   */
	
}




.readbtn{
	display: inline-block;
	vertical-align: middle;
	float: right;
	width: 10em;
	height: 2.5em;
	margin: 0;
	padding: .6em .25em .25em .25em;
	font-family: headerttl2reg, Arial, Gotham, Helvetica;
	font-size: .75em;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 1em;
	text-align:center;
	background-color: #f2dd8c; /* yellow  */
	color: #EF2E4F;
	border: 2pt solid #ffcc00;
	border-radius: 3px;
	cursor: pointer;
	text-decoration: none;
}
.readbtn:hover{
	background-color: #EF2E4F;
	border: 2pt solid #EF2E4F;
	color: #ffffff;
}

.readbtn a:link, .readbtn a:visited{
	color:#EF2E4F;
	text-decoration: none;
}

.readm a:hover{
	color:#22b5b2;
	text-decoration: none;
}


.readmgray{
	margin:0px;
	padding:3px;
	font-family:headerttl2reg, Arial, Gotham, Helvetica;
	font-size: 12px;
	font-weight:bold;
	letter-spacing: 3px;
	line-height: 18px;
	width:120px;
	text-align:center;
	background-color:#999999; 
	color:#ffffff;
	border:1pt solid #e1e1e1;
	text-decoration:none;
}

.readmgray a:link, .readmgray a:visited{
	color:#ffffff;
	text-decoration: none;
}

.readmgray a:hover{
	color:#242424;
	text-decoration: none;
}


.txt1{
	font-family: bodytxtreg, arial, helvetica;
	font-size: 14px;
	font-weight:normal;
	line-height: 21px; /* line height must be 150% more than font size */
	letter-spacing: 1px;
	color: #0e0e0e;
}

.txt1gray-italic{
	font-family: bodytxtreg, arial, helvetica;
	font-size: 10px;
	font-weight:normal;
	font-style: italic;
	line-height: 21px; /* line height must be 150% more than font size */
	letter-spacing: 2px;
	color: #cccccc;
}

.txt1yellow{
	font-family: bodytxtreg, arial, helvetica;
	font-size: 16px;
	font-weight:normal;
	line-height: 21px; /* line height must be 150% more than font size */
	letter-spacing: 1px;
	color: #f2dd8c;
}

.whitetxt-20mgn{
	margin:0px auto;
	padding:0px;
	text-align: left;
	font-family: bodytxtreg, arial, helvetica;
	font-size:16px;
	margin-top:20px;
	color:#ffffff;
}

.inputbx1{
	font-family:bodytxtreg, arial, helvetica;
	font-size:14px;
	color: #212121;
}


.img-whatmeans{
	width:40%;
}

.img-feature{
	margin:0px auto;
	padding:50%;
	width:100%;
	min-height:500px;
	background-color:#ffffff;
}

.blog-feature{
	margin: 0px auto;
	padding: 1em;
	width: 100%;
	min-height: 200px;
	background-color: #ffffff;
	overflow: hidden;
	
}

.feature-img1{
	display: inline-block;
	vertical-align: top;
	margin: 3em 0 6em 0;
	padding: 1em;
	width: 70%;
	min-height: 200px;
	background-color: #ffffff;
	overflow: hidden;
	box-shadow: 1px 30px 30px #232323;
}
.feature-img1 img{
	padding: 0;
	background-size: cover; 
	background-position: middle center; 
	background-repeat: no-repeat;
}

.feature-cntnt1{
	margin: 0px auto;
	width: 100%;
	padding: 0px 10px 10px 20px;
	min-height: 200px;
	background-color: #ffffff;
	text-align: left;
	font-family: bodytxtlgt, arial, helvetica;
	font-size: 1em;
	font-weight: 550;
	line-height: 1.5em; /* line height must be 150% more than font size */
	letter-spacing: 2px;
	color: #403F3F; /* charcoal */
	overflow: hidden;
}
.contributor{
	text-align: right;
	padding:0 .5em 1em 0;
	font-family: bodytxtitalic, arial, helvetica;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5em; /* line height must be 150% more than font size */
	letter-spacing: 2px;
	color: #cccccc;
}

.hilights{
	margin:0px auto;
	padding:10px 0px 0px 0px;
	width:100%;
	min-height:200px;
	background-color:#ffffff;
	overflow: hidden;
	text-align:center;
}

.hilightbx{
	display: block;
	vertical-align: top;
	margin:0px auto;
	padding:20px;
	width:100%;
	min-height:100px;
	background-color:#ffffff;
	overflow: hidden;
}

.hilight-img{
	margin: 0 auto;
	width: 100%;
	min-height: 40em;
	background-color: #ffffff;
	overflow: hidden;
	padding: 0;
	background-size: cover; 
	background-position: middle center; 
	background-repeat: no-repeat;
}

.hilight-cntnt{
	margin:0px auto;
	width:100%;
	text-align: left;
	font-family: bodytxtreg, arial, helvetica;
	font-size: 14px;
	font-weight:normal;
	line-height: 21px; /* line height must be 150% more than font size */
	letter-spacing: 2px;
	color: #ffffff;
	text-shadow: 2px 2px #000000; /* a 3rd pixel set creates blurred/fade effect  */
	overflow: hidden;
}

.hilight-fade{
	margin:0px auto;
	width:100%;
	padding:10px;
	margin-top:200px;
	min-height:100px;
	background-color:#000000;
	opacity: .65;
	text-align: left;
	font-family: bodytxtreg, arial, helvetica;
	font-size: 16px;
	font-weight:normal;
	line-height: 21px; /* line height must be 150% more than font size */
	letter-spacing: 2px;
	color: #ffffff; 
	overflow: hidden;
	
}

.goarrow1bx{ /**  This is the div box  **/
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 2.5em;
	text-align: right;

}
.goarrow1{ /** This is the anchor tag btn  **/
	display: flex;
	float: right;
	margin:  0 auto;
	padding: 0;
	width: 2em;
	min-height: 2em;
	background-image: url("../images/layout/buttons-gen/arrow-rtyllw.png");
	background-size: 1.75em;
	background-position: top right;
	background-repeat: no-repeat;
}
.goarrow1:hover{
	height: 2.5em;
	background-image: url("../images/layout/buttons-gen/arrow-rtred.png");
	background-size: 2em;
	background-position: top right;
	background-repeat: no-repeat;
}
.hilight-rm{
	float:right;
	margin: 0px auto;
	padding:0px;
	padding-top:15px;
	width:100%;
	height:40px;
	overflow:hidden;
}

.blog-entrybx{
	margin:0px auto;
	padding:50px;
	width:60%;
	
}


.footer{
	margin: 0px auto;
	padding:50px;
	width:100%;
	height:80px;
	text-align:right;	
}


.loginbx{
	margin:0px auto;
	margin-top:100px;
	padding:20px;
	width:70%;
	height:375px;
	text-align:left;
	background-image:url(../images/layout/padlock.png);
	background-position:50px 100px;
	background-repeat:no-repeat;
	font-family:txt1, Arial, Helvetica, sans-serif;
	background-color:#ffffff;
}


/*************************************************************************************************************************************/
/*     pages: stories.php, includes-storycatelog.php         */
/*************************************************************************************************************************************/

.catelogwrapper{
	margin:0px auto;
	padding:50px;
	margin-top:30px;
	width:100%;
	text-align:center;
	width:100%;
	min-height:600px;
	background-color:#ffffff;
	overflow: hidden;
}

.cardcatelog{
	display: inline-block;
	vertical-align: top;
	margin:1%;
	padding:1%;
	width:20%;
	min-height:510px;
	background-color:#f6f6f6; /*  off-white   */
	border: 1pt solid #f6f6f6;
	border-radius: 5px;
	box-shadow: 1px 10px 18px #cccccc;
	overflow: hidden;
}

.blogtitle{
	display: block;
	width: 100%;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-family: headerttl2reg, Arial, Gotham, Helvetica;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 30px;
	text-align:left;
	color:#403F3F;   /* Charcoal  */
}

.selectedblogID{
	font-family: headerttl2reg, Arial, Gotham, Helvetica;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1.5em;
	text-align: left;
	color: #403F3F;   /* Charcoal  */
	
}

.selectedblogID a:link, .selectedblogID a:visited{
	display:block;
	color:#403f3f;
	text-decoration: none;
}

.selectedblogID a:hover{
	display:block;
	color:#F76060;   /*  Lt Red  */
	text-decoration: none;
}

.blogstats{
	width:100%;
	font-family: bodytxtlgt, arial, helvetica;
	font-size: 13px;
	font-weight:100;
	line-height: 20px; /* line height must be 150% more than font size */
	letter-spacing: 1px;
	padding:5px 0px 0px 0px;
	text-align:left;
	color: #22b5b2; /*   teal   */
}

.blogexcerpt{
	display:block;
	width:100%;
	font-family: bodytxtlgt, Arial, Helvetica;
	font-size: 14px;
	font-weight: normal;
	line-height: 21px; /* line height must be 150% more than font size */
	letter-spacing: 1px;
	padding:0px;
	text-align:left;
	color:#403F3F;   /* Charcoal  */
}

.blogcontent{
	display:none;
	width:100%;
	height: 30em;
	font-family: bodytxtlgt, Arial, Helvetica;
	font-size: 14px;
	font-weight: normal;
	line-height: 21px; /* line height must be 150% more than font size */
	letter-spacing: 1px;
	padding:0px;
	text-align:left;
	color:#403F3F;   /* Charcoal  */
	overflow-y: auto;
}
.selblogimg{
	width:100%;
	margin: 0;
	padding: 0;
	opacity: .8;
	overflow: hidden;
}

.blogdated{
	float:left;
	width:50%;
	height:20px;
	font-family: bodytxtlgt, arial, helvetica;
	font-size: 13px;
	font-weight:100;
	line-height: 20px; /* line height must be 150% more than font size */
	letter-spacing: 1px;
	padding:0px 0px 0px 40px;
	text-align:left;
	color: #22b5b2; /*   teal   */
	background-image:url("../images/layout/calendaricon.png");
	background-size:20px 18px;
	background-position:top left;
	background-repeat:no-repeat;
	overflow:hidden;
}

.blogread{
	display:block;
	float:right;
	width:40%;
	height: 25px;
	text-align: right;
	overflow:hidden;
}


.blogclose{
	display:none;
	float:right;
	width:40%;
	height: 25px;
	text-align: right;
	overflow:hidden;
}


.blogsocnet1{
	
	margin-left:30px;
	width:20px;
	height:18px;
}

.blogsocnet2{
	
	margin-left:15px;
	width:20px;
	height:18px;
}


#blogcontainer{
	display:block;
	margin:0px auto;
	padding:0px;
	opacity: 0;
	background-color:#ffcc00;
	
}

.blogwrapper{
	position: absolute;
	top:160px;
	display:none;
	margin:0px 0px 0px 0px;
	padding:0px;
	width:100%;
	text-align:center;
	width:100%;
	min-height:600px;
	z-index: 100;
	overflow: hidden;
	background-color: #ffcc00;
}

.blogpage{
	display: inline-block;
	width:45%;
	min-height:1100px;
	background-color:#f6f6f6; /*  off-white   */
	box-shadow: 10px 10px 18px #dddddd;
	overflow: hidden;
}

/*************************************************************************************************************************************/
/*     TABLET        */
/*************************************************************************************************************************************/

@media only screen and (min-width: 768px){
	h1{
		font-family:headerttl, Arial, Gotham, Helvetica;
		font-size: 80px;
		font-weight:normal;
		letter-spacing: 3px;
		color:#ffffff;

	}
	
	.welcomebox{
		margin: 0px auto;
		padding:10px 50px 10px 50px;
		width:100%;
		min-height:575px;
		margin-top:320px;
		background-image: url(../images/layout/welcomebcknd.jpg);
		background-size:100%;
		background-position: bottom center;
		background-repeat: no-repeat;
		text-align:left;
		
	}
	
	.introtxt{
		float:left;
		margin: 0px auto;
		padding:0px;
		width:50%;
		text-align:left;
		font-family: bodytxtreg, arial, helvetica;
		font-size: 14px;
		font-weight:normal;
		line-height: 21px; /* line height must be 150% more than font size */
		letter-spacing: 1px;
		color: #f2dd8c;
	}

	.vision{
		display:block;
		float:left;
		width:40%;
		margin: 5% 0px 0px 10%;
		padding:0px;
		text-align:left;
		
	}

	
	.img-whatmeans{
		width:25%;
	}

	
	.txt1gray-italic{
		font-family: bodytxtitalic, arial, helvetica;
		font-size: 1em;
		font-weight: 400;
		line-height: 1.5em; /* line height must be 150% more than font size */
		letter-spacing: 2px;
		color: #cccccc;
	}
	
	

	.txt-squash{
		margin:0px;
		padding:0px;
		font-family:headerttl2reg, Arial, Gotham, Helvetica;
		font-size: 16px;
		font-weight:normal;
		letter-spacing: 3px;
		line-height: 22px;
		color:#f2dd8c; /* squash   */

	}
	
	.hilightbx{
		display: inline-block;
		vertical-align: top;
		margin:0px auto;
		padding:20px;
		width:30%;
		min-height:200px;
		background-color:#ffffff;
		overflow: hidden;
	}
	
	.hilight-img{
		margin:0px auto;
		width:100%;
		min-height:300px;
		background-color:#ffffff;
		overflow: hidden;
	}

}

/*************************************************************************************************************************************/
/*     LAPTOP        */
/*************************************************************************************************************************************/
@media only screen and (min-width: 1000px){
	h1{
		font-family:headerttl, Arial, Gotham, Helvetica;
		font-size: 100px;
		font-weight:normal;
		letter-spacing: 3px;
		color:#ffffff;

	}
	
	.welcomebox{
		float:right;
		margin: 0px auto;
		padding:50px;
		width:100%;
		min-height:625px;
		margin-top:50px;
		background-image: url(../images/layout/welcomebcknd.jpg);
		background-size:100%;
		background-position: bottom center;
		background-repeat: no-repeat;
		text-align:left;
		font-family: bodytxtreg, arial, helvetica;
		font-size: 16px;
		font-weight:normal;
		line-height: 21px; /* line height must be 150% more than font size */
		letter-spacing: 1px;
		color: #f2dd8c;
		
		
	}
	
	.introtxt{
		float:left;
		margin: 0px auto;
		padding:20px 0px 0px 0px;
		width:50%;
		text-align:left;
		font-family: bodytxtreg, arial, helvetica;
		font-size: 16px;
		font-weight:normal;
		line-height: 21px; /* line height must be 150% more than font size */
		letter-spacing: 1px;
		color: #f2dd8c;
	}

	.vision{
		display:block;
		float:left;
		width:40%;
		margin: 0% 0px 0px 10%;
		padding:0px;
		text-align:left;
		
	}
	
	.img-whatmeans{
		width:20%;
	}
	
	.sloganbox{
		margin: 0px auto;
		width:80%;
		margin-top:10%;
		height:800px;
		background-image: url(../images/layout/slogan.png);
		background-position:right;
		background-size:50%;
		background-repeat: no-repeat;
		

	}
	
	.txt1gray-italic{
		font-family: bodytxtreg, arial, helvetica;
		font-size: 14px;
		font-weight:normal;
		font-style: italic;
		line-height: 21px; /* line height must be 150% more than font size */
		letter-spacing: 2px;
		color: #cccccc;
	}
	
	
	
	.txt-squash{
		margin:0px;
		padding:0px;
		font-family:headerttl2reg, Arial, Gotham, Helvetica;
		font-size: 16px;
		font-weight:normal;
		letter-spacing: 3px;
		line-height: 22px;
		color:#f2dd8c; /* squash   */

	}
	
	.hilightbx{
		display: inline-block;
		vertical-align: top;
		margin:0px auto;
		padding:20px;
		width:30%;
		min-height:200px;
		background-color:#ffffff;
		overflow: hidden;
	}
	
	.hilight-img{
		margin:0px auto;
		width:100%;
		min-height:300px;
		background-color:#ffffff;
		overflow: hidden;
	}


}

/*************************************************************************************************************************************/
/*     DESKTOP         */
/*************************************************************************************************************************************/

@media only screen and (min-width: 2000px){
	h1{
		font-family:headerttl, Arial, Gotham, Helvetica;
		font-size: 100px;
		font-weight:normal;
		letter-spacing: 3px;
		color:#ffffff;

	}
	
	.welcomebox{
		float:right;
		margin: 0px auto;
		padding:50px;
		width:100%;
		min-height:825px;
		margin-top:50px;
		background-image: url(../images/layout/welcomebcknd.jpg);
		background-size:100%;
		background-position: bottom center;
		background-repeat: no-repeat;
		text-align:left;
	
	}
	
	.introtxt{
		float:left;
		margin: 0px auto;
		padding:20px 0px 0px 0px;
		width:50%;
		text-align:left;
		font-family: bodytxtreg, arial, helvetica;
		font-size: 18px;
		font-weight:normal;
		line-height: 27px; /* line height must be 150% more than font size */
		letter-spacing: 1px;
		color: #f2dd8c;
	}

	.vision{
		display:block;
		float:left;
		width:40%;
		margin: 0% 0px 0px 10%;
		padding:0px;
		text-align:left;
		
	}
	
	.img-whatmeans{
		width:20%;
	}
	
	.sloganbox{
		margin: 0px auto;
		width:80%;
		margin-top:10%;
		height:1200px;
		background-image: url(../images/layout/slogan.png);
		background-position:top right;
		background-size:50%;
		background-repeat: no-repeat;
		
		

	}
	
	.txt1gray-italic{
		font-family: bodytxtreg, arial, helvetica;
		font-size: 14px;
		font-weight:normal;
		font-style: italic;
		line-height: 21px; /* line height must be 150% more than font size */
		letter-spacing: 2px;
		color: #cccccc;
	}
	
	
	
	.txt-squash{
		margin:0px;
		padding:0px;
		font-family:headerttl2reg, Arial, Gotham, Helvetica;
		font-size: 16px;
		font-weight:normal;
		letter-spacing: 3px;
		line-height: 22px;
		color:#f2dd8c; /* squash   */

	}
	
	.hilightbx{
		display: inline-block;
		vertical-align: top;
		margin:0px auto;
		padding:20px;
		width:30%;
		min-height:200px;
		background-color:#ffffff;
		overflow: hidden;
	}
	
	.hilight-img{
		margin:0px auto;
		width:100%;
		min-height:300px;
		background-color:#ffffff;
		overflow: hidden;
	}



}

/*************************************************************************************************************************************/
/*     LARGE SCREEN         */
/*************************************************************************************************************************************/

@media only screen and (min-width: 2300px){
	h1{
		font-family:headerttl, Arial, Gotham, Helvetica;
		font-size: 100px;
		font-weight:normal;
		letter-spacing: 3px;
		color:#ffffff;

	}
	
	.welcomebox{
		float:right;
		margin: 0px auto;
		padding:80px;
		width:100%;
		min-height:1025px;
		margin-top:50px;
		background-image: url(../images/layout/welcomebcknd.jpg);
		background-size:100%;
		background-position: bottom center;
		background-repeat: no-repeat;
		text-align:left;
	
	}
	
	.introtxt{
		float:left;
		margin: 0px auto;
		padding:20px 0px 0px 0px;
		width:50%;
		text-align:left;
		font-family: bodytxtreg, arial, helvetica;
		font-size: 20px;
		font-weight:normal;
		line-height: 30px; /* line height must be 150% more than font size */
		letter-spacing: 1px;
		color: #f2dd8c;
	}

	.vision{
		display:block;
		float:left;
		width:40%;
		margin: 0% 0px 0px 10%;
		padding:0px;
		text-align:left;
		
	}
	
	.img-whatmeans{
		width:15%;
	}
	
	.sloganbox{
		margin: 0px auto;
		width:80%;
		margin-top:10%;
		height:1300px;
		background-image: url(../images/layout/slogan.png);
		background-position:top right;
		background-size:50%;
		background-repeat: no-repeat;
		
		

	}
	
	.txt1gray-italic{
		font-family: bodytxtreg, arial, helvetica;
		font-size: 14px;
		font-weight:normal;
		font-style: italic;
		line-height: 21px; /* line height must be 150% more than font size */
		letter-spacing: 2px;
		color: #cccccc;
	}
	
	
	
	.txt-squash{
		margin:0px;
		padding:0px;
		font-family:headerttl2reg, Arial, Gotham, Helvetica;
		font-size: 16px;
		font-weight:normal;
		letter-spacing: 3px;
		line-height: 22px;
		color:#f2dd8c; /* squash   */

	}
	
	.hilightbx{
		display: inline-block;
		vertical-align: top;
		margin:0px auto;
		padding:20px;
		width:30%;
		min-height:200px;
		background-color:#ffffff;
		overflow: hidden;
	}
	
	.hilight-img{
		margin:0px auto;
		width:100%;
		min-height:300px;
		background-color:#ffffff;
		overflow: hidden;
	}



}




