
/* GENERALE */

*,
*:before,
*:after {
  box-sizing: inherit;
}


html {
    height: 100%;
    box-sizing: border-box;
  }

body {
    position: relative;
    min-height: 100%;
}

li {
    list-style: none;
}

ul {
    padding-left: 15px;
    padding-right: 15px;
}

h2 {
    font-size : 24px;
}




a {
    text-decoration: none;
    color: #063c0b;
}
a:hover {
    text-decoration: none;
    color: #28a745;
}


.btn {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-width: 150px;
    -webkit-box-shadow: 0px 10px 39px -4px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 10px 39px -4px rgba(0,0,0,0.57);
    box-shadow: 0px 10px 39px -4px rgba(0,0,0,0.57);


}

.shadowImg {
    -webkit-box-shadow: 0px 10px 39px -4px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 10px 39px -4px rgba(0,0,0,0.57);
    box-shadow: 0px 10px 39px -4px rgba(0,0,0,0.57);
}


/* header */

.page-view {
    padding-bottom: 300px;
}

.header--jumbatron {
    margin-bottom: 0px;
}

.header--jumbatron {
    background-color: white;
}
.header--jumb__image {
    position: relative;
    width: 100%;
}

.header--nav {
    background-color: #063c0b !important;
    margin-bottom: 100px;
}

.header--nav--content {
    justify-content: center;
}

.nav--link {
    color: white !important;
    font-size: 24px;
}

.nav--link:hover {
    color: #60bf6a !important;
} 

.nav-path-selected .nav--link {
    color: #60bf6a !important;
}

/* footer */

.footer {

}

.fcontainer{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    width:100%;
    height: auto;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #9a9a9a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#9a9a9a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#9a9a9a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9a9a9a',GradientType=0 ); /* IE6-9 */
}

.footerImg--cont {
    display: flex;
}

.footerImg--cont--list {
    width: 33.33%;
    margin: auto;
}

.footerImg--cont--list--img {
    width: 150px;
}



.footerImg--cont--list--img__main {
    width: 200px;
    position: relative;
    left: 25%;
}

@media screen and  (max-width: 988px) {

    .footerImg--cont--list--img {
        width: 100px;
    }
    .contfooter {
        max-width: 740px;
    }
}

@media screen and  (max-width: 750px) {
    .footerImg--cont--list--img {
        width: 60px;
    }
}



.linieMarcaj {
    padding: 0 100px 0 100px;
    width: 100%
}

.linieMarcaj--linie {
    border-bottom: 1px solid black;
    width: 100%;
    margin: 50px 0 50px 0;
}




/* HOME */

.btn-success{
    background-color: #60bf6a;
    border-color: #60bf6a;
    color: #FFF !important;
}

/* body */

/* body--despre */

.despreCont {
    margin-bottom: 150px;
}


/*  body--ajuta */


.ajutaCont {
    margin-bottom: 70px;
}

.ajutaCont--titlu {
    margin-bottom: 50px;
}

.ajutaCont--butoane {
    display: flex;
    justify-content: space-between;
}

.ajutaCont--butoane--btn {
    font-size: 20px;
    padding: 15px 20px 20px;
}
/*  body--alteImg */

.alteImg {
    margin: auto;
}

.alteImg--cont {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 200px;
}

.alteImg--cont--list {
    padding: 15px;
    text-align: center;
    width: 33.33%;
}

.alteImg--cont--list--img {
    margin-bottom: 20px;
    width: 100%;
}


@media screen and  (max-width: 968px) {
    .ajutaCont--butoane {
        flex-direction: column;
    }

    .ajutaCont--butoane--btn {
        margin-bottom: 50px;
    }


    .alteImg--cont {
        flex-direction: column;
    } 

    .alteImg--cont--list {
        width: 100%;
    }
}


/* BOLI */


/* body--boli */

.videos {
    margin-bottom: 200px;
    padding: 20px;
	text-align: center;
}

.boli--butoane--lista {
    text-align: center;
}

.boli--butoane--lista--buton {
    height: 60px;
    margin-bottom: 30px;
    width: 300px;
}

.boli--titlu {
    margin-bottom: 80px;
    text-align: center;
}



/* body-video */

.videos--video {
    border: 1px solid black;
    height: 400px;
    margin-bottom: 50px;
}

.videos--title {
    margin-bottom: 100px;
    text-align: center;
}




/* "HARTI */

/* body-harta */


.harta {
    position: relative;
    margin-bottom: 200px;
}

.harta--img {
    position: relative; 
    width: 100%;
}

.harta--lista {
    position: absolute;
    top: 170px;
    left: 340px;

}

.harta--lista-item--link {
    color: white;
}

.harta--lista-item {
    color: white;
    font-size: 35px;
    font-style: bold;
    margin-bottom: 30px;

}

.container {
    overflow: hidden;
}


@media screen and  (max-width: 960px) {



    .harta--lista-item {
        font-size: 30px;
        left: 200px;
    }  

    .harta--lista {
        left: 200px;

    }

    .harta--lista-item--link {
        font-size: 26px;
    }

}

@media screen and  (min-width: 960px) and (max-width: 1200px)  {
    .harta--lista {
        left: 300px;
    
    }
}




/* "INTERACTIVITATE */

/* body-interact */

.alteImg2--descrieri {
    margin-bottom: 200px;
}

.alteImg2 {
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
    width: 100%;
}

.alteImg2--block {
    padding: 10px;
    transition: transform 0.2s ease-out;
}

.alteImg2--block--interior {
    background-repeat: no-repeat;
    background-size: cover;
    width: 330px;
    height: 230px;
    margin: auto;
    margin-bottom: 10px;
}

.alteImg2--block--title {
    text-align: center;
    font-size: 20px;
}

.alteImg2--block--interior__1 {
    background-image: url("../../assets/imagini/semnalari.jpg");
}
.alteImg2--block--interior__2 {
    background-image: url("../../assets/imagini/specimen.jpg");
}
.alteImg2--block--interior__3 {
    background-image: url("../../assets/imagini/voluntar.jpg");
}

.alteImg2--descrieri--text {
    font-size: 20px;
}


/* body-interact-efecte*/
.clickedTagEffect {
    transform: translateY(50px);
    transition: transform 0.2s ease-in;
}

.alteImg2--block:hover {
    cursor: pointer;

}

.alteImg2--block--title__active {
    color:#28a745;
}

#harti_dist_specii  {
    color:#063c0b;
    font-size:26px;
}

#harti_dist_specii:hover {
    color:#28a745;
}



@media screen and  (max-width: 992px) {

    .alteImg2--block--interior {
        width: 80%;
        height: 90%;
    }

    .alteImg2 {
        flex-direction: row;
    }
}




/* CONTACT */

.contact {
    display: flex;
    justify-content: space-around;
}

.contact--cont {
    margin-bottom: 200px;
    background-color: lightgrey;
    padding: 30px 60px 30px 60px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.contact--cont--form--btn {
    padding: 10px;
}

.contact--cont--form--title {
    margin-bottom: 25px;
    text-align: center;
}


.contact--cont--form--title--group{ 
    margin-bottom: 30px;
}


.contact--cont--form--group--input,  .contact--cont--form--textarea {
    margin-bottom: 40px;
    padding: 15px;
}





/*  TESTING */


.test {
    margin-bottom: 530px;
}

.test--block {
    width: 200px;
    height: 200px;
    background: greenyellow;
}

.nav-item {
    margin-left: 30px;
}