body {
	border-top: 3px solid #53900f;
	font-family: RobotoDraft, Roboto, "Helvetica Neue", sans-serif;
    font-weight: 400;
    background: #fff;
    font-size: 14px;
    line-height: 22px;
    overflow-x:hidden;
    padding-top: 85px;
}

.navigation-logo-dark {
	display: none;
}
[data-row-link] {
	cursor: pointer;
}

.invalid-link {
	padding-top: 30px;
	font-size: 20px;
}

.logo.invalid {
	margin-top: 25vh;
}

.logo.valid {
	margin-top: 10px;
}
nav {
	border-top: 3px solid #53900f;	
}
.mr-auto, .mx-auto, .ml-auto {
	text-align: center
}
.nav-item.active {
	font-weight: 600;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,0.9);
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'WeblySleek UI', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    font-size: 25px;
}

.step-left-title h3 {
	font-weight: 600;
	font-size: 20px;
}
.step-body {
	text-align: justify;
}
.step-block {
	padding: 20px;
}
.step-body img {
	max-width: 300px;
	max-height: 200px;
}
.step-body em {
	font-style: normal;
	font-weight: 600;
}
.step-row-even {
	background: #f5f5f5;
}
