/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
li{list-style:none}

/* ---- base ---- */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

::-moz-selection { color: #fff; background: #8bb11d; }
::selection { color: #fff; background: #8bb11d; } 

html,body { 
	width:100%;
	height:100%;
	background:#01382b;
	color:#fff;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'Open Sans', sans-serif;
}

canvas {
  display:block;
  vertical-align:bottom;
}

/* ---------------------------------------------- particles.js */
#particles-js {
	width: 100%;
	height: 100%;
	background-color: #01382b;
	background-image: url('../img/gradient-bg.jpg');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
  
	background: #016342; /* Old browsers */
	background: -moz-linear-gradient(-12deg, #035b21 0%, #053317 90%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-12deg, #035b21 0%,#053317 90%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(102deg, #035b21 0%,#053317 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#035b21', endColorstr='#053317',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	-webkit-filter: blur(4px);
	-moz-filter: blur(4px);
	-o-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);
}

/* ---------------------------------------------- content */
#wrapper {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	overflow-y: auto;
	z-index:100;
}
.center {
	margin:10rem 10rem 2rem 10rem;
	max-width:1100px;
}
.center img {
	/* after show content */
	width:224px;
	margin:0 0 8rem 0; /* margin:0 0 20rem 0; */
}
.center img.back {
	width:50px;
	margin:0 0 2rem 0;
	opacity:.3;
	transition:.2s opacity;
}
.center img.back:hover {
	opacity:1;
}
.center h1 {
	font-weight:300;
	color:#fff;
	font-size:48px;
	line-height:130%;
	margin:0 0 2rem 0;
}
.center h2 {
	font-weight:300;
	color:#fff;
	font-size:28px;
	line-height:120%;
	margin:3rem 0 0.5rem 0;
}
.center h3 {
	font-weight:300;
	color:#fff;
	font-size:18px;
	line-height:130%;
	margin:1rem 0 0.5rem 0;
}
.center p {
	font-weight:300;
	color:#fff;
	font-size:22px;
	line-height:140%;
}
.center address {
	font-style:normal;
	margin:4rem 0 0 0;
}
.center address p, .center .detail p {
	font-size:16px;
	line-height:140%;
	margin:0 0 .6rem 0;
	color:rgba(255,255,255,0.6);
}
.center address p b, .center .detail p b {
	font-weight:600;
	color:rgba(255,255,255,1);
}
.center address p a, .center .detail p a {
	color:#8bb11d;
	font-weight:600;
	transition:color 0.2s;
}
.center address p a:hover {
	color:#fff;
}
.center .detail ul {
	margin:1rem 0 1rem 2rem;
	color:rgba(255,255,255,0.6);
	font-size: 16px;
}
.center .detail ul li {
	margin:0 0 1rem 0;
	list-style-type:circle;
	font-weight:300;
	line-height:130%;
}
.center .detail ol {
	margin:1rem 0 1rem 2rem;
	color:rgba(255,255,255,0.6);
	font-size: 16px;
}
.center .detail ol li {
	margin:0 0 1rem 0;
	list-style-type: decimal;
	font-weight:300;
	line-height:130%;
}

.center .footer {
	margin:7rem 0 0 0;
}
.center .footer a {
	color:rgba(255,255,255,.3);
	transition:color 0.2s;
	margin:0 2rem 0 0;
	line-height:150%;
}
.center .footer a:hover {
	color:#fff;
}

.deg78 {
	height:400px;
	width:100px;
	position:fixed;
	bottom:0;
	right:0;
	background:url(../img/deg78.svg) no-repeat 100% 100% / contain;
}


@media only screen and (max-width: 960px) {
	.center {
		margin:5rem 3rem 2rem 3rem;
	}
	.center h1 {
		font-size:32px;
		word-wrap: break-word;
	}
	.deg78 {
		height:200px;
		width:100px;
	}
}