/*html,body{
	padding:0;
	margin:0;
	background:#fff;
font-family: 'Poppins', sans-serif;
}*/
html {
  scroll-behavior: smooth;
}

.text-blue {
	color:#00AEEF;
}

.bg-blue {
	background-color:#00AEEF;
}

.bg-dark {
	background-color:#000!important;
}

.background-footer {
		background-image: url(../images/background-footer.jpg);
	background-repeat: no-repeat;
	background-position: middle;
	/*background-color:#000;
	opacity: 0.5;*/

}
