/* ---------------------------------------------------------
   HTML5 Bones
   This stylesheet contains print styling and a section for 
   you to simply add your own. This is a basic template 
   after all.
   ---------------------------------------------------------*/
	/**
	* TA Colours
	* $black	: #000000;
	* $darkGrey : #817e7e;
	* $lightGrey : #f6f2f2;
	* $midGrey : #c3bcbc;
	* $magenta : #da0162;
	* $footerRed : #4d0925;
	* $merlot : #500134;
	* $darkRed : #700430;
	* $rose : #9d0a41;
	* $violet : #78014d;
	* $purple : #a02373;
	* $pink : #f3afba;
	*/
 
    body {
   	color: #817e7e;
   	background-color: #f6f2f2;
    }
    /* Default link styling */
    a:link { color:#da0162; }
    a:visited { color:#da0162; }
    a:hover, a:focus { color:#4d0925; }
    a:active { color:#4d0925; }
    
    
    
/* ---------------------------------------------------------
   Author's styles
   ---------------------------------------------------------*/
    body {
   	text-align: center;
   	line-height: 1.5em;
    }
    
    .wrap{
    	margin-top: 32px;
    	max-width: 600px;
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
    	padding: 1.5em;
    	
    }
    .header{
    	display: none;
    }
    h1,h2,h3,h4,h5,h6{
    	color: #78014d;
    	font-weight: normal;
    }
    h2{
    	font-size: 1.5em;
    	line-height: 1.5em;
    }
    h3{
    	font-size: 1.25em;
    	line-height: 1.5em;    
    }
    .logo-header{
    padding-left: 5%;
    padding-right: 5%;
    }
    .ldc-logo {
    background-image: url('../ta-logo-960.png');
    background-size: 100%;
    width: 100%;
    padding-top: 11.979%;
    height: 0;
    text-indent: -9999px;
	}
	
	#introduction{
		padding-bottom: 2em;
		border-bottom: 2px solid #78014d;
		margin-bottom: 3em;
	}


    
/* ---------------------------------------------------------
   Print styles
   ---------------------------------------------------------*/
@media print {
    * {
        color:#000 !important;
        box-shadow:none !important;
        text-shadow:none !important;
        background:transparent !important;
    }
    html { background-color:#fff; }
    /* Hide navigation */
    nav { display:none; }

    /* Show link destinations in brackets after the link text */
    a[href]:after { content: " (" attr(href) ") "; }
    a[href] {
        font-weight:bold;
        text-decoration:underline;
        color:#06c;
        border:none;
    }
    /* Don't show link destinations for JavaScript or internal links */ 
    a[href^="javascript:"]:after, a[href^="#"]:after { content:""; }
    
    /* Show abbr title value in brackets after the text */
    abbr[title]:after { content: " (" attr(title) ")"; }

    figure { 
        margin-bottom:1em; 
        overflow:hidden;
    }

    figure img { border:1px solid #000; }
}