.UIBannerControl {
    width: 100%;
}

html {
  scroll-behavior: smooth;
}

*{
	font-family: 'Roboto Condensed', sans-serif ;
}

.UIBannerControl a{
	color: white!important;
}
.group-header{ 
    position: relative;
  	font-family: 'Roboto Condensed', sans-serif;
  	 background-color: rgb(89, 133, 59);
  padding: 25px 80px;
  line-height: 35px;
}