/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 06-abr-2014, 14:21:36
    Author     : eloy
*/

#philosophy_text{
    position: relative;
    color: rgba(255,255,255,0.8);
    text-align: justify;
    font-size: 90%;
}
@media (max-width:837px) {
    #philosophy_text{
        margin-left: 50px; 
        padding: 15px;
        text-align: left;
    }
    
}
@media (min-width:838px) {
    #philosophy_text{
        padding-left: 5%;
        padding-right: 65%; 
        margin-top: 7%;
    }
}
