body{

  background-image: url("/img/back3.jpg");

  background-size: cover;

  background-repeat: no-repeat;

  background-attachment: fixed;

  

  

    }    



#logo1{

width: 140px;

display: inline-block;





}







#logo{

    margin-top: 5px;

    margin-left: 20px;

    margin-bottom: 5px;

    

    

    

}



@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);

.meniu {

  font-family: 'Raleway', Arial, sans-serif;

  text-align: center;

  text-transform: uppercase;

  font-weight: bold;

  font-size: medium;

  text-decoration: double;

}



.meniu * {

    box-sizing: border-box;

    -webkit-transition: all 0.35s ease;

    transition: all 0.35s ease;

    margin-top: 30px;

    margin-bottom: 60px;

  }





  .meniu li {

    display: inline-block;

    list-style: outside none none;

    margin: 0 1.5em;

    overflow: hidden;

  }

  .meniu a {

    padding: 0.3em 0;

    color: rgba(17, 3, 20, 0.801);

    position: relative;

    display: inline-block;

    letter-spacing: 1px;

    margin: 0;

    text-decoration: none;

  }

  .meniu a:before,

  .meniu a:after {

    position: absolute;

    -webkit-transition: all 0.35s ease;

    transition: all 0.35s ease;

  }



  #unu{

background-color: rgba(255, 255, 255, 0.336);



 }

  



 #Povesteanoastra{

  text-align: center;}







  :root {

    

    --font: sans-serif;

  }

  

  

  

  

  /* Timeline Container */

  .timeline {

    background: var(--primary-color);

    margin-left: 38%  ;

    padding: 0px;

  }

  

  /* Card container */

  .card {

    position: relative;

    max-width: 400px;

  }

  

  /* setting padding based on even or odd */

  .card:nth-child(odd) {

    padding: 30px 0 30px 30px;

  }

  .card:nth-child(even) {

    padding: 30px 30px 30px 0;

  }

  /* Global ::before */

  .card::before {

    content: "";

    position: absolute;

    width: 50%;

    border: solid #9083f9;

  }

  

  /* Setting the border of top, bottom, left */

  .card:nth-child(odd)::before {

    left: 0px;

    top: -4.5px;

    bottom: -4.5px;

    border-width: 5px 0 5px 5px;

    border-radius: 50px 0 0 50px;

  }

  

  /* Setting the border of top, bottom, right */

  .card:nth-child(even)::before {

    right: 0;

    top: 0;

    bottom: 0;

    border-width: 5px 5px 5px 0;

    border-radius: 0 50px 50px 0;

  }

  

  /* Removing the border if it is the first card */

  .card:first-child::before {

    border-top: 0;

    border-top-left-radius: 0;

  }

  

  /* Removing the border if it is the last card  and it's odd */

  .card:last-child:nth-child(odd)::before {

    border-bottom: 0;

    border-bottom-left-radius: 0;

  }

  

  /* Removing the border if it is the last card  and it's even */

  .card:last-child:nth-child(even)::before {

    border-bottom: 0;

    border-bottom-right-radius: 0;

  }

  

  /* Information about the timeline */

  .info {

    display: flex;

    flex-direction: column;

    background: #eb72d191;

    color: rgb(0, 0, 0);

    border-radius: 10px;

    padding: 10px;

    font-family: 'Pangolin', cursive;

    font-stretch: extra-expanded;

    font-weight: lighter;





  }

  

  /* Title of the card */

  .title {

    color: rgb(0, 0, 0);

    position: relative;

  }

  

  /* Timeline dot  */

  .title::before {

    content: "";

    position: absolute;

    width: 10px;

    height: 10px;

    background: white;

    border-radius: 999px;

    border: 3px solid rgb(72, 8, 78);

  }

  

  /* text right if the card is even  */

  .card:nth-child(even) > .info > .title {

    text-align: right;

  }

  

  /* setting dot to the left if the card is odd */

  .card:nth-child(odd) > .info > .title::before {

    left: -45px;

  }

  

  /* setting dot to the right if the card is odd */

  .card:nth-child(even) > .info > .title::before {

    right: -45px;

  }







      #poze3{

    

    position: absolute;

    margin-left: 6%;

          }





      #poze4{

    

    position: absolute;

    margin-left: 67%;

    margin-top: 250px;

    float: right;

            }





      #poze5{

    

    position: absolute;

    margin-left: 6%;

    margin-top: 600px;

    float: left;

            }





      #poze6{

    

    position: absolute;

    margin-left: 67%;

    margin-top: 800px;

    float: right;

            }





            #poze3, #poze4, #poze5, #poze6 {

              transition: all 0.5s ease-in-out;

              cursor: pointer;

          }





#harta{

margin-left: 8%;

float: right



}









#pr{



  font-size: 17px;

  margin-right: 17% ;

  float: right;

  justify-content: left;

margin-top: 10%;

text-align: justify;

  text-justify: inter-word;

}



.fb-page {



margin-bottom: 10%;

margin-right: 24%;

margin-right: auto;

position: absolute;





}









#unde{

margin-left: 40%;

margin-top: 5%;

font-size: 40px;

font-style: italic;

position: relative;

}



#copy{

  text-align: center;

  margin-top: 10px;

  color: rgb(73, 46, 65);





}





* {

  box-sizing: border-box;

}







footer {

  display: flex;

  justify-content: flex-end;

  padding: 20px;

}



#scrollToTopBtn {

  background-color: rgba(136, 68, 192, 0.473);

  border: none;

  color: white;

  cursor: pointer;

  font-size: 27px;

  line-height: 48px;

  width: 100px;

}

            



* {

  margin: 0;

  padding: 0;

  font-family: sans-serif;

}



body {

  min-height: 100vh;

  background-color: #cecece;

  font-size: 14px;

}



#cookies-card {

  position: fixed;

  bottom: 2em;

  right: 2em;

  width: 350px;

  background-color: #d4aceb;

  padding: 1.5em;

}



.cookies-card * {

  color: #fff;

}



.title {

  font-size: 1.6em;

  letter-spacing: 0.4px;

  margin-bottom: 0.5em;

}



.info {

  line-height: 1.4em;

  letter-spacing: 0.4px;

  margin-bottom: 2em;

}



#cta {

  border: none;

  outline: none;

  padding: 0.8em 1.5em;

  background-color: rgba(0, 0, 0, 0.356);

  font-size: 1.1em;

  font-weight: bold;

  cursor: pointer;

  transition: background-color 0.4s;

}



#cta:hover {

  background-color: #3c9e66;

}



a {

  text-decoration: none;

  border-bottom: 1px solid;

  transition: color 0.4s;

}



a.settings {

  color: #bbb;

  margin-left: 1em;

  border-bottom: none;

}



a:hover {

  color: #3c9e66;

}





#foot{

margin-left: 17%;

float: left;

margin-top: 10px;

font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}



#foot2{

margin-right: 20%;

float: right;

margin-top: 10px;

font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}



#foot3{

  float: right;

  margin-right: 15%;

  margin-left: 5%;

margin-top: 10px;

font-family: Verdana, Geneva, Tahoma, sans-serif;

text-align: center;



}



.jos{

  background-color: #dc90fa57;

  border-radius: 1px;

  border-color: #bb49fd8a;

  border-style: solid;

}





@media screen and (max-width:768px)



{



.meniu{

display: inline-block;

  width: 39%

  

}



#Povesteanoastra{

  width: 15%;

  max-width: 10%;

}



.card:nth-child(even)::before{

  display: none;

}

.card::before{

  display: none;

}



.card{

  display: inline-block;

  margin: 0%;

  padding: 2;

  border: 1%;

  

  

}

.body{

  width: 100%;

}





#outer{

  width: 15%;

  display: inline-block;

}



.pozele{

  float: right;

  margin-top: 165px;

}



#poze3{

  

}

#poze4{

  

}

#poze5{

  

}

#poze6{

  



}



#unu{

  text-align: center;

  background-color: #ffffff00;

  background-size: cover;

  text-align: left;

}













}











  #outer{

      float: right;

      width: 45%;

      

  }



  



  #poze3, #poze4 {

    width: 15%;

   float: left;

    

    

    

    padding: 30px;



  }



  #poze5, #poze6{



    width: 15%;

    float: left;

     

     

     

     





  }

