@charset "UTF-8";
/* CSS Document */
body{
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.container {
	position: absolute;
	top: 120px;
	width:100%;
	bottom: 0px;
	-webkit-transition: -webkit-transform 0.5s;
	-webkit-backface-visibility: hidden;
	text-align: center;
}
.containerOverlay {
	display:none;
	background: rgba(0,0,0,.4);
	
}
.containerOverlay,.containerOverlay a {
	position: fixed;
	top: 120px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

nav {
	position: fixed;
	top: 120px;
	transform: translate3d(200%, 0, 0);
	-webkit-transform: translate3d(200%, 0, 0);
	-webkit-transition: -webkit-transform 0.5s;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;

	width: 100%;
	background-color: #E7E7E7;
}
nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
nav li {
	display: block;
	padding: 20px 30px;
	border-bottom: 1px solid lightgray;
	font-family: "Helvetica","Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed",  "Arial", "sans-serif";
	font-size: 48px;
}
nav li:hover {
	background-color: lightgoldenrodyellow;
}
nav:target {
	z-index: 3;
	transform: translate3d(50%, 0, 0);
	-webkit-transform: translate3d(50%, 0, 0);
}
nav:target ~ .container .containerOverlay {
	display: block;
}

#title{
	width: 100%;
	height: 120px;
	min-width: 320px;
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: white;
	z-index: 5;
	border-bottom: 1px #FF6600 solid;
}
#logo{
	position: absolute;
	top: 20px;
	left: 10px;
	
}
#menu{
	position: absolute;
	padding: 10px;
	top: 24px;
	right: 10px;
}
#titlename {
	position: absolute;
	margin-left: 110px;
	margin-right: auto;
	font-family: "Helvetica","Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed",  "Arial", "sans-serif";
	color: black;
	bottom:-5px;
	font-size: 40px;
}

a:link {
	text-decoration: none;
 	color:black;
}
a:visited {
 text-decoration: none;
 color:black;
}
a:hover {
 text-decoration: none;
 color:#F60;
}
a:active {
 text-decoration: none;
 color:black
}
#divmain{
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#divblogtitle{
	width: 100%;
	height: 60px;
	background-color: white;
	position: fixed;
	left: 0px;
	top: 0px;
	text-align: left;
	z-index: 10;
}
#divtitlenew{
	width: 100%;
	height: 300px;
	background: url("../images/iStock-168258771.jpg");
    background-size:cover;
	background-position: bottom right;
	margin-top: 0px;
	text-align: center;
}
.titletext{
	margin-left: 30px;
	margin-right: 30px;
	text-align: left;
	font-size: 50px;
	overflow: hidden;
	font-family: "Arial",  "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "sans-serif";
}
#h1new{
	position: absolute;
	font-size: 50px;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "Arial", "sans-serif";
	color: white;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 80px;
	text-shadow: 0px 0px 10px black;
}
h3{
	font-family: "Arial","Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica",  "sans-serif";
	text-align: left;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 0px;
	font-size: 42px;
}
p{
	font-family: "Arial","Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica",  "sans-serif";
	font-size: 28px;
}
.particle{
	font-family: "Arial","Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica",  "sans-serif";
	font-size: 40px;
	text-align: left;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
	line-height: 1.5;
}
li{
	font-family: "Arial","Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica",  "sans-serif";
	font-size: 40px;
	text-align: left;
	margin-left: 30px;
	margin-right: 30px;
	line-height: 1.5;
}
hr {
	height:1px;
	border:none;
	border-top:1px solid lightgray;
	margin-left: 30px;
	margin-right: 30px;
}
