body{
    	font-family: 'Raleway';
        	font-size: 16px;
            	color: #4f4f4f;
    }
h1, h2, h3, h4, h5, h6 {
    	font-family: 'Signika';
            	color: #4f4f4f;
            text-transform: none;
    }
h1 {
    	font-size: 50px;
        	color: #1d70b8;
            text-transform: none;
    }
h2 {
    	font-size: 40px;
        	color: #1d70b8;
            text-transform: uppercase;
    }
h3 {
    	font-size: 20px;
        	color: #4f4f4f;
            text-transform: none;
    }
h4 {
    	font-size: 18px;
        	color: #4f4f4f;
            text-transform: capitalize;
    }
h5 {
    	font-size: 16px;
        	color: #4f4f4f;
            text-transform: capitalize;
    }
h6 {
    	font-size: 14px;
        	color: #4f4f4f;
            text-transform: capitalize;
    }