body {
	font-family: Montserrat;
	font-weight: 300;
	text-align: center;
	line-height: 2;
	font-size: 17px;
	padding-bottom: 0;
}

.monogram {
	font-size: 110px;
}

.lead {
	font-size: 1.3rem;
}

.mobile-nav.nav-v2 nav a {
	font-size: 17px;
} 


.site-name .line1,
.site-name .line2,
.wedding-date,
.horizontal .desktop-nav nav a,
.button,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
	letter-spacing: .15em;
}

.site-name .line2,
.horizontal .desktop-nav nav a,
.button,
.body-link,
.form-link,
h2,
h3,
h4,
h5,
h6
{
	font-weight: 600;
}

.banner {
	max-width: 1000px;
	margin: 50px auto;
}

.site-name .line1,
.wedding-date {
	font-size: 13px;
}

.site-name .line2 {
	font-size: 32px;
}

.languages {
	margin-top: 10px;
}

.site-wrapper {
	max-width: 2200px;
	width: 100%;
}

.page-section.header {
	padding: 30px 0;
}

.slideshow-wrapper.header-images {
	height: 70vh;
}

.multipage.horizontal .desktop-nav nav {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

.horizontal .desktop-nav nav a {
	line-height: 4.5;
	padding: 0;
	margin: 0 20px;
	border-bottom: 3px solid transparent;
	font-size: 14px;
	color: #999;
	margin-bottom: -1px;
}

.horizontal .desktop-nav nav a:hover {
	border-color: #e4e4e4;
}

.horizontal .desktop-nav nav .current a {	
	border-color: #000;
	color: #000;
}

.horizontal .desktop-nav nav {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

figure.image {
	margin-bottom: 80px;
}

article h2 {
	font-size: 32px;
}

article h3 {
	font-size: 28px;
}

article h4 {
	font-size: 20px;
}

article h5 {
	font-size: 16px;
}

.slideshow-nums {
	padding: 40px 0;
}

.slideshow-nums a {
	background-color: transparent;
	border: 2px solid #fff;
}

.slideshow-nums a.current {
	background-color: #fff;
}

.headline,
.body,
.postlist,
.module.visitor-form,
.module.rsvp-form,
.wishlist-login,
.lead {
	max-width: 850px;
	margin: 0 auto;
}

.body,
.module.visitor-form,
.module.rsvp-form {
	margin-bottom: 70px;
}

.post .body {
	margin-bottom: 0;
}


.page-section.footer {
	padding-top: 70px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	padding-bottom: 30px;
}

.multipage .countdown {	
	padding-top: 0;
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
}

.countdown .countdown-wrapper {
	margin: 0 auto 40px auto;
	padding-bottom: 70px;
	width: 95%;
	max-width: 1000px;
}

.countdown h3 {
	font-size: 22px;
	margin-bottom: 20px;
}

.module.page-base.noheadline.noimage {
	margin-top: 70px;
}

.countdown .numbers .value {
	color: #000;
}

.mobile-nav.nav-v2 nav {
	background: rgba(0, 0, 0, 0.95);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .15em;
}

.fb-like {
	margin-left: 30px;
}

.weddingsite-info {
	margin-right: 30px;
}

.button {
	background-color: #000;
	color: #fff;
	border-radius: 4px;
	margin: 0 3px;
	padding: 15px 20px;
}

.button:hover {
	transform: translateY(3px);
	background-color: #000;
}

.headline h2 {
	margin-top: 70px;
}

.postlist {
	text-align: left;
}

.postlist li {
	border-color: rgba(0, 0, 0, 0.05);
	padding: 50px 0;
}

.postlist .image img {
	border-radius: 5px;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	transition: transform 200ms;
}

.postlist .image img:hover {
	transform: scale(1.05);
}

.postlist li .hasimage {
	position: relative;
	padding-left: 250px;
}

.postlist li .hasimage figure.image {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	width: 200px;
}

.form-container {
	text-align: left;
	border-radius: 8px;
}

.module.gallery-album-covers,
.module.gallery-images {
	padding: 0 40px;
	max-width: 1500px;
	margin: 0 auto;
	margin-bottom: 70px;
}

.module.gallery-images {
	padding-top: 80px;
}

.gallery-album-back {
	top: 50px;
	right: auto;
	left: 50%;
	transform: translateX(-50%);
}

.gallery-album-back.button:hover {
	transform: translate(-50%, 3px);
}

.input.text input,
.input.textarea textarea,
select {
	border-radius: 4px;
}

.quantity-nav {
	background: #f5f5f5;
	color: #000;
}

.quantity-nav:hover {
	background: #f1f1f1;
}

.quantity-nav-container {
	border: 1px solid rgba(0,0,0,0.2);
    border-radius: 4px;
	overflow: hidden;
}

.quantity-value {
	background: #fff;
}