@charset "utf-8";
/* CSS Document */

.navigation-bar {
	overflow: hidden;
	background-color:#001E36 ;
	position: fixed;
	top: 0;
	width: 100%;
}

.navigation-bar a {
	float: left;
	display: block;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-family: montserrat;
	color: #31A8FF;
}

.navigation-bar a:hover {
	background: #FFFFFF;
	color: #31A8FF;
}

.main {
	margin-top: 48px;
	font-family: montserrat;
	letter-spacing: 4px;
	text-align: center;
	color: #000000;
}

.main h1 {
	font-size: 40px;
	color:#001E36;
}

.main a:link {
	color: #0C8EFF;
	background-color: none;
	text-decoration: none;
}

.main a:hover {
	color: pink;
	background-color: none;
	text-decoration: none;
}

.main a:visited {
	color: #FF0004;
	background-color: none;
	text-decoration: none;
}

.main-images {
	background-image: url("Image/main_images.jpg");
	background-size: cover;
	background-position: center center;
	top: 100px;
	height: 100vh;
	width: 100%;
	align-content: center;
}

.main-text {
	min-width: 100%;
	min-height: 300px;
}

.aside-right-1 {
	min-width: 50%;
	min-height: 450px;
	background: #001E36;
	float: right;
	padding: 1%;
	box-sizing: border-box;
	text-align: left;
	color: #FFFFFF;
	line-height: 25px;
}
.aside-left-1 {
	min-width: 50%;
	min-height: 563px;
	background: url("Image/img_article1.jpg");
	float: right;
	padding: 1%;
	box-sizing: border-box;
	width: 42%;
}

.aside-left-2 {
	min-width: 50%;
	min-height: 450px;
	background: #001E36;
	float: left;
	padding: 1%;
	box-sizing: border-box;
	text-align: left;
	color: #FFFFFF;
	line-height: 25px;
}

.img-2 {
	min-width: 50%;
	min-height: 280px;
	background-image: url("Image/img_article2.jpg");
	background-position: center;
	padding: 1%;
	float: right;
	box-sizing: border-box;
	align-content: center;
	color: #FFFFFF;
}

.article {
	min-width: 50%;
	min-height: 330px;
	background: #FFFFFF;
	float: left;
	padding: 1%;
	box-sizing: border-box;
	text-align: left;
	line-height: 25px;
	letter-spacing: 4px;
}

.article h2 {
	color: #001E36;
}

.article-2 {
	min-width: 50%;
	min-height: 157px;
	background: #001E36;
	float: right;
	padding: 1%;
	box-sizing: border-box;
	text-align: left;
	line-height: 25.1px;
	letter-spacing: 4px;
	color: #FFFFFF
}

.layer-comps {
	min-width: 44%;
	min-height: 170px;
	float: right;
	padding: 1%;
	box-sizing: border-box;
	width: 42%;
	text-align: left;
	font-size: 85.06px;
	font-family: "montserrat";
	color: #FFFFFF;
	background-color: #001E36;
}

.tips-trick {
	min-width: 50%;
	min-height: 330px;
	background: #FFFFFF;
	float: left;
	padding: 1%;
	box-sizing: border-box;
	text-align: left;
	line-height: 25px;
	letter-spacing: 4px;
	color: #001E36;
}

.tips-trick li:link {
	color: #0C8EFF;
	background-color: none;
	text-decoration: none;
}

.tips-trick li:visited {
	color: #FF0004;
	background-color: none;
	text-decoration: none;
}

.container{
	position: relative;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color:#001E36;
  color: white;
  text-align: center;
}

.footer p {
	word-spacing: 100px;
	line-height: 60px;
}






