@charset "utf-8";


.carousel-cell {
	width: 100%;
}
footer {
	background-color: #525353;
}
nav {
	width: 100%;
	background-color: #525353;
	text-align: center;
}

#navbar {
	width: 100%;
	background-color: #525353;
	position: fixed;
	top: 0;
	z-index: 99;
	transition: 0.4s;
}
.divider_line {
	height: 1px;
	background-color: #BFBEBE;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
}
.inline {
	display: inline;
}
.worker_box {
	background-color: #E5E5E5;
}
body {

}
