<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin: 0;
	background-image: url(../images/old_map.png);
	;background-color: rgb(254, 240, 156);
	background-size: auto;
	background-repeat: repeat;
}

#profits, #about{
	margin: 10px auto 0px auto;
}

#content {
	width: 1030px;
	margin: 0 auto;
}

#logo {
	background-color: black;
	height: 246px;
	text-align: center;
}

#logo img {
	margin-top: 20px;
	width: 447px;
	height: 127px;
}

.text {
	font-family: verdana,geneva,sans-serif;
}

#logo h2 {
	color: white;
}

#about {
	width: 980px;
}

.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}

.text-16 {
	font-size: 16px !important;
}

.text-18 {
	font-size: 18px !important;
}
.text-20 {
	font-size: 20px !important;
}

#about-left {
	width: 480px;
	height: 540px;
	background-color: white;
	float: left;
}

#what-we-love {
	color:  rgb(73, 73, 73);
	text-align: center;
	margin-top: 20px;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 11px;
}
#tech-list div{
	width: 158px;
	height: 118px;
	margin-right: 3px;
	margin-bottom: 3px;
  line-height: 118px;
    float: left;
	text-align: center;
	vertical-align:middle;
}

#tech-list div span {
display: inline-block;
  vertical-align: middle;
  line-height: normal;   
	font-weight: bold;
	font-size: 22px;
	font-family: verdana,geneva,sans-serif;
}

#about-right {
	float: right;
	width: 480px;
	height: 540px;
	background-color: white;
}

#about-header-text1 {
	margin-top: 20px;
	text-align: center;
	font-size: 24px;
}

#about-header-text2 {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

input[type=text]  {
	box-sizing: border-box;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 4px 0px;
	background-color: rgb(255, 255, 255);
	font: normal normal normal 18px/1.4em 'times new roman', times, serif;
	color: rgb(73, 73, 73);
	padding: 5px;
	margin: 0px 0px 5px;
	border: 0px solid rgb(255, 203, 5);
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	width: 100%;
	-webkit-appearance: none;
}

#contact-us-form {

	width: 400px;
	margin: 0 auto;
}

input[type=button] {
	float: right;
	max-width: 35%;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 4px 0px;
	background-color: rgb(255, 203, 5);
	font: normal normal normal 18px/1.4em 'times new roman', times, serif;
	color: rgb(0, 0, 0);
	padding: 5px;
	border: none;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	cursor: pointer;
	margin: 0px;
}
input[type=button]:hover {
	background-color: #CCA300;
}

.color-grey1 {
	color: rgb(8, 8, 8);
}
.color-grey2 {
	color: rgb(73, 73, 73);
}

#profits {
	width: 980px;
	background-color: white;
}

#profits-header {
	font-weight: bold;
	font-size: 30px;
	width: 950px;
	margin: 0px auto;
	text-align: center;
	position: relative;
	padding-top: 25px;
	padding-bottom: 10px;
}

#profits-list {
	border-top: 1px dotted rgb(39, 131, 137);
	width: 950px;
	margin: 0px auto;
}

#profits-list-l, #profits-list-r {
	float: left;
	width: 50%;
}

#grown-header {
	font-size: 30px;
	text-align: center;
	width: 950px;
	border-bottom: 1px dotted rgb(39, 131, 137);
	margin: 20px auto;
}

.profits-li {
	margin-left: 60px;
	margin-top: 40px;
	height: 85px;
}

.profits-icon {
	float: left;
	width: 40px;
}
.profits-text {
	float: left;
	margin-left: 30px;
	width: 300px;
	font-size: 20px;
}

#slider {
	background-color: #99CCFF;
	padding-top: 10px;
	height: 170px;
}
#slider-items {
	width: 910px;
	margin: 0 auto;
}

#location {
	background-color: rgba(8, 8, 8, 0.85098);
	color: white;
	width: 980px;
	padding-top: 20px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#location-header {
	font-size: 30px;
	text-align: center;
	font-weight: bold;

}

#location-l {
	float: left;
	width: 60%;
}

#location-r {
	float: left;
	width: 40%;
}

.location-list-item {
	height: 60px;
	margin-left: 60px;
	margin-top: 30px;
}

.location-list-icon {
	float: left;
	width: 70px;
}
.location-list-text {
	float: left;
	margin-left: 20px;
	width: 400px;
	font-size: 18px;
}
#location-ask {
	width: 300px;
}

#location-ask-header {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.font-bold {
	font-weight: bold;
}

#map-canvas {
	width: 980px;
	margin: 0 auto;
	height: 400px;
}
#copyright {
	background-color: white;
	width: 980px;
	margin: 0 auto;
}


#copyright-content {
	margin-left: 20px;
	height: 40px;
	line-height: 40px;

}
#copyright-content span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	font-size: 14px; normal normal normal 14px/1.4em 'times new roman', times, serif;
	color: rgb(73, 73, 73);
}

.slider-item img {
    display: inline !important;
} 

</pre></body></html>