@media screen and (min-width: 300px){
    #banner{
        width:100vw;
        height: 90vh;
       
    
    }

    #mainText {
        color: white;
        word-wrap: wrap;
       
        top: 30%;
        left: 20px;
    }
    #logo-container{
        color: white;
        font-size: 1.3em;
        font-weight: bold;
        position: absolute;
        top: 10px;
        right:30px;
    }

    #aboutMe{
       margin: 0 auto;
       display: flex;
       justify-content: center;
       place-items: center;
     
}
@media screen and (min-width: 500px){
    #mainText{
        font-size: clamp(1.8rem ,5vw , 2.5rem);
    }

}
@media screen and (min-width: 800px){

    #logo-container{
        width: 70%;
        color: white;
        font-size: 2em;
        font-weight: bold;
        position: absolute;
        top: 10px;
        right:30px;
    }

    #banner{
        width:100vw;
        height: 90vh;
        background-image: url("images/bg2.jpg");
        background-size: border;
    
    }
    #mainText {
        color: white;
        word-wrap: break-word;
        font-size: clamp(1.8rem ,8vw , 3.5rem);
        position: absolute;
       
    }
    #section1{
      display:flex;
      justify-content: center;
      align-items: center;
    }
    #aboutMe{
        width: 60vw;
        padding: 15px;
        margin: 0 auto;
        border: none;
        display: flex;
        flex-direction: row;
        
    }
  
    #aboutMe p{
        width: 300px;
    
    }
    #aboutMe figure img{
        width: 300px;
    }

    #portfolio{
        width: 80vw;
        display: flex;
        flex-direction: column;
        justify-content: space-between;

    }
  
    
     
}

@media screen and (min-width: 900px){
    #banner{
        width:100vw;
        height: 90vh;
        background-image: url("images/bg.jpg");
        background-size: border;
    
    }
     
}

/* sa se pou anpeche ekriti a paret sou vizaj la*/
@media screen and (min-width: 500px; , max-width:800px;){
    #banner{
        width:100vw;
        height: 90vh;
        background-image: url("images/bg2.jpg");
        background-size: contain;
    
    }
    #banner button{
       transform: translateY(50px);
    }


}