
@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);

}

/* clase utilitare*/

.centered {
  text-align:center !important;
}

.right {
  text-align:right;
}

.left {
  text-align:left;
}

/*margin-top */
.mt-90 {
  margin-top: 90%;
}

.mt-70 {
  margin-top: 70%;
}

.mt-60 {
  margin-top: 60%;
}

.mt-50 {
  margin-top: 50%;
}

.mt-48 {
  margin-top:48%;
}


.mt-45 {
  margin-top:45%;
}

.mt-40 {
  margin-top:40%;
}

.mt-32 {
  margin-top: 32%;
}

.mt-20 {
  margin-top: 20%;
}

.mt-15 {
  margin-top:15%;
}

.mt-13 {
  margin-top:13%;
}

.mt-10 {
  margin-top: 10%;
}

.mt-8 {
  margin-top: 8%;
}


.mt-5 {
  margin-top: 5%;
}

.mt-3 {
  margin-top: 3%;
}

.mt-xs {
  margin-top:0.5%;
}

.ml-32 {
  margin-left: 32%;
}

.ml-30 {
  margin-left: 30%;
}

.ml-20 {
  margin-left: 20%;
}

.ml-19 {
  margin-left: 19%;
}

.ml-18 {
  margin-left: 18%;
}

.ml-15 {
  margin-left: 15%;
}

.ml-8 {
  margin-left: 8rem;
}


.ml-6 {
  margin-left: 6rem;
}

.ml-4 {
  margin-left: 4rem;
}

.ml-s {
  margin-left:3rem;
}

.ml-3 {
  margin-left:-3rem;
}

.ml-s {
  margin-left:2rem !important;
}

.ml-1 {
  margin-left:1rem;
}

.ml-n-6 {
  margin-left:-6rem;
}

.ml-n-5 {
  margin-left:-5rem;
}
.ml-n-4 {
  margin-left:-4rem;
}

.ml-n-3 {
  margin-left:-3rem;
}

.ml-none {
  margin-left:0 !important;
}


/* margin bottom */
.mb-xxs {
  margin-bottom:0.3% !important;
}

.mb-xs {
  margin-bottom:0.6% !important;
}

.mb-1 {
  margin-bottom: 1%;
}

.mb-2 {
  margin-bottom: 2%;
}

.mb-3 {
  margin-bottom: 3%;
}

.mb-5 {
  margin-bottom: 5%;
}

.mb-7 {
  margin-bottom: 7%;
}

.mb-8 {
  margin-bottom: 8%;
}

.mb-10 {
  margin-bottom: 10%;
}

.mb-11 {
  margin-bottom: 10%;
}

.mb-12 {
  margin-bottom: 10%;
}

.mb-13 {
  margin-bottom: 13%;
}

.mb-14 {
  margin-bottom: 14%;
}

.mb-15 {
  margin-bottom: 15%;
}

.mb-20 {
  margin-bottom: 20%;
}

.mb-25 {
  margin-bottom: 25%;
}

.mb-30 {
  margin-bottom: 30%;
}

.mb-35 {
  margin-bottom: 35%;
}

.mb-40 {
  margin-bottom: 40%;
}

.mb-50 {
  margin-bottom: 50%;
}

.mb-60 {
  margin-bottom: 50%;
}

.mb-70 {
  margin-bottom: 70%;
}

/*margin left*/
.ml-25 {
  margin-left:25%;
}

.ml-11 {
  margin-left:11%;
}

.ml-6 {
  margin-left:6%;
}

.ml-5 {
  margin-left:5%;
}

.ml-3 {
  margin-left:3%;
}

.ml-2 {
  margin-left:2%;
}

/*margin right*/
.mr-5 {
  margin-right:5%;
}

/*padding*/
.pt-xs {
  /* padding-top:0.1%; */
  margin-left:-40px;
  
}

.pt-4 {
  padding-top:4%;
}

.pt-3 {
  padding-top:3%;
}

/*line height*/

.ln-18 {
  line-height: 18px !important;
}

/*text-indent*/

.no-indt {
  text-indent: 0 !important;
}

.indt-30 {
  text-indent: 30px;
}





 .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;
} 


/*prima pagina*/
.primar {
  display:grid;
  grid-template-columns: repeat(2,1fr);
  column-gap:2rem;
  margin-left: 11%;
}
.primar img {
  width:100%;
  height:100%;
}

/*proiecte finantare*/
.proiecte-finantare {
  text-align: left;
  padding:2rem 10rem;
  width: 80%;
}

.proiecte-finantare h2 {
  text-align: left;
  color: rgba(0,0,0,0.711);
  margin: 0.3rem 0;
}

.proiecte-finantare ul li {
  list-style-type: square;
}

/* logo + title */
@media (min-width: 768px){
#primarie {
  float: left;
  width: 95%;
  text-align: center;
  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;
        }




.sigle {
  margin: 1% 5% 2% 5%;
}

/*general*/
h1,h3 {
  color: rgba(0,0,0,0.711) !important;
}

.no-info {
  text-align:center;
  font-size:1.3rem;
}

.hgt-40 {
  height: 40px !important;
}

a:hover {
  color:#1a73e8 !important;
}

.centered-text {
  text-align: center;
}

.size-h1 {
  font-size: 2.1em !important;
}

.size-h2 {
  font-size: 1.7em !important;
}

.larger-font {
  font-size: larger;
}

/*proiecte finantare*/
.pr-fin {
  padding-top:15.5rem;
  margin-bottom:7rem;
}

/*modernizare sistem comunal*/
.modernizare-sistem {
  margin-top:15rem;
  margin-bottom:7.5rem;
  width:90%;
}



