
HTML {
	font-family: 'Pacifico', verdana, sans-serif;
	font-size: 100%;
	font-weight: 100;
  	height: 100%;

}


BODY {
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: 0px;

	}

BODY.homepage {
    background-image: url("./images/homepage_1.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	background-position: top;
}

H2 {
	font-family: "Papyrus";
	font-size: 3.0em;
	color: #fff;
    text-shadow: 0px 0px 6px #000;
}








A, A:link, A:visited {
	color: #9c3;
}


/*********************************** colors *******************/

.bg_green_1 {
	background-color: #9c3;
}
.color_green_1 {
	color: #9c3;
}



.shadow_black {
    box-shadow: 0px 0px 6px #000;

}

/*********************************** TEXTS *******************/

.text_homepage_address {
	font-family: 'Dancing Script';
	font-weight: bold;
	font-size: 2.0em;
    text-shadow: 0px 0px 6px #000;
	color: #fff;
	vertical-align: top;
}
.text_open_banner {
	font-family: Papyrus, arial;
	font-size: 1.1em;
	color: #fff;
}









/*********************************** DIVS *******************/


#header_row {
	width: 100%;
	height: 60px;
	background-color: #9c3;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 101;
	opacity: 0.7;
}

#homepage_row {
	padding-bottom: 5%;
	min-height: 70%;
}

#nav_row {
	font-size: 2.0em;
	opacity: 0.9;
}

#nav_gap_row {
	min-height: 30%;
}

#homepage_row_1st {
	background-color: #fff;
	color: #333;
	padding-top: 20px;
}





/*********************************** Mobile *******************/

@media only screen 
	and (max-device-width: 799px){

	

	BODY.homepage {
	    background-image: url("./images/homepage_1.jpg");
	    background-repeat: no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
		background-size: cover;
		background-position: top;
	}

	H2 {
		font-family: "Papyrus";
		font-size: 2.2em;
		color: #fff;
	    text-shadow: 0px 0px 6px #000;
	}
	/*********************************** TEXTS *******************/
	
	.text_homepage_address {
		font-family: 'Dancing Script';
		font-weight: bold;
		font-size: 1.5em;
	    text-shadow: 0px 0px 6px #000;
		color: #fff;
		vertical-align: top;
	}
	.text_open_banner {
		font-family: Papyrus, arial;
		font-size: 0.7em;
		color: #fff;
	}

	
	
	
	
	
	.homepage_logo {
		width:300px;
	}
	
}