@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/CenturyGothic.ttf');
}
h1, h2, h3, h4, h5{
	font-family: 'Century Gothic';
}
p{
	font-size: 20px;
}
.fullwidth{
	width: 100%;
	height: auto;
	position: relative;
}
.news-sec{
	background-color: #fff;
}
.news-cover{
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
}
.news-cover img{
	width: 100%;
}
.news-content{
	width: 100%;
	height: auto;
	padding: 50px;
}
.news-detail-page{
	background-color: #fff;
	padding: 50px;
	padding-top:100px;
}
.news-detail-page img{
	width: 100%;
}
.news-detail-page h1, h3{
	color:#041c5f;
	margin-bottom: 0;
}