html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* INCEPUT */

a {
	color: black;
	text-decoration: none;
}

header {
	background-color: white;
	height: 250px;
	width: 100%;
}

header img {
	margin-top: 10px;
	margin-left: 50px;
	float: left;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

nav {
	float: right;
}

nav ul {
	margin-top: 100px;
	margin-right: 75px;
}

nav ul li {
	display: inline-block;
	margin-left: 40px;
}

nav ul li a {
	font-family: Arial;
	font-size: 20px;
}

.muzica {
	width: 100%;
	height: 563px;
	background-color: #99ccff;
}

.sectiune_text {
	font-size: 25px;
	background-color: white;
	width: 100%;
	padding: 50px 0px;
}

.sectiune_text h2 {
	text-align: left;
	font-weight: bold;
	font-size: 30px;
}

.sectiune_text p {
	font-size: 20px;
	font-family: Arial;
	text-indent: 0px;
}

.articole {
	width: 100%;
	background-color: blue;
	padding: 30px 0px;	
	overflow: hidden;
}

.imagine_articole {
	width: 100%;
}

.articole article {
	width: 23%;
	background-color: white;
	float: left;
	margin: 0px 1%;
}

.articole article h2 {
	text-align: center;
	text-transform: uppercase;
	padding: 15px 0px;
	font-weight: 600px;
	font-size: 20px;
	font-family: Arial;
}

.articole article p {
	text-indent: 25px;
	padding: 0px 15px 15px 15px; 
	font-size: 15px;
	font-family: Arial;
	background-color: white;
}

footer {
	weight: 100%;
	background-color: blue;
	padding: 50px 0px;
}

footer h6 {
	text-align: center;
	font-size: 25px;
	font-family: Arial;
	color: white;
	text-decoration: underline;
}





