html,body {
  scroll-behavior: smooth;
  height: 100%;
  margin: 0;
  padding: 0;
}

 body {
    display: flex;
   flex-direction: column;
	 min-height: 100vh;
}

.flexRow{
	display: flex;
	flex-direction: row; 
}

.dore{
	color:  #c99e66;
}

.fixedHeader{
	background: rgba(247, 253, 251, 0.9);
  	box-shadow: 0 2px 3px rgba(0,0,0,.29);
	position: fixed !important;
	top: 0;
  	width: 100%
}