/* IPad size  */
/* IPad size  */
@media only screen and (max-width: 1200px) {
    body{
        font-size: 20px;
    }
    .container {
        width: 100%;
    }
    .section-content{
    width: 100%;
       padding: 0 2%;
        
    }
    #subtitle{
        margin-left: 50px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 712px) {
 
    .container {
        width: 100%;
    }
    .section-content{
     width: 100vh;
       padding: 0 2%;
        
    }
    h1 .titleLMI{
        font-size: 150px;
       font-weight: 150;
       text-align: justify;
       line-height: 1.4px;
    }
    #subtitle{
        margin-left: 50px;
        margin-bottom: 10px;
    }
    /* h5 #subtitle{
        font-size: 15px;
        font-weight: 150;
        margin-top: 19px;
        line-height: 23px;
        padding: 0 90 0 90px;
        text-align: justify;
    } */


}

@media only screen and (max-width: 500px) {
    body{
        font-size: 10px;
    }
    #nav-header{
        display: none;
    }
    .container {
        width: 100%;
    }
    .section-content{
    width: 100%;
       padding: 0 2%;
        
    }
    #subtitle{
        margin-left: 50px;
        margin-bottom: 10px;
    }
}
/* @media only screen and (max-width: 400px) {
  
    .container {
        width: 20%;
    }
    #nav-header{
        display: none;
    }
    .section-content{
    width: 80%;
    padding: 0 2%;
    text-align: center;
        
    }
    h1 .titleLMI{
        font-size: 5px;
        font-weight: normal;
        text-align: center;
       margin: 0 0 0 0;
    }
    #subtitle{
      display: none;
       
    }
} */