/* Enter Your Custom CSS Here */
.footer-inner { display: none; }
.footer {
padding-bottom: 0px !important;
}
.wrapper {
margin-top: 20px;
}
.section.large-padding { padding: 5% 0; }
body {
	margin: 0;
	padding: 0;
	border: none;
	background: #FFF;
	color: #444;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	-webkit-font-smoothing: subpixel-antialiased;
}
.post-title {
	font-size: 2.5em;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 15px;
	font-family:  "Palatino Linotype", "Book Antiqua", Palatino, serif;

 -ms-word-break: break-all;
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}