body {
	background: #ced2c6;
	font-family: 'Lato', sans-serif;
	color: #444;
	font-size: 18px;
	font-weight: 400;
}

.site-wrapper {
    margin: 0 auto;
    background: #fff;
    box-shadow: 1px 1px 30px 1px rgba(0,0,0,0.2);
    max-width: 1100px;
    margin-top: 40px;
    width: 95%;
    margin-bottom: 20px;
}

.page-section.main {
	padding: 70px 100px;
}

body.dropdown .page-section.main {
	padding: 80px 100px;
}

.page-section.header {
	background: url('Images/top-element.jpg');
    height: 200px;
    padding-top: 300px;
    background-size: contain;
    background-repeat: no-repeat;
}

.site-name .line2 {
    font-family: 'Allura', cursive;
    font-size: 75px;
}

.site-name .line1 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin: 70px 0.5em 0.5em 0.5em;
}

.wedding-date {
	margin-top: 30px;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #1a1a1a;
}

.vertical .page-section.main, .dropdown .page-section.main {
    padding: 120px 100px;
}

/* NAVIGATION */ 

.multipage.vertical nav a {
	margin: 10px 0px;
}

.vertical .desktop-nav {
    width: 30%;
}

.vertical article {
    width: 67%;
}

.desktop-nav nav a {
	position: relative;
	bottom: 0px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #1a1a1a;
	font-size: 14px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
} 

.desktop-nav nav a.hover {
	bottom: 3px;
}

.nav-list {
	margin: 0.5em;
}

.hamburger.not-active .hamburger-inner,
.hamburger.not-active .hamburger-inner:after,
.hamburger.not-active .hamburger-inner:before {
    background-color: #809078;
}

.hamburger.not-active .hamburger-box {
	background: #fff;
}

.hamburger .hamburger-box {
	padding: 12px;
}


.mobile-nav.nav-v2 nav {
    background: rgb(63 82 67 / 90%);
}

.mobile-nav.nav-v2 nav .not-current a {
    color: rgba(255, 255, 255, 0.7);
    transition: all 200ms;
}

.mobile-nav.nav-v2 nav a {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 16px;
    margin: 1.5em;
}

/* RUBRIKER */

article h1, article h2, article h3, article h4, article h5, article h6, .countdown h3 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
	font-weight: 400;
}

article h2 {
	font-size: 26px;
	line-height: 2;
}

/* FOOTER */ 

.weddingsite-info {
    clear: both;
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.banner img {
    width: 800px;
    max-width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.countdown h3 {
	font-size: 24px;
	letter-spacing: 8px;
}

.numbers {
	margin: 3em 0em 1em 0em;
	color: #1a1a1a;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 1em;
}

.page-section.footer  {
	min-height: 400px;
}

.site-wrapper {
	background-image: url('Images/footer-element.jpg');
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;    
}

.countdown {
    padding-bottom: 20px;
}


/*.multipage .countdown, .postlist li {
    border-top: 0px solid rgba(0,0,0,0.1);
}*/


/* LÄNKAR */ 

.body-link, .form-link {
    transition: all 200ms;
    color: #719054;
}