
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,400,600|Tulpen+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=UnifrakturMaguntia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Modern+Antiqua&display=swap');

* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: font5;
  src: url(../font/NotoMono/NotoMono-Regular.ttf);

}

 .main {
	display: block;
	width: 100%;
	min-height: 100vh;
	background-image: url("https://source.unsplash.com/pkhBlvTLyog/1920x1280");
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
} 

/* logo + title */
@media (min-width: 768px){
#primarie {
  margin-left: 20px;
  float: left;
  width: 85%;
  text-align: center;
  height: 80.7px;
  line-height: 65px;
  display: flex;
  justify-content: center; 
  align-items: center;
} 
}
.program {
  z-index: 999;
  background-color: rgb(243, 242, 242);
  margin-top: 97px;
  text-align: center;
  width: 100vw;
  overflow-x: hidden;
  padding: 2px;
}
@media (max-width: 768px) {
  .program {
    display: none;

  }
}

 #logo img {
  float: left;
  height: 60px;

}

#logo p {
  float: right;
  padding-right: 5%;
  color: white;
  font-size: 30px;
}

.bg-meniu:hover {
  display: block;
  background-color: #3B7CCA;
  height: 300px;
  width: 300px;
}

/* text prezentare - index.php */
.antigua {
  text-align: justify; 
}
.div-class-center{
  width:90%;
  margin:2% 5%;
  text-align:justify;
  }
  .div-class-center h2{
  text-align:justify;
  font-size: 1em;
  text-indent: 20px;
  }
  .div-class-center p{
  text-indent:30px;
  }


.antigua a:hover{
  color: #222428;
}
.prezentare {
  text-align: center;
  color: #222428ae;
}

.clasa-text-rosu a{
  color:#D4292C;
  text-decoration:none;
  font-weight:bolder;
  }

  .clasa-text-rosu a:hover, .albastru-link a:hover, .verde-link a:hover, .roz-link a:hover, .grena-link a:hover{
    color: #747373;
  }
  .margin-top-bottom{
    padding:40px 0;
    }

    .bg-color1{
      background-color: #FFF;
      }
      .bg{
      display: inline-block;
          position: relative;
          width: 100%;
          margin: 0;
          padding: 0;
      }

      summary {
        font-size: 1.25rem;
        font-weight: 600;
       background: rgba(212,41,44,0.5);
      background-image: linear-gradient(to right, rgba(0,155,212,1), rgba(0,155,212,0.5));
        color: #fff;
        padding: 1rem;
        outline: none;
        border-radius: 0.25rem;
        text-align: left;
        cursor: pointer;
        position: relative;
        width:90%;
        margin:0 5% 1rem 5%;
      }

      p { text-align: left; }
      details[open] summary ~ * {
        animation: sweep .5s ease-in-out;
        width:90%;
        margin:0 5% 1rem 5%;
      }

      @keyframes sweep {
        0%    {opacity: 0; margin-top: -10px}
        100%  {opacity: 1; margin-top: 0px}
      }

      details > summary::after {
        position: absolute;
        content: "+";
        right: 20px;
        top:20px;
      }

      details[open] > summary::after {
        position: absolute;
        content: "-";
        right: 20px;
      }

      details > summary::-webkit-details-marker {
        display: none;
      }

      h1, h2, h5{
        text-align:center;
        }
        h1{
        /* font-size:50px; */
        font-size:32px;
        color: #343538;
        }

@media(max-width:767px){
  #primarie {
  float: left;
  text-align: center;
  /* height: 80.7px; */
  line-height: 65px;
  display: flex;
  justify-content: center; 
  align-items: center;
  }
}


.sigle {
  margin: 1% 5% 2% 5%;
}
