/* Hide all unnecessary stuff */
nav,
.separator,
.modal,
#jumbo,
#contactFormDiv {
    display: none;
}

body {
    color: #000;
}

header {
	position: static;
	min-height: 0;
    border-bottom: 1px solid #ccc !important;
}

a {
	text-decoration: none;
}

section {
    margin: 0;
    padding: 0;
    page-break-inside: avoid;
}

.color {
	color: #000;
	background-color: transparent;
}

.color h1, .color h2, .color h3, .color h4, .color h5, .color h6 {
	color: #e75a4b;
}

.serviceDescription {
	display: block;
}

.closeBtn {
	display: none;
}

.referenceImg img {
    padding: 0;
}

.referenceImg p {
	margin: 0;
}

#logo {
    float: none;
    width: auto;
    height: auto;
    background: transparent;
}

#logo h1 {
    line-height: normal;
    text-indent: 0;
    overflow: visible;
    color: #e75a4b;
}

