html {
	position: relative;
	min-height: 100%;
}
body {
	font-family: 'IBM Plex Sans Arabic', sans-serif;
	color: #000;
	margin-bottom: 130px; /* Margin bottom by footer height */
	letter-spacing: .3px;
	font-weight: 400;
	font-size: 19px;
	-moz-osx-font-smoothing: grayscale;
	-ms-overflow-style: scrollbar;
	-webkit-font-smoothing: antialiased;
}
.title-content-wrapper {
	background: url(images/bg.jpg) no-repeat center center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	height: 100vh;
	min-height: 1000px;
}
.content-wrapper-separator {
	background: black;
	height: 2px;
	padding: 0;
	margin: 0;
}
.ready {
	padding: 50px 0px 30px;
}
.urban-title {
	width: 100%;
	max-width: 550px;
	height: auto;
}
.density-poster {
	border-top: 30px solid black;
	border-right: 1px solid black;
	border-bottom: 30px solid black;
	border-left: 1px solid black;
	padding: 3.5%;
	margin: 30px 0px 30px 0;
	width: 100%;
	max-width: 600px;
	height: auto;
	background-color: white;
}
.poster-fig-text {
	padding: 100px 0 90px;
}
.contact .title {
	font-weight: 500;
	font-size: 1.05em;
}
.highlight {
	font-weight: 500;
	color: #c00;
}
a:hover {
	text-decoration: none;
}
.content-wrapper {
	margin: 30px 0 50px;
}
iframe {
	border: 1px #c00 solid;
}
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 130px; /* Set the fixed height of the footer here */
	background-color: #c00;
	padding: 20px 0 30px 0;
	color: #eff;
}
.footer_xs_separator {
	margin: 0;
	background-color: #c33;
	height: 1px;
	border: 0;
	margin: 5px 0px 5px;
}
footer a,footer a:focus {
	color: inherit;
}
@media ( max-width :767px) {
	footer a {
		width: 100%;
	}
