@font-face{
	src: url('../fonts/BebasNeue-Regular.ttf');
	font-family: bebas;
}
*{
	margin: 0;
	padding: 0;
}
html{
	text-rendering: optimizeLegibility;
	scroll-behavior: smooth;
}
body {
    font-family: bebas, cursive, arial;
}
ul li{
	list-style: none;
}
h1,h2,h3,p,ul{
	margin-bottom: 0;
}
p{
	font-family: arial;
}
.container{
	width: 600px;
	margin: 2px auto;
	border: 1px solid #ddd;
	padding: 0;
}
/*header-section*/
.header-section{
	background: #eaaf46;
	padding: 20px 40px;
}
.header-section a img{
	height: 70px;
}
/*hero-section*/
.hero-section{
	padding: 25px 25px 0 25px;
	text-align: center;
}
.hero-section h1{
	font-size: 70px;
	font-family: bebas;
	text-transform: uppercase;
}
.hero-section p{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.hero-bg img{
	width: 100%;
}

/*content-section*/
.content-section{
	padding: 25px;
}
.content-section h2{
	font-size: 30px;
}
.content-details,
.content-item{
	padding: 20px 0;
}
.content-item img{
	width: 100%;
}
.content{
	position: relative;
}
.content-details{
	position: absolute;
	bottom: 0;
}
.content-details h3{
	font-size: 25px;
}
.content-details p{
	font-size: 16px;
}
.content-details a{
	text-decoration: none;
	color: #000;
	background: #eaaf46;
	padding: 2px 30px;
	border-radius: 8px;
	display: inline-block;
	margin-top: 10px;
	font-size: 20px;
	transition: .3s;
	font-family: 
}
.content-details a:hover{
	color: #fff;
}
/*footer-section*/
.social-icon{
	background: #eaaf46;
	padding: 30px 0; 
	text-align: center;
}
.social-icon p{
	font-size: 16px;
}
.social-icon ul li{
	display: inline-block;
}
.social-icon ul li a:link i{
	color: #eaaf46;
	font-size: 16px;
	margin: 0 2px;
}
.social-icon ul li a:link i::before{
   height: 25px;
   width: 25px;
   border-radius: 8px;
   background: #000;
   display: inline-block;
   padding: 5px;
   margin-top: 10px;
}
.footer-footer{
	padding: 25px;
	text-align: center;
}
.footer-footer a{
   font-family: arial;
   font-size: 12px;
   color: #000;
   margin: 0 10px;
}
