@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
    font-family: 'IBM Plex Sans Condensed', sans-serif;	
	font-size:1em;
	color:#666
}

hr{
	width:8em;
	border:none;
	height:2px;
	background:#C00;
	margin:-1em auto 2em
}

a{
	text-decoration: none;
	color: #666;
}

a:hover{
	color: rgba(204,0,0,1);
}

/*------------------TOP---------------*/

.top{
	height:15em;
	width:100%
}

.top-img{
    background-repeat:no-repeat;
	background:url(../img/about/news.jpg);
	background-size: cover;
	background-position: center;
	height: 100%;
}

/*------------------News---------------*/

.news{
	padding: 3em 10%;
	min-height: 30em;
	color:#666;
}

.news h1{
	font-weight:200;
	font-size:4em;
	text-align:center
}


/*     Accordion     */


#accordion {
	list-style: none;
	padding: 0 0 0 0;
	width: 100%;
}

#accordion h3{
	display: block;
	margin: .5em 0 -.5em 0;
}

#accordion li{
	display: block;
  	color:#666;
	font-weight: 500;
	font-size: 1.25em;
	cursor: pointer;
	border-bottom: 1px solid rgba(0,0,0,.2);
	height: 2em;
	margin-top: .75em;
}
#accordion ul {
	list-style: none;
	display: none;
	padding: 0;
}

#accordion ul a{
	display: block;
	margin-bottom: 2.5em;
}
