body, .skill-list {
  font-family: 'Poiret One', cursive;
  font-size: 17px;
  background: #f6ddbe;
}

body, ul {
  margin: 0;
  padding: 0;
}

h1, h2, h4 {
  font-family: 'Permanent Marker', cursive;
}

img {
  /* se limiteaza marimea imaginilor */
  max-width: 70%;
}

nav {
  background-color: #fab158;
  position: fixed;
  z-index: 1;
  width: 100%;
}

nav ul li {
  display: inline-block;
  margin: 0 50px;  /*0 se referala la partea de sus si de jos iar 50px stanga dreapta */
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.8px
  font-size: 14px;
}

nav ul  {
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}

nav li a {
  text-decoration: none;
  color: black;
}

nav li a:hover {
text-decoration: underline;
}


.navigatie {
  background-color: #fab158;
  z-index: 1;
  width: 100%;
}

.asa {
  top:20px;
  position: relative;
  margin-bottom: 220px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -140px;
  background-color: #f6ddbe;
}

.paragraf {
  top: 70px;
  position: relative;
  margin-bottom: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -150px;
  background-color: white;
  background-image: url('../img/dulapuri.jpg');
  background-size: 350px;
  background-repeat: no-repeat;
  background-position: right;
}

footer {
  text-align: center;
  margin: 100px;
  background-color: white;
}

ol li a {
  text-decoration: none;
  color: black;
}

ol li a:hover {
text-decoration: underline;
}
