body {
    background: url(Images/body-backg.png);
    background-color: #f5f5f5!important;
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #1a1a1a;
}

.site-wrapper {
	background-image: url(Images/paper-backg-repeat.jpg);
    background-size: contain;
    background-repeat: repeat;
    background-position: top left;
    padding: 0px;
    margin-top: 60px;
}

.top-element {
    width: 32%;
    max-width: 800px;
    height: 1000px;
    background: url(Images/top-element-flip_2.png);
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.page-section {
	padding: 0 100px;
}

.site-name {
	margin-top: 115px;
}

.site-name .line1 {
    font-size: 20px;
    letter-spacing: 4px;
}

.site-name .line2 {
    line-height: 4;
    font-size: 30px;
}

.page-section.header {
	background: url(Images/top-backg.png);
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    padding: 75px 0;
}

.desktop-nav {
    z-index: 500;
    position: relative;
}

body.horizontal div.pagesection-wrapper {
    padding-top: 0px;
}

.horizontal .page-section.header {
    padding-bottom: 40px;
}

.site-name, article h2, article h3, article h4, article h5, .countdown h3 {
    color: #585855;
    letter-spacing: 3px;
}

body,
.form-container,
.site-wrapper,
.pagesection-name .content h4 span{
    background-color: #fff;
}

body.horizontal ul.nav-list {
    padding: 0px;
}

.button, .mobile-nav.nav-v2 nav, .hamburger.not-active .hamburger-inner, .hamburger.not-active .hamburger-inner:after, .hamburger.not-active .hamburger-inner:before {
    background: #699a54;
}

.mobile-nav.nav-v2.opened nav {
    background: #4f7141ed;
}

.body-link, .form-link, .created-via a {
    color: #699a54;
    font-weight: 600;
}

.button.hover {
    background: #426134;
}

.site-name, 
article h2, 
article h3, 
article h4, 
article h5, 
.countdown h3 {
    color: #333;
}