/*@import url('https://fonts.googleapis.com/css?family=Quicksand');*/
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Monsieur+La+Doulaise');

body {
    background: #fafafb;
    background-image: linear-gradient(#243859, #fff);
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

b, strong {
	font-weight: 700;
}


h1.site-name {
    font-family: 'Monsieur La Doulaise', cursive;
    text-transform: none;
    -webkit-animation-name: fadetitle; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 3s; /* Safari 4.0 - 8.0 */
    animation-name: fadetitle;
    animation-duration: 3s;
}

.wedding-date {
    letter-spacing: 4px;
}

/* Animation */ 

/* Safari 4.0 - 8.0 */
@-webkit-keyframes fadetitle {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

/* Standard syntax */
@keyframes fadetitle {
  0% {opacity: 0;}
  100% {opacity: 1;}
}


h1 .line1 {
    font-size: 0.7em;
    color: #6a6969;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 15px;
}

h1 .line2 {
    line-height: 1.5;
    font-size: 2.8em;
    letter-spacing: 0;
    color: #6a6969;
}

.page-section.header {
    margin-bottom: 70px;
    padding-top: 40px;
}

body.horizontal .page-section.header {
    margin-bottom: 40px;
    padding-top: 40px;
}

body.horizontal .page-section {
    width: 65%;
}

h1, .site-title, h2, .countdown h3, .pagesection-name span, h3, h4, h5 {
    font-family: 'Quicksand', sans-serif;
    text-transform: inherit; 
    letter-spacing: 1px;
}

.countdown h3 {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 1.3em;
    margin: 50px 0px;
}


nav a {
    font-family: 'Quicksand', sans-serif;
}

a {
    color: #183e7e;
}

body.vertical nav a:hover span {
    box-shadow: inset 2px 0px 0 #183e7e;
}

nav .locked span, nav .unlocked span {
    background-image: url(/Images/Global/locked.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 15px;
    padding-left: 0px;
}

.pagesection-name {
    font-style: italic;
    border-bottom: 2px solid #766162;
}

.js .onepage .mobile-nav {
    top: 20px;
    left: auto;
    right: 20px;
    width: auto;
    position: fixed;
}

.nav-toggle span {
    background: url(/Images/Global/menu_inverted.png) right center no-repeat;
    display: block;
    padding-right: 25px;
    padding-left: 0px;
}

.pagesection-name span {
    background: #fff;
}

.pagesection-name {
    border-bottom: 2px solid #3a4b69;
}


.button, .mobile-nav {
    background: #3b4b69;
}

/* VERTICAL */ 

body.vertical div.mobile-nav nav .current a span {
    box-shadow: inset 2px 0px 0 #ffffff;
    color: #ffffff;
    padding-left: 10px;
}

body.vertical div.mobile-nav nav a:hover span {
    box-shadow: inset 2px 0px 0 #fff;
}


body.vertical nav .current a span {
    box-shadow: inset 2px 0px 0 #183e7e;
    color: #242121;
    padding-left: 10px;
}


.multipage .desktop-nav {
    border-right: 1px solid #ebebeb;
    padding-right: 2em;
    margin-right: 0em;
    width: 23%;
}

body.vertical nav a:hover span {
    padding-left: 10px;
}


/* HORIZONTAL */ 

body.horizontal nav a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

body.horizontal nav a:hover {
    box-shadow: inset 0px -2px 0 #183e7e; 
    color: #242121;
}

body.horizontal nav .current a span {
    box-shadow: inset 0px -2px 0 #183e7e; 
    color: #242121;
    padding-left: 10px;
}

body.horizontal.multipage ul.nav-list {
    padding: 20px 0px;
    position: fixed;
    top: 0px;
    margin: 0 auto;
    min-width: 330px;
    width: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
    z-index: 100;
}

/* ONEPAGE */ 

body.horizontal.onepage nav a:hover {
    box-shadow: none;
    color: #ffffff;
}

body.horizontal.onepage nav a:hover span {
    box-shadow: inset 2px 0px 0px #ffffff;
    padding-left: 10px;
}

body.horizontal.onepage nav .current a span {
    box-shadow: inset 2px 0px 0px #ffffff;
    color: #ffffff;
    padding-left: 10px;
}

nav a span {
    -webkit-transition: 0.5s; /* Safari */
    transition: 0.5s; 
}

.site-wrapper {
    background: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    margin: 0 auto;
    box-shadow: none;
    max-width: 1920px;
    padding: 0px;
    width: 80%;
}

.multipage.vertical article {
    float: right;
    width: 67%;
}

.page-section {
    padding: 0px;
    width: 90%;
    margin: 0 auto;
}

div.site-inner-wrapper {
    /*border-top: 6px solid #7a869b;*/
    margin-top: 50px;
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
}

.numbers .value {
    font-size: 2em;
}

div.banner {
    width: 70%;
    margin: 0 auto;
    margin-top: 80px;
}

.weddingsite-info {
    padding: 40px;
}