* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    
    background-repeat: no-repeat;
    background: cover;
    margin: 0;
    padding: 0;
   
}

@media (min-width: 280px) and (max-width: 480px) {

     /* Navbar -------------------------------*/
     #logo-baner {
        width: 80%;
        /* border: 1px solid orangered; */
        margin-left: 0px;
        margin-right: -7px;
        background-color: transparent;
    }

    /* Recorre el menu de hamburguesa */
    nav .navbar {
        background: transparent;
        width: 60%;
    }


   

    .navbar-nav {
        font-family: 'Montserrat', sans-serif;
        color: rgb(90, 88, 88);
    }

    .navbar-light {
        background-color: #bb9eb2e0;
        /* solo background para area de navbar */
    }
    
    .navbar-light .navbar-toggler {
        border: 5px solid #1b123c;
        margin-right: 30px;
    }

    a.nav-link {
        margin-left: 25px;
    
    }
    /* Ajustar links del menu el texto HOME/Work cuando se despliega*/


    header {
        position: fixed;
        top:0;
        width: 100%;
    }
    /* Fijar menu navbar */





    /* BOXES -------------------------- */


    .main-container-about {
        /* border: 2px solid red; */
        display: flex;
        flex-wrap: wrap;
        width: 100% auto;
        justify-content: center;
        margin-top: 130px;
    }

    .content-about {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 8px;
    }

    .contenido {
        display: flex;
        flex-wrap: wrap;
        width: 80%;
        justify-content: center;
        align-items: center;
        
    }

    .block-about {
        background-color: #8b617f;
        border-radius: 6px;
        text-align: center;
        width: 100%;
    }

    .text-about {
        font-family: 'Montserrat', sans-serif;
        font-size: 1em;
        font-variant-caps: all-petite-caps;
        margin-bottom: 0;
        color: white;
    }

    .box-photo {
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px;
        width: 80%;
        border-radius: 6px;
        border: 1px solid #4c5384;
        justify-content: center;
    }


   
    #blank {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 28px;
        padding: 20px;
       
    }


    .datos {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }

    .name {
        font-size: 18px;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        text-align: justify;
        color: #565454;
    }


    .info {
        width: 80%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }


    .texto {
        font-size: 12px;
        font-family: 'Montserrat', sans-serif;
        text-align: justify;
        color: #565454;
    }


    .google {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        width: 40%;
        margin-top: 50px;
        margin-right: 20px;
    }

    #ux-cer {

        width: 100%;
    }


    .michigan{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 40%;
        margin-top: 50px
    }

    #uni {

        width: 80%;
    }


    .icons {
        display: flex;
        flex-wrap: wrap;
        width: 80%;
        margin-top: 60px;
        justify-content: center;
        align-items: center;
    }

    #in  {
        width: 10%;
        margin-right: 20px;
        
    }

    #git  {
        width: 10%;
        
    }



    /* Footer ------------------ */
    footer {
        display: inline-block;
        position:relative;
        bottom: 0;
        line-height: 80px;
        text-align: center;
        min-width: 100%;
        color: rgb(44, 43, 43);
       font-size: 0.7em;
       font-family: 'Montserrat', sans-serif;
    }



}











/* For tablets: SURFACE DUO  -----------------------------*/
 @media only screen and (min-width: 500px){





    /* NAVBAR ------------------------------------- */
    .navbar-light {
        background-color: #bb9eb277;
       
        /* solo background para area de navbar */
    }
    nav .navbar {
        background: transparent;
    }
    /* quitar background del cuadro donde aparace el logo parte del nav */
    .navbar-light .navbar-toggler {
        margin-right: 25px;
    }
    /* mover menu hamburguer */
    a.nav-link {
        margin-left: 35px;
        font-family: 'Montserrat', sans-serif;
    }
    /* Ajustar links del menu el texto HOME/Work */
    #logo-baner {
        width: 80%;
        margin-left: 10px;
       
    }

    header {
        position: fixed;
        top:0;
        width: 100%;
    }
    /* Fijar menu navbar */
 
    .navbar-light {
         background-color: #bb9eb2e0;
         /* solo background para area de navbar */
    
    }





    /* BOXES -------------------------- */


    .main-container-about {
        /* border: 2px solid red; */
        display: flex;
        flex-wrap: wrap;
        width: 100% auto;
        justify-content: center;
        margin-top: 130px;
    }



    .content-about {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width: 95%;
        margin: 8px;
    }


    .contenido {
        display: flex;
        flex-wrap: wrap;
        width: 80%;
        justify-content: center;
        align-items: center;
        
    }

    .block-about {
        background-color: #8b617f;
        border-radius: 6px;
        text-align: center;
        width: 100%;
    }

    .text-about {
        font-family: 'Montserrat', sans-serif;
        font-size: 1em;
        font-variant-caps: all-petite-caps;
        margin-bottom: 0;
        color: white;
    }

    .box-photo {
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px;
        width: 80%;
        border-radius: 6px;
        border: 1px solid #4c5384;
        justify-content: center;
    }


   
    #blank {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 28px;
        padding: 20px;
       
    }


    .datos {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }

    .name {
        font-size: 18px;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        text-align: justify;
        color: #565454;
    }


    .info {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }


    .texto {
        font-size: 12px;
        font-family: 'Montserrat', sans-serif;
        text-align: justify;
        color: #565454;
    }


    .icons {
        display: flex;
        flex-wrap: wrap;
        width: 55%;
        margin-top: 60px;
        justify-content: center;
        align-items: center;
    }


    .google {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 35%;
        margin-top: 50px
    }

    #ux-cer {

        width: 100%;
    }

    .michigan{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 40%;
        margin-top: 50px
    }

    #uni {

        width: 65%;
    }

    #in  {
        width: 10%;
        margin-right: 20px;
        
    }

    #git  {
        width: 10%;
        
    }



    /* Footer ------------------ */
    footer {
        display: inline-block;
        position:relative;
        bottom: 0;
        line-height: 80px;
        text-align: center;
        min-width: 100%;
        color: rgb(44, 43, 43);
       font-size: 0.7em;
       font-family: 'Montserrat', sans-serif;
    }


        
}













/* TABLET IPAD ------------------------------------------------------*/

@media only screen and (min-width: 750px) {

    /*NAVBAR --------------------------------------------------------  */

    a.nav-link {
        margin-left: 38px;
        
    }
    /* Ajustar links del menu el texto HOME/Work */

    
    #logo-baner {
        width: 85%;
        margin-left: 20px;
        margin-right: -7px;
        /* Logo brand */
    } 

    header {
        position: fixed;
        top:0;
        width: 100%;
    }
    /* Fijar menu navbar */
 
    .navbar-light {
         background-color: #bb9eb2e0;
         /* solo background para area de navbar */
    
    }





    /* BOXES -------------------------- */

    .main-container-about {
        display:flex;
        flex-wrap: wrap;
        width: 100% auto;
       
        justify-content: center;
       
    }


    .content-about {
        display: flex;
        flex-wrap: wrap;
        
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin: 15px 8px;
    }

    .contenido {
        display: flex;
        flex-wrap: wrap;
        width: 52%;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
    }


    .text-about {
        font-family: 'Montserrat', sans-serif;
        font-size: 1.4em;
        font-variant-caps: all-petite-caps;
        margin-bottom: 0;
        color: white;
    }

    .box-photo {
        width: 60%;
    }

    .name {
        font-size: 25px;
    }
    

    .texto {
        font-size: 15px;
    }



    .icons {
        width: 50%;
        
    }


    /* Footer ------------------ */

     footer {
       font-size: 0.9em;
    }
}









/* TABLET IPAD-PRO --------------------------------------------------*/

@media only screen and (min-width:1024px) {

    /* NAVBAR ----------------------------------------------------------- */

    li a  {
        margin: 15px;
   
    }

    #logo-baner {
        width: 85%;
        margin-left: 20px;
        margin-right: -7px;
        /* Logo brand */
    }

    #logo-baner {
        width: 190%;
        margin-left: 6px;
    
    }
    /* Para mover el logo */

    a.nav-link {
        margin-left: 5px;
        margin-right: 10px;    
    }
    /* Ajustar links del menu el texto HOME/Work */


    div .container  {
        margin-left: 6px;
        padding: 0;
    }

    div .navbar-collapse {
        margin-left: 47%;
    }
    /* Para mover los links de menu hacia la derecha */


    header {
        position: fixed;
        top:0;
        width: 100%;
    }
    /* Fijar el menu */

    .navbar-light {
        background-color: #bb9eb2e0;
        /* solo background para area de navbar */
    }




    /* BOXES ------------------------- */

    .content-about {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: row;
        width: 95%;
        margin: 15px 8px;
    }


    .text-about {
       font-size: 1.8em;
       
    }


    .box-photo {
        width: 50%;
    }


    .texto {
        font-size: 18px;
    }

   

    .icons {
        width: 50%;
        margin-top: 80px;
        
    }








    /* Footer ------------------ */
    footer {
        position:relative;
        font-size: 1em;
    }



}






/* DESKTOP -------------------------------------------*/


@media only screen and (min-width: 1280px) {

    /* NAVBAR ----------------------------------------- */
 
    li a {
        margin: 25px;
        padding: 100px;
        border-radius: 6px;
    }
    /* para escritorio */


    ul li a {
        font-family: 'Montserrat', sans-serif;
    }
    li a:hover {
        background-color: #2f2859;
        border-radius: 6px;
        color: white !important;
    }

    a.nav-link {
        margin-left: 25px;
        margin-right: 20px;    
    }
    /* Ajustar links del menu el texto HOME/Work */

    div .navbar-collapse {
        margin-left: 60%;
    }
    /* Para mover las opciones de menu - texto */
    #logo-baner {
        width: 100%;
        margin-left: 111px;
    }

    /* ----------------------------------------- */
   header {
       position: fixed;
       top:0;
       width: 100%;
   }
   /* Fijar menu navbar */

   .navbar-light {
        background-color: #bb9eb2e0;
        /* solo background para area de navbar */
   
    }



    /* BOXES --------------------------- */

    .main-container-about {
        display:flex;
        flex-wrap: wrap;
        width: 100%;
      
        justify-content: center;
       
    }


    .content-about {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
       justify-content: space-between;
        width: 80%;
        margin: 25px 8px;
    }

    .contenido {
        display: flex;
        flex-wrap: wrap;
        width: 50%;
        justify-content: center;
        align-items: center;
        
    }


    .text-about {
        font-size: 20px;
        
    }

    .box-photo {
        width: 40%;
    }


    .icons {
        width: 100%;
     
    }

    #git {
        width: 3%;
    }

    #in {
        width: 3%;
    }







    /* Footer ------------------------------------ */
    footer {
        
        position:relative;
        bottom: 0;
        min-width: 100%;
        font-size: 14px;
        margin-bottom: 30px;
        
    }
}