/*------------------------------------
# General
------------------------------------*/

@font-face {
    font-family: NavBarFont;
    src: url(../fonts/Inknut_Antiqua/InknutAntiqua-Medium.ttf)
}

/* @font-face {
    font-family: TextContentFont;
    src: url()
}*/

@font-face {
    font-family: TittleFont;
    src: url(../fonts/Ysabeau_Infant/YsabeauInfant-Medium.ttf)
} 


body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

a {
    color: #f68c09;
    text-decoration: none;
}

a:hover {
    color: #0906c0;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}

/***************************************
*Nav bar sectio
***************************************/
.navbar{
    font-family: NavBarFont;
    font-weight: 400;
    font-size: 15px;
    height: 80px;
    background-image: linear-gradient(#121212,#102943,#121212);
}

.navbar ul .container-btn 
{
    border: 1px;
    border-style: solid;
    border-top: none;
    border-bottom: none;
    border-right: 0px;
    color: #7A7A7A;
}

.navbar ul .container-proiecte
{
    border: 1px;
    border-style: solid;
    border-top: none;
    border-bottom: none;
    color: #7A7A7A;
}

.navbar ul li a
{
    color: rgb(255, 255, 255);
    padding-left: 19px!important;
    padding-right: 19px!important;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar .btn-active{
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #ffae78!important;
}

/* Tittle nav bar after 994 */

.nav-md-container
{
    display: none;
}

.nav-lg-subtittle
{
    display: none;
}

.nav-lg-tittle
{
    display: none;
}

/* Btns nav bar hover with diffrent color on hover */
.btn-home:hover
{
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #00D1FF!important;
}

.btn-consiliu:hover
{
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #FFA800;
}

.btn-anunturi:hover
{
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #00CC6A;
}

.btn-conducere:hover
{
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #F2CC0C;
}

.btn-tipizate:hover
{
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #10ABB4;
}

.btn-monitor:hover
{
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #FA5303;
}

.btn-evenimente:hover
{
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #DCC3A1;
}

.btn-proiecte:hover
{
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #9AEBA3;
}

@media screen and (max-width: 1112px){
    .navbar ul li a
    {
        font-size: 14px!important;
        padding-left: 14px!important;
        padding-right: 14px!important;
    }  
}

@media screen and (max-width:991px){
    .justify-content-center {
        justify-content: right!important;
    }

    .nav-lg-container
    {
        margin-right: auto;
    }

    .nav-lg-subtittle
    {
        display: block;
        text-align: center;
        padding: 0px;
        color: #AFAFAF;
        font-size: 15px;
        font-family: NarBarFont;
        margin: 0px;
    }

    .nav-lg-tittle
    {
        display: block;
        text-align: center;
        padding: 0px;
        color:white;
        font-size: 30px;
        margin: 0px;
        font-family: NarBarFont;
        font-weight: 300;
    }

    .navbar{
        height: auto;
    }

    .navbar ul
    {
        margin-top: 10px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .navbar ul .container-btn 
    {
        text-align: center;
        border: solid 1px;
        border-top: none;
        border-bottom: none;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .navbar ul .container-proiecte
    {
        text-align: center;
        border: solid 1px;
        border-top: none;
        border-bottom: none;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .navbar-dark .navbar-toggler
    {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

/* Footer style in base tamplate */
.footer-bar-separator
{
    background-color: black;
    height: 30px;
}

.footer-row
{
    justify-content: center!important;
}
.footer-container
{
    background-image: linear-gradient(#121212,#102943,#102943,#102943,#102943,#102943,#102943,#102943,#121212);
}

/* Footer contact data */
.footer-tittle-center
{
    text-align: center;
    max-width: 60%;
}

@media screen and (max-width: 1750px){
    .footer-tittle-center
    {
        max-width: 70%;
    }
}

@media screen and (max-width: 1250px){
    .footer-tittle-center
    {
        max-width: 85%;
    }
}

@media screen and (max-width: 1000px){
    .footer-tittle-center
    {
        max-width: 95%;
    }
}

@media screen and (max-width: 900px){
    .footer-tittle-center
    {
        max-width: 100%;
    }
}



.footer-contact-tittle
{
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: 20px;
    color: white;
    text-align: left;
    font-family: TittleFont;
}

.fotter-contact-date
{
    padding: 0px;
    margin: 0px;
    margin-bottom: 0.5em;
    font-size: 17px;
    color: #AFAFAF;
    text-align: left;
    font-family: TittleFont;
}

@media screen and (max-width: 830px){
    .footer-contact-tittle
    {
        font-size: 17px;
    }

    .fotter-contact-date
    {
        font-size: 15px;
    }
}

.footer-hr-md-data{
    display: none;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    height:3px!important;
    color: #7A7A7A;
}

@media screen and (max-width: 767px){
    .footer-contact-tittle
    {
        text-align: center;
    }

    .fotter-contact-date
    {
        text-align: center;
    }

    .footer-container-data
    {
        text-align: center;
        margin-bottom: 2em;
    }

    .footer-hr-md-data
    {
        display: flex;
    }

    .footer-btn-conteiner
    {
        margin-right: auto;
    }

    .footer-container-form {
        margin-top: 1em;
    }

    .footer-form {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-hr
    {
        max-width: 90%!important;
    }

    .footer-map-center
    {
        max-width: 90%!important;
    }
}

.fotter-contact-date:hover
{
    color: #ffffff;
}

.fb-ico-change
{
    color: #AFAFAF;
    font-size: 2.7em;
}

.fb-ico-change:hover
{
    color: white;
}

/* Footer center container */
.fotter-mid-Subtittle
{
    text-align: center;
    padding: 0px;
    color: #AFAFAF;
    font-size: 20px;
    font-family: NarBarFont;
    margin: 0px;
}

.footer-mid-tittle
{
    text-align: center;
    padding: 0px;
    color:white;
    font-size: 50px;
    margin: 0px;
    font-family: NarBarFont;
    font-weight: 300;
}

/* Formular style */
.footer-container-form
{
    margin-top: 2em;
}
.footer-form
{
    width: 90%;
    margin-left: auto;
    height: auto;
}

.footer-imput
{
    font-size: 17px;
    color: white;
    font-family: TittleFont;
    width: 100%;
    background-color: #ffffff00;
    border: 2px solid white;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

.footer-imput:hover
{
    background-color: #ffffff93;
    border-radius: 10px;
}

.footer-btn-conteiner
{
    width: 90%;
    margin-left: auto;
}

.footer-btn-send
{
    font-family: TittleFont;
    font-size: 17px;
    color: #AFAFAF;
    background-color: #ffffff00;
    border: 2px solid white;
    border-radius: 20px;
    width: 150px;
    padding: 0.1em;
}

.footer-btn-send:hover
{
    background-color: #ffffff;
    color: #000000;
    font-weight: bold;
    border-color: #FFB800;
}

/* Footer map style */
.footer-hr
{
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    height:3px!important;
}

.footer-map-center
{
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.footer-map-class
{
    height: 180px;
    width: 100%;
    margin-bottom: 2em;
    border-radius: 15px;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 2px 8px 0px;
}


