html {
  font-size: 0.8rem !important; 
}

@include media-breakpoint-up(sm) {
  html {
    font-size: 1.2rem !important;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 1.4rem !important;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 1.6rem !important;
  }
}


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3;
	color: #400000;
	background-color: #fcb100;
}

.header {
	background-color: white;
	color: #400000;
}
.header a{
	color: #8B2500;
}
.header a:hover{
	color:#CD3700;
}


.body-content {

}

.body-content a{
	color: #8B2500;
}
.body-content a:hover{
	color:#CD3700;
}

.body-content .nnews{
	background-color: #fcc107;
}