.container {
  width: 980px;
	padding-left: 0;
	padding-right: 0;
}

#feature {
	background-attachment: fixed;
	background-size: cover;
	background-position: left bottom;
	background-image: url(../images/feature-large.jpg);
	height: 780px;
}

#feature #logo {
	background-image: url(../images/logo-large.png);
	background-position: 85% 80px;
}

#feature #save-the-date {
	background-image: url(../images/save-the-date-large.png);
	background-position: 85% 330px;
}

#feature #home-calls {
  height: auto;
  left: 50%;
  top: 330px;
  width: 35%;
}

.navbar-inverse .navbar-nav > li > a {
	margin: 25px 10px 0 10px;
}

nav#head #menu {
	left: 0px;
}

nav#head #social {
	right: 0px;
	top: 15px;
}

section.bg .title-block, section.bg .title-block h1 {
	display: block;
	height: 560px;
}

section.bg .title-block h1 {
	padding-top: 490px;
}

#feature #learn-more {
	height: 130px;
}

#feature #learn-more a {
	background-image: url(../images/arrow-learn-more.png);
	height: 102px;
}

#footer .copyright {
  font-size: 0.9em;
	padding-top: 30px;
}

#footer .author {
  padding-top: 15px;	
}
