/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 02.05.2025, 15:48:30
    Author     : IancuStan
*/
@import url('pagina_mobil.css');
.mobile {
    display: none;
}

html {
    font-size: 62.5%;
}

a {
    color: #000;
    display: inline-block;
    text-decoration: none;
}

body {
    position: relative;
    line-height: 1.5;
    font-family: 'Times New Roman',serif;
    /*background-color: #efefef;*/
    overflow-x: hidden;
    width: 100%;
    height: auto;
    display: grid;
}

.footer {
    position: relative;
    width: auto;
    height: 13rem;
    background-color: rgba(0,0,0, .5);
    top: 2rem;
}
.social_media {
    position: relative;
    width: auto;
    top: 0rem;
}
#copyright {
    position: relative;
    top: 2rem;
    font-size: 2em;
    font-family:  Helvetica Neue, helvetica, arial, sans-serif;
    color: #fff;
    margin-left: 45%;
    width:auto;
}

#media_link {
    position: relative;
    width: 13rem;
    height: auto;
    margin: auto;
    top: 1rem;
}
.facebook {
    position:  relative;
    left: 1rem;
    top: .3rem;
}

.youtube {
    position:  relative;
    left: 3rem;
    top: .3rem;
}

.logo {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin: 0;
    margin-top: 2vw;
    width:100%;
    height:5vw;
}

.logo img{
    position: relative;
    margin: 0;
}


/*---- Mobile version Web---------*/

.container_web_mobil {
    position: relative;
    width: auto;
    height: auto;
}

.mobile {
    position: relative;
    width: 100%;
    height: auto;
}

.conteiner_articol_mobil {
    position: relative;
    width: 100%;
    top: 2rem;
    display: flex;
    flex-direction: column;
}

.logo_main_mobil {
}

.logo_mobil {
    position: relative;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 2rem;
    margin-left: 0;
}

.logo_revista_mobil{
    position: relative;
    margin: auto;
    width: 70%;
    height: auto;
    left: 15%;
}

#titlu_mobile {
    position: relative;
    line-height: 1.30em;
    font-style: normal;
    font-family: 'Times New Roman', serif;
    font-size: 2.80rem;
    text-align: center;
    top: 1rem;
}

#autor_mobile {
    position: relative;
    text-align: center;
    font-family: 'Gill Sans MT', serif;
    font-size: 1.6rem;
    font-style: italic;
    color: #f08c5b;
}

.text_intro_mobile {
    position: relative;
    width: 80%;
    left: 10%;
    height: auto;
    font-family: 'Times New Roman', serif;
    font-size: 2.20rem;
    color: #f08c5b;
    text-align: center;
}

.articol_mobile {
    position: relative;
    font-family: 'Times New Roman', serif;
    font-weight: normal;
    text-decoration: none;
    font-size: 1.90rem;
    width: 90%;
    height: auto;
    left: 5%;
}

.footer_mobile {
    position: relative;
    width: auto;
    height: 13rem;
    background-color: rgba(0,0,0, .5);
    top: 2rem;
}
.social_media_mobile {
    position: relative;
    width: auto;
    top: 0rem;
}
#copyright_mobile {
    position: relative;
    top: .7rem;
    font-size: 1.7em;
    font-family: 'Times New Roman', serif;
    color: #fff;
    width:auto;
    text-align: center;
}

#media_link_mobile {
    position: relative;
    width: 13rem;
    height: auto;
    margin: auto;
    top: 1rem;
}
.facebook_mobile {
    position:  relative;
    left: 1rem;
    top: .3rem;
}

.youtube_mobile {
    position:  relative;
    left: 3rem;
    top: .3rem;
}


/*------------------------------------------------------------------------------*/

@media screen and (max-width: 40em){

    .mobile {
        display: inherit;
    }

    .main{
        display: none;
    }

}

/*------------------------------------------------------------------------------*/

@media  screen  and (min-width: 40em) and (max-width: 65em){

    .mobile {
        display: inherit;
    }

    .main{
        display: none;
    }

}

/*------------------------------------------------------------------------------*/

@media screen and (min-width: 61em){

}
