@charset "utf-8";
/* CSS Document */
body{
	margin: 0px;
	padding: 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:black;
}
a:active {
 text-decoration: none;
 color:black;
}

/* index page*/
#titleimg{
	width: 100%;
	/*max-width: 640px;*/
	margin-left: auto;
	margin-right: auto;
}

.title1{
	font-family: "Arial", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "sans-serif";
	font-size: 56px;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: bold;
	text-align: left;
}
.p1{
	font-family: "Arial", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "sans-serif";
	font-size: 40px;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 1.5;
	margin-top: 20px;
}
.imgp{
	width: 80%;
	margin-left: auto;
	margin-right: auto;	
}
.trybutton{
	width: 80%;
	padding: 10px;
	background-color: white;
	border-radius: 32px;
	border: 1px solid orangered;
	font-size: 40px;
	font-family:  "Arial", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "sans-serif";
	color: orangered;
	margin-left: auto;
	margin-right: auto;
}
.trybutton:hover{
	background-color: orangered;
	color: white;
}
.divcontainer{
	max-width: 80%;
	min-width: 300px;
	height: 255px;
	padding: 20px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.divcontainer1{
	max-width: 600px;
	min-width: 300px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.pchart{
	padding: 10px;
	background-color: orangered;
	border-radius: 32px;
	font-size: 12px;
	font-family:  "Arial", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "sans-serif";
	color: white;
	position: absolute;
	margin-top: 0px;
}
.imgarrow{
	position: absolute;
}
.pfeature{
	padding: 20px 40px;
	margin-top: 60px;
	margin-left: 30px;
	margin-right: 30px;
	background-color: gray;
	border-radius: 20px;
	color: white;
	font-family: "Arial", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "sans-serif";
	font-size: 32px;
	text-align: left;
	line-height: 1.5;
}
.pplan{
	padding: 2px 40px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: white;
	border-radius: 40px;
	color: gray;
	border: 1px solid gray;
	font-family: "Arial", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "sans-serif";
	font-size: 40px;
	text-align: left;
	line-height: 1.5;
}
.big05{
	font-family: "Arial", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, sans-serif;
	font-size: 80px;
	margin-top: 10px;
	margin-bottom: 60px;
	font-weight: bolder;
	
}
hr{
	margin-left: 30px;
	margin-right: 30px;
}

/* blog */
#backgroundimg{
	position: fixed;
	z-index: 0;
	top:60px;
	bottom:0px;
	width: 100%;
	background-color: #251313;
    background-size:cover;
	background-position: top left;
	text-align: center;
}
.divarticle{	
	box-shadow: 0px 5px 5px black;
	background-color: white;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 1px;
}

.imgtitle{
	height: 300px;	
	width: 100%;	
}
.titletext{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 15px;
	text-align: left;
	font-size: 50px;
	line-height: 1.2;
	/*overflow: hidden;*/
	font-family: "Arial",  "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "sans-serif";
}
.blogpreview{
	font-size: 20px;
	color: gray;
	margin-top: -25px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
	height: 120px;
	overflow: hidden;
	font-family: "Arial", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica",  "sans-serif";
}
.blogdate{

	margin-left: 20px;
	text-align: left;
	color:gray;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "Arial", "sans-serif";
	font-size: 28px;
}

/* privacy*/

#privacyt{
	margin: 30px;
	text-align: left;
		font-family: "Arial", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica",  "sans-serif";
}
.adefault:link{
	color: blue;
	text-decoration: underline;
}
.adefault:visited{
	color: gray;
}
h2{
	font-size: 48px;
}
p{
	font-size: 40px;
	line-height: 1.5;
}
.lip{
	font-size: 40px;
	line-height: 1.5;
}
.emaill:link {
	color:black;
	text-decoration: underline;
}
.emaill:visited {
 text-decoration: underline;
 color:black;

}
.emaill:hover {
 text-decoration: underline;
 color:#F60;
}
.emaill:active {
 text-decoration: underline;
 color:black;
}