html {
	font-size: 100%;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	touch-action: manipulation
}

body {
	font-size: 16px;
	font-family: open sans, sans-serif;
	width: 100%;
	height: 100%;
	margin: 0;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap: break-word;
	overflow-x: hidden;
	color: #333;
	background: linear-gradient(to right, #f5f5f5, #ccc);
}

a {
	text-decoration: none;
	color: #0a58ca;
}

.client-logo {
	background: rgba(0,0,0,0.5);
	display: block;
}

.client-logo img {
	max-height: 200px;
	max-width: 200px;
}

.center-text {
	text-align: center
}

.display-table {
	display: table;
	height: 100%;
	width: 100%
}

.display-table-cell {
	display: table-cell;
	vertical-align: middle
}

.full-height {
	height: 100%
}

.position-static {
	position: static
}

.main-area {
	position: relative;
	height: 100vh
}

.left-section {
	float: left;
	width: 50%;
	position: relative
}

.left-section .logo {
	position: absolute;
	top: 40px;
	height: 100px
}

.left-section .logo img {
	height: 100%;
	width: auto
}

.left-section .main-content {
	padding: 40px 40px 40px 0
}

.main-content .title {
	margin-bottom: 15px;
	font-weight: 900;
}

.main-content .post-desc {
	color: #999
}

.right-section {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50%;
	background-size: cover;
	z-index: 1;
	padding: 10px;
}

.right-section:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -2;
	opacity: .3;
	background: linear-gradient(to right, #23074d, #cc5333)
}

@media screen and (max-width: 425px) {
		.main-content .title {
			font-size: 1.5em;
		}

		.main-content p, a {
			font-size: 0.85em;
		}

    .client-logo img {
			max-height: 150px;
			max-width: 150px;
		}
}

@media screen and (max-width: 375px) {
		.left-section .logo {
			height: 75px
		}

		.main-content .title {
			font-size: 1em;
		}

		.main-content p, a {
			font-size: 0.75em;
		}

    .client-logo img {
			max-height: 100px;
			max-width: 100px;
		}
}
