@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@200;300;400&display=swap');

body {
    font-family: 'Josefin Sans', sans-serif;
    color: #444;
	background: #efebe7;
    font-weight: 300;
    font-size: 18px;
}

.page-section.header {
	background: url('Images/top-element.jpg');
    height: 330px;
    padding-top: 60px;
    background-size: contain;
    background-repeat: no-repeat;
}

.page-section.main {
    padding: 0px 70px;
}

body.dropdown .page-section.main {
    padding: 20px 100px 40px 100px;
}

.vertical .page-section.main, .dropdown .page-section.main {
    padding: 20px 100px;
}
/*
.page-section.footer {
    background: #fff url(Images/footer-element.jpg);
    background-position: right bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: auto;
    padding-top: 35px;
    margin: 0px;
}
*/

.page-section.footer  {
    min-height: auto;
    padding-top: 35px;
    background: none;
}

.site-wrapper {
    background-image: url('Images/footer-element2.jpg');
    background-position: right bottom;
    background-repeat: no-repeat;    
}


.postlist li {
    border-top: 2px solid rgba(0,0,0,0.1);
}

.site-name .line1 {
    margin: 100px 0.5em 35px 0.5em;
    font-size: 18px;
    color: #3d3d3d;
}

.site-name .line2 {
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 4px;
    font-size: 40px;
    color: #3d3d3d;
}

.wedding-date {
    color: #3d3d3d;
    font-size: 18px;  
}

article h1, article h2, article h3, article h4, h5, .countdown h3, .countdown .numbers .value {
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 4px;
}

.body-link, .form-link {
    color: #719054;
}

.button {
    background-color: #44668e;
    border-radius: 100px;
    padding: 1em 2em;
}

.form-container {
    text-align: center;
}

.input.text input, .input.textarea textarea, select {
    width: 100%;
    box-sizing: border-box;
    border-radius: 100px;
    border: 2px solid #e5e5e5;
    text-align: center;
}

.input.text label, .input.textarea label {
    text-align: center;
}

.input.text.spam {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.copyright a {
        color: #719054;
}