@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Black.woff2?v=0.0.1') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-BlackItalic.woff2?v=0.0.1') format('woff2');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Bold.woff2?v=0.0.1') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-BoldItalic.woff2?v=0.0.1') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Italic.woff2?v=0.0.1') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Light.woff2?v=0.0.1') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-LightItalic.woff2?v=0.0.1') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Regular.woff2?v=0.0.1') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Thin.woff2?v=0.0.1') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-ThinItalic.woff2?v=0.0.1') format('woff2');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

html, body {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
body,
textarea {
	font-family: 'Lato', Helvetica, sans-serif;
}

a {
	color: #a7a4a3;
	text-decoration: none;
    cursor: pointer;
    outline: 0 !important;
    word-wrap:break-word;
}

p {
	margin: 0 0 24px;
    font-size: 17px;
    line-height: 1.5;
}

html {
    height:100%;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    font-family: 'Lato', Helvetica, sans-serif;
    font-weight: 700;
	line-height: 1.3;
	color: rgb(78, 175, 63)
}

h1 {
	font-size: 70px;
	margin: 33px 0;
}

h2 {
	font-size: 28px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

.bold {
    font-weight: 700;
}

.start_icon{
    width: 370px;
margin: 0 auto;
    padding-top: 19%;
}


/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: transparent;
    z-index:999999999999 !important;
}



img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}



a {
    color: #4EAf3F;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

            /* Style for internal links - add underline on hover */
            .column a {
                color: rgb(78, 175, 63); /* Match the date color for consistency */
            }
            .column a:hover {
                color: rgba(78, 175, 63, 0.75);
            }
            .paragraph-content.content a {
                color: rgb(78, 175, 63); /* Match the date color for consistency */
            }
            .paragraph-content.content a:hover {
                color: rgba(78, 175, 63, 0.75);
            }
            .entry-content.content a {
                color: rgb(78, 175, 63); /* Match the date color for consistency */
            }
            .entry-content.content a:hover {
                color: rgba(78, 175, 63, 0.75);
            }

h2 {
    color: #4EAf3F;
}

strong {
    color: #4EAf3F;
}

body {
	color: #A7A4A3;
	line-height: 1.5;
	margin: 0;
	/* opacity: 0; */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
    overflow-y: hidden;
}

.startpage .site-main {
    padding-top: 0px;
}

.startpage .fixed_header{
    display:none;
}

.startpage .backstretch {
    display:block;
}

.entry-content a {
    color: #4EAf3F;
}

.close-menu {
    background-repeat: no-repeat;
    display: block;
    width: 70px;
    height: 70px;
    position: fixed;
    z-index: 2345;
    left: 50%;
    margin-left: -34px;
    margin-top:35px; 
    cursor:pointer; 
    }

.close-menu {
    display: block !important;
}

.wrapper {
	position: relative;
    padding-top: 150px;
}

.content {
    padding-left: 20px;
    padding-right: 20px;
}

header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 750px;
	width: 100%;
}
header {
	margin-bottom: 30px;
    color: rgb(78, 175, 63);
    font-size: 70px;
}

.full-width-section {
    max-width:100%;
    height: auto;
}
.full-width-section img{
    max-width:100%;
    height: auto;

}

.paragraph-content {
    margin: 0 auto;
    max-width: 750px;
    width: 100%;
}

.tryptichon img{
    width:100%;
    margin-bottom: 40px;
}

.divider-icon {
    width: 25px;
    margin: 40px auto 80px;
    display: block;
}