
body {
	margin: 0px 0px 0px 0px;
	-webkit-text-size-adjust: 100%;
	color: #eeede5;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	font-weight: 400; 
	line-height: 34px;
	background-color: #f3f2ed;
}

img { 
	border: 0; 
	padding: 0px;
	margin: 0px;
	outline: none;
	display: block;
}

div {
	padding: 0px;
	margin: 0px;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

a {
	color: #4a6c70;
	text-decoration: none;
}

a:active, a:focus {
	outline: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {	
	margin: 0px;
	padding: 0px;
}

h3 {
	display: inline;
	color: #4a6c70;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700; 
	line-height: 25px;	
}

#takeover-info {
	width: 600px;
	height: 100vh;
	min-height: 100vh;
	background-color: #f2665e;
	position: fixed;
	top: 0;
	left: 0;
	overflow-y: scroll;
    overflow-x: hidden;
}

#takeover-info-wrapper {
	width: 400px;
	margin: 0 auto;
	padding-top: 100px;	
	padding-bottom: 20px;
}

#takeover-logo {
	width: 100%;
	height: auto;
}

#takeover-logo img {
	width: 100%;
	height: auto;
}

#takeover-details {
	width: 98%;
	margin: 0 auto;
	padding-top: 51px;
}

#takeover-contact {
	font-size: 16px;
	margin-top: 34px;	
}

#takeover-contact a i.fa {
	position: relative;
	top: -1px;
	text-decoration: none;
	margin-right: 9px;
}

#takeover-projects {
	margin-left: 600px;
	min-height: 100vh;
	line-height: 25px;
	padding-top: 216px;
	padding-bottom: 214px;
	padding-left: 100px;
	background-repeat: no-repeat;
	background-size: 1848px 2000px;
	background-attachment: static;
}

#takeover-projects a {
	color: #d75d56;
	font-size: 16px;	
}

.other-text {
	color: #4a6c70;
	font-size: 17px;
	font-weight: 400;
}

.other-text a {
	color: #4a6c70;
	text-decoration: none;
	font-size: 17px !important;
	font-weight: 400;
}

.other-text a {
	text-decoration: underline;
}


@media all and (max-width: 1200px) {
	
	/* switch to 50-50 layout */
	
	#takeover-info {
		width: 50%;
	}
	
	#takeover-info-wrapper {
		width: 362px;
		padding-top: 90px;
	}
	
	#takeover-projects {
		margin-left: 50%;
		padding-top: 194px;
		padding-bottom: 192px;
		padding-left: 0px;
		background-size: 924px 1000px;
	}
	
	#takeover-projects-wrapper {
		width: 362px;
		margin: 0 auto;
	}

}

@media all and (max-width: 1023px) {
	
	/* ipad vertical layout */
	
	#takeover-info-wrapper {
		width: 264px;
		padding-top: 120px;
	}
	
	#takeover-projects {
		padding-top: 195px;
		padding-bottom: 193px;
		background-size: 924px 1000px;
	}
	
	#takeover-projects-wrapper {
		width: 264px;
	}
	
	.other-text {
		font-size: 15px;
		line-height: 20px !important;
	}
	
	.other-text a {
		font-size: 15px !important;
	}
	
	
}

@media all and (max-width: 767px) {

	/* small tablet and mobile layout */
	/* switch to vertically stacked layout */
	
	body {
		line-height: 30px;	
	}
	
	a {
		color: #95d3da;
	}
	
	h3 {
		display: inline;
		color: #4a6c70;
		font-family: 'Montserrat', sans-serif;
		font-size: 20px;
		font-weight: 700; 
		line-height: 25px;	
	}
	
	#takeover-info {
		width: 100%;
		height: auto;
		min-height: 0px;
		position: static;
		top: auto;
		top: auto;
		overflow-y: visible;
		overflow-x: visible;
	}
	
	#takeover-info-wrapper {
		width: 100%;
		margin: 0 auto;
		padding-top: 0px;	
		padding-bottom: 0px;
	}
	
	#takeover-logo {
		width: 100%;
		height: 180px;
		padding-top: 55px;	
		text-align: center;
	}
	
	#takeover-logo img {
		display: inline-block;
		width: 240px;
		height: auto;
	}
	
	#takeover-details {
		width: 100%;
		margin: 0 auto;
		background-color: #4a6c70;
		padding-top: 31px;
		padding-bottom: 43px;
	}
	
	#takeover-details-wrapper {
		width: 240px;
		margin: 0 auto;
	}
	
	#takeover-contact {
		margin-top: 20px;	
	}
	
	#takeover-projects {
		width: 100%;
		margin-left: 0px;
		min-height: 0px;
		padding-top: 43px;
		padding-bottom: 41px;
		padding-left: 0px;
		background-image: none !important;
	}
	
	#takeover-projects-wrapper {
		width: 240px;
		margin: 0 auto;
	}
	
	br.no-br {
		display: none !important;	
	}
	
}
