

body {
  margin: 0px 100px;
  background: url('poze/strop\ bej.png') no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  background-color: rgb(249, 248, 240);
}
/* Style the header */
.header {
  background-color: #eeedea;
  padding: 20px;
  letter-spacing: 7px;
  text-align: center;
  color:  #5a513a;
}

.material-icons {
position: relative;
  margin: 10px;
  animation: mymove 160s infinite;
  animation-timing-function:linear;
}
@keyframes mymove {
  from {left: 0px;}
  to {left: 500px;}
}
h2 {
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  font-style: normal;
  color: #5d4228;
}
/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #c1c1bf;
}

/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 16px 16px;
  text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
  background-color: #fbf5e5;
  color: rgb(125, 125, 130);
}
/*icon*/
ion-icon {
  font-size: 32px;
  color: #f9f0c5;
}


/* Create three unequal columns that floats next to each other */
.grid-container {
  text-align: justify;
  font-style:normal;
  color: #534f4f;
}

/* Left and right column */
ul {
  /* Elimină bulinele/numerotarea */
  list-style: none; 
  /* Elimină spațiul de indentare implicit (Browserele folosesc fie margin, fie padding, sau ambele) */
  margin: 20px; 
  padding: 20px; 
}
ol {
  font-size: 12px;
  text-align: justify;
}
/* Middle column */

.button {
  width: 40px;
  padding: 5px;
  margin-left: 40px;
  border:none;
  border-top-right-radius: 50%;
  /* background-color: #848381; */
  font-size: 15px;
  color: #fafaf6;
}
a.button{
  background-color:#8f8a81;
}
a.button:hover{
  background-color:#c0b092;
}
img{ 
  margin: auto;
  display: block;
}
.continut{
  background-color: #58370e;
  padding:0px;
  height: 300px;
   width: 100%;
  margin: auto;
} 
.sideleft {
display:inline-block;
margin: 50px;
} 
/* Change color on hover */
a.schi:hover {
color: wheat;
} 

#Face {
    display:inline-block;
  filter: grayscale(200%);
  border-style: none;
  padding: 0%;
  margin: 0;
}
#Face:hover {
  filter: none;
}
#What {
     display:inline-block;
  filter: grayscale(200%);
  border: none;
   padding: 0;
  margin: 0;
}
#What:hover {
    filter: none;
}
#Pint {
     display:inline-block;
  filter: grayscale(200%);
  border: none;
  padding: 0%;
  margin: 0%;
}
#Pint:hover {
  filter: none; 
}

#Mail{
     display:inline-block;
  filter: grayscale(200%); 
  border: none;
   padding: 0%;
  margin: 0%;
}
#Mail:hover{
  filter: none ;
}

.main {  
   display:inline-block;
    width:100px;
    text-align: center;
    margin: 10px 100px 50px 450px;
   } 
.schi{
  text-decoration: none;
  color: #9b9aa6;
}
.main a{
  font-size: 12px;
  font-family: 'Times New Roman', Times, serif;
  text-decoration: none;
  padding:2px;
  color: #848480;
  align-items: center;
  }
.main a:hover{
color: #9f9f9a;
  }
 .sideright { 
   display: inline-block;
   margin-left:300px;
   width:200px;
   margin-top:10px;
     }
 
.sideright a{
    display: block;
     width: 180px;
    font-size: 12px;
    text-decoration: none;
    color: #848480;
    margin: 0px 10px 0px 10px;
     align-items: center;
  }

.sideright a:hover{
color: #9f9f9a;
  }
 .drepturi {
display: block;
color: #848480;
font-size: 12px;
width: 30%;
height: 70px;
position:absolute;
margin-left: 500px;
text-align:center;
padding:5px;
  }

.copy {
color: #9f9f9a;
text-align:center;
  }


