/* Foundation v2.2 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/

body {
  background: #000;
  color: #fff;
  -webkit-text-size-adjust: none; -ms-text-size-adjust: none;
  }
		
	a:link,
	a:visited {
		color: #910917;
		}
	
	a:hover {
		color: #666666;
		}
  
  .container {
    background: #fff;
    color: #000;
    }
  
  header, header .container {
    background: #000;
    color: #fff;
    }
  
  header h1,
  header h2 {
    color: #fff;
		font-family: Century Gothic, Apple Gothic, sans-serif;
		font-weight: bold;
		margin: 0;
		padding: 0;
		font-size: 56px;
		line-height: 1;
		text-transform: uppercase;
    }
    
  	@media only screen and (max-width: 767px) {	
      header h1 {
        content: "TTGH";
        }
  	}
    
    header h2 {
      font-size: 21px;
      text-transform: none;
      }
  
  dl.tabs {
    margin-bottom: 0;
    margin-top: 1.5em;
    }
  
  #footer {
    background: #000;
    color: #fff;
    margin-top: 1.5em;
    }

/* -----------------------------------------
   Shared Styles
----------------------------------------- */



/* -----------------------------------------
   Page Name 1
----------------------------------------- */




/* -----------------------------------------
   Page Name 2
----------------------------------------- */


