@charset "utf-8";
/*-------------
 	General
-------------*/

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

html{
	font-family: "Helvetica Neue", Arial, "PingFang SC", 苹方-简, "Hiragino Sans GB", 冬青黑体简体中文, "Heiti SC", 黑体-简, "Microsoft YaHei", 微软雅黑, "Noto Sans CJK SC", "WenQuanYi Zen Hei", 文泉驛正黑, "WenQuanYi Micro Hei", 文泉驿微米黑, SimHei, 黑体, sans-serif;
	font-size:1.17em;
	font-weight:normal;
	line-height:1.53;
	color: #555;
}

ul, nav{
	list-style: none;
}

a{
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	opacity: 0.9;
}

a:hover{
	opacity: 1;
}

a.btn{
	color: #fff;
	border-radius: 4px;
	text-transform: uppercase;
	background-color: #2196F3;
	font-weight: 800;
	text-align: center;
}

hr{
	width: 150px;
	height: 2px;
	background-color: #1e8bc3;
	border: 0;
	margin-bottom: 80px;
}

.disclaimer1 {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Liberation Sans', Piboto, Roboto, 'Noto Sans', 'Lucida Grande', Optima, Arial, sans-serif;
        font-size:1.17em;
        font-style:normal;
        font-weight:normal;
	color: #fff;
}

.domcolink {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Liberation Sans', Piboto, Roboto, 'Noto Sans', 'Lucida Grande', Optima, Arial, sans-serif;
        font-size:1em;
        font-style:normal;
        font-weight:normal;
	color: #fff;
        text-decoration:underline;
}

section{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 125px 100px;
}

@media (max-width: 1000px){

	section{
		padding: 100px 50px;
	}

}

@media (max-width: 600px){

	section{
		padding: 80px 30px;
	}

}

section h3.title{
	color: #414a4f;
	font-family: "Helvetica Neue", Arial, "PingFang SC", 苹方-简, "Hiragino Sans GB", 冬青黑体简体中文, "Heiti SC", 黑体-简, "Microsoft YaHei", 微软雅黑, "Noto Sans CJK SC", "WenQuanYi Zen Hei", 文泉驛正黑, "WenQuanYi Micro Hei", 文泉驿微米黑, SimHei, 黑体, sans-serif;
	font-size:32px;
	font-weight:bold;
	margin-bottom: 35px;
	text-align: center;
}

section p{
	max-width: 800px;
	text-align: center;
	margin-bottom: 35px;
	padding: 0 20px;
	line-height: 2;
}

ul.grid{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


/*-------------
 	Header
-------------*/

header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	background-color: #9aa0a7;
	padding: 35px 100px 0;
}

header h2{
	font-family: "Helvetica Neue", Arial, "PingFang SC", 苹方-简, "Hiragino Sans GB", 冬青黑体简体中文, "Heiti SC", 黑体-简, "Microsoft YaHei", 微软雅黑, "Noto Sans CJK SC", "WenQuanYi Zen Hei", 文泉驛正黑, "WenQuanYi Micro Hei", 文泉驿微米黑, SimHei, 黑体, sans-serif;
}

header nav{
	display: flex;
}

nav li{
	display: inline;
}

header nav li{
	margin: 0 15px;
}

header nav li:first-child{
	margin-left: 0;	
}

header nav li:last-child{
	margin-right: 0;	
}



@media (max-width: 1000px){
	header{
		padding: 20px 50px;
	}
}


@media (max-width: 700px){
	header{
		flex-direction: column;		
	}

	header h2{
		margin-bottom: 15px;
	}
}



/*----------------------
 	Features Section
----------------------*/

.features{
	background-color: #f7f7f7;
}

.features .grid li{
	padding: 0 30px;
	flex-basis: 33%;
	text-align: center;
}

.features .grid li i{
    font-size: 50px;
    color: #2196F3;
    margin-bottom: 25px;
}

.features .grid li h4{
	color: #555;
	font-size: 20px;
	margin-bottom: 25px;
}

.features .grid li p{
	margin: 0;
	text-align: justify;
}

@media (max-width: 1000px){

	.features .grid li{
		flex-basis: 70%;
		margin-bottom: 65px;
	}

	.features .grid li:last-child{
		margin-bottom: 0;
	}

}


@media (max-width: 600px){

	.features .grid li{
		flex-basis: 100%;
	}

}



/*-------------
 	Footer
-------------*/

footer{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #fff;
	background-color: #414a4f;
	padding: 60px 0;
}

footer ul{
	display: flex;
	margin-bottom: 25px;
	font-size: 32px;
}

footer ul li{
	margin: 0 8px;	
}

footer ul li:first-child{
	margin-left: 0;	
}

footer ul li:last-child{
	margin-right: 0;	
}

footer p{
	font-size: 14px;
	color: rgba(255,255,255,0.6);
	margin-bottom: 10px;
}

footer p a{
	color: #fff;
}

@media (max-width: 700px){

	footer{
		padding: 80px 15px;
	}

}
