html.has-navbar-fixed-top{
	scroll-behavior:smooth;
	scroll-padding-top:52px;
}

p{
	font-size: 18px;
	line-height: 1.9;
}

.is-green-200{
	/*background-color:#E6EE9C;*/
	background-color:#eeeeee;
}

.is-green-50{
	/*background-color:#F9FBE7;*/
	background-color:#ffffff;
}

.is-green-100{
	/*background-color:#F0F4C3;*/
	background-color:#fafafa;
}

.is-bordered-white{
	border:1px solid #dddddd!important;
}

li.mt{
	margin-top:27px!important;
}

.is-image{
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
}
