.site-title {
	font-size: 60px;
	font-size: 6rem;
	font-weight: 900;
	line-height: 1.2;
	font-style: italic;
}

body {
	color: #1a1a1a;
	background: #1a1a1a;
	font-family: "Hind", "Avenir", "Helvetica", arial;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.612;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* SubTitle */

h4,
.site-description {
	font-size: 2.5rem;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 400;
}

h3,
.widgettitle {
	font-size: 2.7rem;
}

.flexible-widget-area > .wrap {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.flexible-widgets .widget {
	margin-bottom: 2rem;
}

/* Front Page 3
 * ========================================================================== */

.front-page-3 {
	background-color: #f7f6f7;
	overflow: hidden;
}

.front-page-3 .widget-area {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	position: relative;
}

.front-page-3 .widget img.pull-left {
    margin-left: -25%;
}

.front-page-3 .widget img.pull-right {
    margin-right: -25%;
}

.front-page-3 .widget img.pull-right,
.front-page-3 .widget img.pull-left {
	max-width: 150%;
	width: auto;
	margin-bottom: -50%;
	margin-top: 20px;
}

@media only screen and (min-width: 800px) {

	.front-page-3 .flexible-widgets.widget-halves .widget,
	.front-page-3 .widget {
		width: 100%;
		float: left;
		align-self: center;
	}

	.front-page-3 .widget img.pull-left,
	.front-page-3 .widget img.pull-right {
	    margin-bottom: -30%;
	    margin-top: -30%;
	    pointer-events: none;
	}
}

/* Site Footer
 * ========================================================================== */

.site-footer {
	padding: 4rem 0;
	background: #1a1a1a;
	text-align: center;
	color: #1a1a1a;
	opacity: .5;
}

.site-footer a {
	color: #1a1a1a;
	font-size: 0rem;
}

.site-footer p {
	margin-bottom: 0;
	font-size: 0rem;
}

.copyright-expo {
	padding-top: 1.5rem;
	color: #8d8d8d;
}