body {
	background-color: #f5f5f5;
}
.docking-top {
	width: 100%;
	height: 49vh;
	background: url(../images/docktopbg.jpg) no-repeat top center;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 20px;
}
.docking-top>h1  {
	color: #fff;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    padding: 38% 0 7% 0;
}
.docking-top>h2 {
	color: #fff;
    font-size: 22px;
    line-height: 36px;
    font-weight: 500;
}
.dockbox {
	width: 32%;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(150,150,150,0.5);
	position: relative;
}
.dockbox h3 {
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	color: #464646;
	font-weight: 500;
	letter-spacing:2px;
	padding-top: 10px;
}
.dockbox h4 {
	text-align: center;
	font-size: 16px;
	color: #1e1e1e;
	letter-spacing:3px;
	font-weight: 500;
	line-height: 32px;
}
.dockbox .dockimg {
	width: 100%;
	height: 80px;
	padding-bottom: 10px;
	justify-content: center;
	align-items: center;
}
.dockimg>img {
	display: block;
	width: 40%;
}