
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500');

html, 
body {
    height: 100%;
}
body{
    

    color: black;
    
 
    font-weight: regular ; 
    font-family: 'Oswald', 'sans serif';
    
   
}

#wrapper{
    position: relative;
    
    background-image: url("http://fisiorespiolot.com/images/fons.svg");
    background-size: 120% 100%;
    background-repeat:no-repeat;
    
       padding: 10% 10% 0 10%;
    
    
}
.green_respi{
    
    color: #66c7be;
}
.star{
    
    margin:0 5px 0 0;
    width:12px;
    
}

b{
    
    font-weight: 500
}
ul,li{
 
    padding: 0;
    margin: 0;
    list-style: none;
    
}
#respirar{
    
    font-size: 1.4em;
}

#respirar li{
    
    margin:0.7em 0;
    line-height: 1.2em;
        
}
#bio{
    
    font-weight: lighter;
    margin:50px 0;
}

.contacte > li:nth-child(1){
    
    margin-bottom: 20px
}

.hidden_visual
{
    position: absolute !important;

    clip: rect(1px, 1px, 1px, 1px) !important;
}

img{ width:100%;}


    #logo{
        
       max-width:400px;
        margin:0 0 50px 0;
    } 

#the-graphic-rom{
    
 width:130px
    
}

#colegi-fisioterapeutes{
    
  width: 150px;  
    
}


    aside{
        
        display: grid;
        
        grid-template-areas:  "facebook" "instagram" ;
        grid-template-columns:  [facebook]auto [instagram] auto;
        
        width:110px;
        margin:50px 0 0 auto;
        padding: 0 ;
           
    }
    
    aside img{
        
        height: 40px
    }

#colegi-fisioterapeutes,#the-graphic-rom{
    
    padding-bottom:  50px
}

@media screen and (min-width: 1200px) {
    
    
    h2{
        
        position: absolute;
        left:11%;
        top:36%;
        width:100px
    }
    
    #wrapper{
    
    height:100%;
    background-size: 100% 100%;
    padding: 4% 30% 0 30%;
    
 
}
    
    #wrapper header{
        
        margin-top:50px
    }
    #bio{
        
        position: absolute;
        
        width:300px;
        top:50px;
        left:65%
    }
    
    aside{
        
        position: absolute;
        right:10%;
        bottom:8%;
        left: auto;
           
    }
    #colegi-fisioterapeutes{
        
        position: absolute;
        left:11%;
        bottom: 180px
    }
    
    #the-graphic-rom{
        
        position: absolute;
        left:10.5%;
        bottom: 5%;
        padding:0
    }

}