@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Satisfy&display=swap');

/* Global */ 

.languages {
    padding: 20px 0px 20px 0px;
    margin-top: 0px;
}

.site-wrapper {
    background: #fff url(Images/paper-backg-repeat.jpg);
    background-size: contain;
    background-repeat: repeat;
    background-position: top left;
    box-shadow: 1px 1px 30px 1px #a0a0a0;
    padding: 20px;
    max-width: 1100px;
    margin-top: 100px;
    margin-bottom: 100px;
}

div.page-section.header {
    background: url(Images/top-flower.png);
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    min-height: 290px;
    margin-bottom: 0px;
}

.top-element {
    width: 32%;
    max-width: 700px;
    height: 500px;
    background: url(Images/top-element-flip.png);
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

body {
    background: #fff url(Images/body-backg.jpg);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

h4 {
    font-size: 22px;
}

h3, h4, h5 {
	font-family: 'Satisfy', cursive;
	letter-spacing: 0px;
	text-transform: inherit;
	color: #595955;
}

a {
    color: #de829a;
}

a:hover {
	color: #595955;
}

.page-section.main img {
	max-width: 100%;
}

.mobile-nav ul.nav-list {
      padding: 20px 0px;
      line-height: 42px;
      overflow: auto;
      max-height: 80vh;
 }


b, strong {
    font-weight: 600;
}

/* HEADER */ 

h1.site-name {
    margin-top: 115px;
}


h1, .site-title, h2, .countdown h3 {
	font-family: 'Satisfy', cursive;
	letter-spacing: 0px;
	text-transform: inherit;
	color: #595955;
	font-size: 32px;
}

h1 .line1 {
    font-family: 'Open Sans', sans-serif;
	color: #595955;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.line2 {
    color: #595955;
    font-size: 48px;
    letter-spacing: 0px;
    line-height: 2;
}

nav a {
    padding: 12px 0;
    color: #717171;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}


/* CONTENT */ 

/* Forms */
.input.text input, .input.textarea textarea, select {
    background-color: #efefef;
}

/* Gallery */ 
.image-info {
    background: #f5f5f5;
}

/* FOOTER */ 

.numbers {
    line-height: 1.5;
    color: #595956;
    margin-top: 30px;
}

.weddingsite-info {
    clear: both;
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 30px;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
}

.fb_iframe_widget {
    margin-top: 50px;
}

/* MOBILE NAV */ 

        .mobile-nav.nav-v2.opened nav {
            background: rgba(202, 98, 131, 0.95);
        }

        .mobile-nav.nav-v2 nav a {
            color: #fff;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .mobile-nav.nav-v2 nav a:hover {
            letter-spacing: 4px;
        }

        .mobile-nav.nav-v2 nav li.current a {
            font-weight: 600;
        }

        .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
            background-color: #fff;
        }

        .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
                background-color: #626e4c;
        }

        .js .onepage .mobile-nav {
            top: 0px;
            left: 0px;
            right: auto;
            width: 100%;
            position: fixed;
        }


/* ONEPAGE */ 

@media only screen and (min-width: 767px) {
      .js .onepage .mobile-nav {
            top: 0px;
            left: 0px;
            right: auto;
            width: 100%;
            position: fixed;
        }

	.nav-toggle span {
	    background: url(/Images/Global/menu_inverted.png) left center no-repeat;
	    display: block;
	    padding-left: 25px;
	}
}

.button, .mobile-nav {
    background: #de829a;
}

.album-nav.button { 
    opacity: 1; 
}

.module.gallery-images {
    padding-top: 25px;
}

.gallery-album-covers h3 span.album-name {
    font-size: 1.2em;
}

.pagesection-name {
    font-style: italic;
    border-bottom: 2px solid  #704452;
 }

.pagesection-name span {
    background: #fbfbfb;
    color: #595956;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
}

.mobile-nav nav .locked span, nav .unlocked span {
    background-image: url(/Images/Global/locked_inverted.svg);
}

/* HORIZONTAL */ 
body.horizontal .page-nav.desktop-nav {
    box-shadow: 0px 16px 30px -26px #666;
    line-height: 2;
}

body.horizontal ul.nav-list {
    padding: 20px 0px;
}

body.horizontal div.pagesection-wrapper {
    padding-top: 20px;
}