 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*/

@font-face {
    font-family: font_nou;
    src: url("../fonturi/Mind\ Boggle\ DEMO.ttf");
}

a {
    color: rgb(0, 0, 0);
    text-decoration: none;
}
header {
    background-color: white ;
    height: 160px;
    width: 100%;
}

header img {
    margin-top: 10px;
    margin-left: 50;
    float: left;
}

.container {
    width: 1000px;
    margin: 0 auto  ;
}

nav {
    float: right;
    margin-right: 70px;   
}

nav ul {
    margin-top: 75px;
}

nav ul li {
    display: inline-block;
    margin-left: 40px;
}

nav ul li a {
    font-family: Arial;
    font-size:20px;
}

.sectiune_text {
    width: 100%;
    padding:50px 0px;  
}

.sectiune_text h2 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 30px;
    font-family: Arial;
    text-transform: uppercase;
}

.sectiune_text {
    font-size: 20px;
    font-family: font_nou;
    text-indent: 60px;
}


.articole {
    width: 100%;
    background-color:slategray;
    padding:30px 0px;
    overflow: hidden;
}

.imgart {
    width: 100%;
    height: 125px;
}

.articole article {
    width: 33%;
    background-color: slategray;
    float: left;
}

footer {
    width: 100%;
    background-color: rgb(0, 0, 0);
    padding: 60px 0px;
}

articole article h2 {
    text-align: center;
    text-transform: uppercase;
    padding: 15px  0px;
    font-weight: 600;
    font-size: 20px;
    font-family: Arial;
}

articole article p {
    text-indent: 25px;
    padding: 0px  15px 15px 15px;
    font-size: 15px;
    font-family: Arial;
}

footer h1 {
    text-align: center;     
    font-size: 20px;
    font-family:Lato;
    color: honeydew;
    text-decoration: underline;
}

.titluuuu {
    text-align: center;
    font-weight: bold;
    font-family: Lato;
}

.despre {
    text-align: center;
    color:deepskyblue;
}

.contact {
    text-align: center;
    color:deepskyblue;
}