
body{

}

/* header start */

.logo{
      background-image: url("/images/logo3.svg");
}

/* header end */

/* nav-bar start */

.nav-bar :nth-child(2){
    color: rgb(51, 193, 124);
    text-decoration: underline;   
}

/* nav-bar end */

/* main-page start */

.main-page *{
 /* border: 2px solid black */
}

 ul{
    width: 80%;   
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    
}



/* main-page end */

/* footer start */



/* footer end */

/* Responsive start */

@media only screen and (max-width: 1920px) {
    .header {
        
    }

    .raluca{
        height: 50px;
    }

    .ral{        
        text-align: center;
        /* background-color: white; */
    }

    .uca{
        left: 15px;
    }

    .logo{
        position: relative;
        height: 75px;
        width: 75px;
        /* background-color: red; */
        margin: -5px;
    }

    .nav-bar a{
        font-size: 100%;
    }

    /* header end */

    /* main page start */

    .main-page h2{
       
    }

    .right-main p::first-line {        
        font-size: 1.8rem;
        
    }

    .main-page p{
        font-size: 1.2rem;
        line-height: 2.7rem;
        padding-top: 5vh;
    }

    /* main page end */

    /* footer start */

    .footer{
        height: 74px;
    }

    .social-network{
        position: relative;
        /* background-color: red; */
        width: 15vw;
        top: 10px;
    }
    .footer img{
        width: 27px;
        height: 27px;
    }

    .footer p{
        position: relative;
        bottom: 10px;
    }
    
  }



