/*!
 * Start Bootstrap - Business Frontpage (https://startbootstrap.com/template/business-frontpage)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-business-frontpage/blob/master/LICENSE)
 */
 html {
  scroll-behavior: smooth;
}
body {
  padding-top: 56px;
  font-family: 'Lexend', sans-serif;
  color: #115ebe !important;
 /* 	background-image:url(../img/bg.jpg);
	background-attachment:fixed;
	background-position:top;
	background-repeat:no-repeat;
	background-size:cover;
	size:cover;	*/
}
.headerbg {
	background-image:url(../img/b0s.jpg);
	background-attachment:fixed;
	background-position:bottom;
	background-repeat:no-repeat;
	background-size:cover;
	size:cover;	
}
.headerbgx {
	background-image:url(../img/b0x.jpg);
	background-attachment:fixed;
	background-position:bottom;
	background-repeat:no-repeat;
	background-size:cover;
	size:cover;	
}
.headerbgy {
	background-image:url(../img/bgn.jpg);
	background-attachment:fixed;
	background-position:top;
	background-repeat:no-repeat;
	background-size:cover;
	size:cover;	
}
.headerbg1 {
	background-image:url(../img/b4.jpg);
	background-attachment:fixed;
	background-position:bottom;
	background-repeat:no-repeat;
	background-size:cover;
	size:cover;	
}
.bg-white {
	background-color:#ffffff !important;
}
.text-black {
	color:#000000 !important;
}
.text-shadow {
	text-shadow: 1px 1px 1px #ffffff !important;
}
.ecotext {
	color: #115ebe !important;
}
.ecobg {
	background-color:#115ebe !important;
}