/*html body {font-family: 'Annie Use Your Telescope', cursive;}*/
html body {font-family: 'Work Sans', cursive;}
html, body {height: 100%;}
p span{
    font-weight: bold;
    font-size: 1.5em;
    
}

@media only screen and (max-width: 1920px) {
.menu{
    padding: .9em;
    background-color: white;
    height: 5.5em;
    font-size: 1.4em;    
    font-family: 'Work Sans';
}

.menu img{
    margin-top: -1.9em;
    /*border: 1px solid red;    */
}

.menu ul{
    margin-top: .5em;    
    float: right;
}

.test{
    height: 100%;
    width: 100%;
}

.portada{    
    height: 100%;
    width: 100%;
    background-color: burlywood;
    /*background-color: transparent;
    background-image: url('../img/background.jpg');
    background-size: 1920px 1080px;
    background-repeat: no-repeat;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;*/
}

.portada h1{
    font-size: 6em;    
    margin-left: 3em;
    margin-top: 1.9em;
}

.qui{
    margin-top: -1.4em;
    height: 100%;
    background-color: orange;
}

.que{
    margin-top: -1.4em;
    height: 100%;
    background-color: aquamarine;
}

.reeducacions{
    margin-top: -1.4em;
    height: 100%;
    background-color: firebrick;
}

.junts{
    margin-top: -1.4em;
    height: 100%;
    background-color:coral;
}

.experiencies{
    margin-top: -1.4em;
    height: 100%;
    background-color: darkslategray;
}

.blog{
    margin-top: -1.4em;
    height: 100%;
    background-color: dodgerblue;
}

/*-----------------*/
/*PORTADA TEMPORAL */
/*-----------------*/

.rh50{
    min-height: 50%;
    height: 50%;
}

.rh70{
    min-height: 70%;
    height: 70%;
}

.fondo{
    background-image: url('../img/background.jpg');
    /*background-size: 1920px 1080px auto;*/
    background-repeat: no-repeat;
    max-width: 100%;
    height: auto;
}

.portada_logo{    
    /*border: 1px solid red;    */
}

.portada_logo img{  
    /*margin-left: auto;*/
}

.portada_logo h1{
    width: 11em;
    margin-left: 3em;
    margin-top: 1em;
    font-size: 3em;
    font-family: 'Annie Use Your Telescope';
    
}

.portada_info{
    /*background: #558c86;*/
    width: 25em;
    margin-left: 2em;
    /*text-align: center;*/
    color: black;
    font-size: 1.8em;    
}

.portada_info p{
    margin-top: .0em;
    font-size: .8em;
    font-weight: bold;
}

.fill_cell{
    min-height: 50%;
    height: 50%;
    display: table-cell;
}
.fill { 
    min-height: 100%;
    height: 100%;
}
.red{
    border: 1px solid red;
}
footer{
    margin-left: 2em;    
}

footer p{
    margin-top: .0em;
    margin-left: 5.9em;    
}
    footer a{
        font-weight: bold;
        font-size: 1.2;
    }
}
/*DISEÑO MOVIL*/

@media only screen and (max-width: 500px) {
 .portada_logo h1{
        width: auto;
        margin-left: 1.0em;
        margin-top: 1em;
        font-size: 2.8em;
        font-family: 'Annie Use Your Telescope';
        font-weight: bold;
    }

    .portada_info{
        width: auto;
        margin-top: -2em;
        margin-left: 0;
        color: black;
        font-size: 1.8em;
        /*background-color: rgba(255,255,255,0.60);        */
    }
    
    .portada_info p{
        margin-top: .0em;
        margin-left: 1em;
        font-size: .5em;
        font-weight: bold;        
    }
    
    .fondo{
        background-repeat: no-repeat;
        background-position: 35% 60%;
    }
    
    footer{
        margin-top: -1em;
        margin-left: 0;
        color: black;        
    }
    
    footer p{
        margin-left: 1.5em;                
    }
    
    footer a{
        font-weight: bold;
        font-size: 1.2;        
    }
}