/*
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 : 12-Jan-2018, 07:08:25
    Author     : Simon
*/

@charset "utf-8";

     #aboutContent  p {
        font-size:  larger;
    }

@media only screen and (min-width: 1023px) {
    
    #aboutContent {
        width: 50%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.5em;
        
    }
    

}