@charset "UTF-8";

/* CSS Document */

@font-face {
    font-family: Tienne;
    src: url(Tienne-Regular.otf);
}


@font-face {
    font-family: Tienne;
    src: url(Tienne-Bold.otf);
    font-weight: bold;
} 



body {
	background-image:url(ricepaper2.png);
	background-repeat:repeat;
}

a:link {
	text-decoration: underline;
	color: #006633;
}

a:visited {
	text-decoration: none;
	color:#006633;
}

a:hover {
    text-shadow: 0px 0px 7px #006633;
}

p {
	margin: auto;
	text-align: center;
	line-height: 1.5em;
	font-family: Tienne, Georgia, Verdana;

	
}

h2 {
	margin-top: 2%;
	margin-bottom:-10%;
	text-align:center;
	font-family: Tienne, Georgia, Verdana;
	font-weight: bold;
}

span {
	line-height: 2.5em;
	font-size: large;
	font-weight: bold;
}

#wrap {
	position:relative;
	margin: 0px auto;
}

#logo {
	
	height: 244px;
	width: 275px;
	margin: 0px auto;
	margin-top: 1%;
	background-image:url(logo.png);
	
}

#text {
	position:relative;
	margin: 10px auto;
	width: 70%;
}
	
#blocks {
	position:relative;
	height: 275px;
	padding-top: 10px;
	margin: 15px auto;
	width: 70%;
	border-top:2px dashed #006633;
	
	
	

}

#social {
	margin: auto;
	text-align: center;
}

.boxclear {
	height: 10px;
	clear:both;
}
.box {
	width: 28%;
	height: 60%;
	margin: 1.55%;
	padding: 0.75%;
	float:left;
	border:2px dashed #006633;
	margin-bottom: 20px;
	-moz-box-shadow: 1px 10px 20px 2px #336633;
    -webkit-box-shadow: 1px 10px 20px 2px #336633;
    box-shadow: 1px 10px 20px 2px #336633;
	background-color:#FFF2DA;
	word-wrap: break-word;
	
	
	
}

.box p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
	

#footer {
	margin: 15px auto;
	clear:both;
	width: 70%;
	height: 30px;
	padding-top: 5px;
	padding-left: 10px;
	border-top:2px dashed #336633;

}

#footer p {
	text-align:center;
	font-size: 0.8em;
}

#button {
background-color: #006633;
border-radius: 12px;
border: 1px solid rgb(24, 171, 41);
display: inline-block;
cursor: pointer;
color: rgb(255, 255, 255);
font-family: Arial;
font-size: 24px;
padding: 16px 75px;
text-decoration: none;
text-shadow: 0px 1px 0px rgb(47, 102, 39);
}

#button:hover {
	box-shadow: 0px 0px 7px #006633;
}



.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}



#close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: 10px;
	text-align: center;
	top: -25px;
	width: 25px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

#close:hover { background: #00d9ff; }

.modalDialog > div {
	width: 320px;
	position: relative;
	margin: 10% auto;
	padding: 5px 3px 13px 3px;
	border-radius: 10px;
}


	
