// JavaScript Document

/*****************************************************************************
    The sIFR configuration should typically go in `sifr-config.js`, but in order to
    keep the config file clean, and to give a quick overview, it's done here instead.
    *****************************************************************************/
  
	sIFR.replace(trajan, {
      selector: 'h1',
	  forceSingleLine: false,
	  transparent:true,
	  offsetLeft:0,
	  offsetTop:-11,
	  tuneHeight:-21,
	  css: [
        '.sIFR-root { text-align: left; color: #072A51; font-size:44px;  }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #072A51; }'
        ,'a:hover { color: #072A51; }'
      ]
    });
	
	sIFR.replace(trajan, {
      selector: '.threeColumn h2',
	  forceSingleLine: false,
	  transparent:true,
	  offsetLeft:0,
	  offsetTop:-3,
	  tuneHeight:-10,
	  css: [
        '.sIFR-root { text-align: center; color: #660000; font-size:27px;  }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #660000; }'
        ,'a:hover { color: #660000; }'
      ]
    });
	
	sIFR.replace(trajan, {
      selector: 'h2',
	  forceSingleLine: false,
	  transparent:true,
	  offsetLeft:0,
	  offsetTop:-3,
	  tuneHeight:-10,
	  css: [
        '.sIFR-root { text-align: left; color: #660000; font-size:27px;  }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #660000; }'
        ,'a:hover { color: #660000; }'
      ]
    });
	
	sIFR.replace(trajan, {
      selector: '#Home,#AboutUs,#Mission,#Stories,#Support,#News,#Memories,#ContactUs',
	  forceSingleLine: true,
	  transparent:true,
	  offsetLeft:0,
	  offsetTop:0,
	  tuneHeight:0,
	  css: [
        '.sIFR-root { text-align: left; color: #333333; font-size:18px;  }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #333333; }'
        ,'a:hover { color: #660000; }'
      ]
    });
	
	sIFR.replace(trajan, {
      selector: '#Strapline',
	  forceSingleLine: false,
	  transparent:true,
	  offsetLeft:0,
	  offsetTop:3,
	  tuneHeight:0,
	  css: [
        '.sIFR-root { color: #909395; font-size:20px; text-align:right;  }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #909395; }'
        ,'a:hover { color: #909395; }'
      ]
    });
	
		sIFR.replace(angelina, {
      selector: '#RibbonText',
	  forceSingleLine: false,
	  transparent:true,
	  offsetLeft:0,
	  offsetTop:0,
	  tuneHeight:0,
	  css: [
        '.sIFR-root { color: #ffffff; font-size:35px; text-align:right; leading:10px;  }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #ffffff; }'
      ]
    });
	
	sIFR.replace(trajan, {
      selector: 'h6',
	  forceSingleLine: false,
	  transparent:true,
	  offsetLeft:0,
	  offsetTop:-4,
	  tuneHeight:-10,
	  css: [
        '.sIFR-root { color: #ffffff; font-size:17px; text-align:left;  }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #ffffff; }'
      ]
    });
	

	
