section:nth-of-type(1) {
	margin: 0;
	padding:90px 0 300px;
	height: auto;
	width: 100%;
	background-image: url(../img/contact/background.jpg);
	background-attachment: fixed;
	background-position: no-repeat;
	background-size: cover;
}

#indicator {
    display: block;
    margin: 0;
    position: fixed;
    width: 40px;
    height: 3px;
    top: 0;
    background-color: #CCC;
    margin-top: 25px;
    margin-left: 328px;
}

section > article{
	width: 500px;
	background: #fff;
	margin: 60px auto;
	padding: 50px;
}

section > article img#logo{
	width: 200px;
}


section > article img#plan{
	width: 180px;
}

section > article p{
	font-weight: lighter;
}


section > article a{
	text-decoration: underline;
}

section > article > h1 {
	text-align: left;
}

section > article > ul {
	list-style: none;
	padding: 0;
}

section > article > ul > li {
	font-weight: 100;
}


section > article > ul > li > a{
	font-weight: 400;
	text-decoration: none;
	color: #000;
}


