body {
	margin:0 auto;
	font-family: "Avenir Next";
}

a,
    a:visited,
    a:hover,
    a:active {
      text-decoration: none !important;
      color: inherit;
    }

li {
	list-style: none;
}

.header {
	background-color: #c0c0c0;
	color: #fff;
	height: 90px;
	widgh:100%;
}

.header-logo {
	float: left;
	size: 36px;
	padding: 20px 40px;
}

.header-list li {
	float:right;
	padding: 33px 20px;
}

.container {
	display: flex;
}

.image img {
	width: auto;
	height: 600px;
	display: block;
}

.main {
	padding-left:10%;
	flex: 0.9;
}

.main h1 {
	font-size:30px;
}

.title p {
	font-size:20px;
}

.title {
	border-bottom:2px solid #000;
}

.main_a {
	border-bottom:2px solid #000;
}

.main_b {
	border-bottom:2px solid #000;
}

.links img {
	width: auto;
	height: 60px;
}
.footer {
	background-color: #2f5167;
	color: #fff;
	height: 50px;
	padding: 40px;
}

.footer-list li {
	padding-left:50px;
	padding-right:50px;
	float:left;
}