@font-face {
	font-family:'politici';
	src:url('fonts/politici.woff') format('woff');
	font-weight:normal;
	font-style:normal;
}



@font-face {
	font-family:'roboto';
	src:url('fonts/roboto.woff') format('woff');
	font-weight:normal;
	font-style:normal;
}



* {
	margin:auto;
	padding:0;
	box-sizing:border-box;
}



body {	
	background:#000;
	font:14px roboto;
	letter-spacing:1px;
  	background:url(img/pic01.jpg) no-repeat center center fixed;
	background-size:cover;
}

#wrapper-main {
	width:1000px;
	margin:auto;

}


p {
	line-height:24px;
	text-align:justify;
}




#navigation-bar {
	width:100%;
	float:left;
	margin-bottom:25px;
}



#navigation-bar li {
	width:20%;
	float:left;
	list-style:none;
}





#navigation-bar li a {
	width:100%;
	font-size:18px;
	border-radius:100%;
	padding:10px 0;
	text-align:center;
	text-transform:capitalize;
	float:left;
	text-decoration:none;
        background:#ebbf61;
	color:#fff;
	transition:all ease .5s;
}



#navigation-bar li a:hover,
#navigation-bar li a.active {
	background:#d39f30;
	color:#d3303e;
}








#comp-logo {
	width:700px;
	margin:25px auto;
	font:42px italic;
	font-weight:bold;
	color:#fff;
	text-transform:none;
	text-align:center;
}



#comp-logo a {
	text-decoration:none;
	color:#fff;
}



#comp-logo span {
	font:36px roboto;
}


#text-bar {
	margin-top:10px;
	float:left;
	width:100%;
}



#text-bar h1 {
	text-transform:uppercase;
	margin-bottom:10px;
}



#gallery-main {
	float:left;
	width:100%;
}




#gallery-main li {
	width:21%;
	margin:2%;
	float:left;
	list-style:none;
}




#gallery-main img {
	float:left;
	border:solid 3px #d39f30;
	border-radius:25px;
	width:100%;
}




#fotter-bottom {
	width:100%;
	float:right;
	color:#fff;
	text-align:center;
	line-height:50px;
}


#fotter-bottom a {
	color:#fff;
	text-decoration:none;
}

#fotter-bottom a:hover {
	text-decoration:underline;
}


