@charset "UTF-8";

html {
	background-color: rgb(255,255,255);
}

body {
	background-color: #fff;
	margin: 0 auto;
	max-width: 1280px;
}



/* GLOBAL TEXT STYLES */
h4, h5, h6, p, ul, li {font-family: "Source Sans Pro", Arial, sans-serif;}

h1, h2, h3 { 
	font-family: AmericanTypewriterStd-Light; 
	font-weight: normal; 
	font-style: normal; 
}

a {
	color: rgb(234,81,83);
	text-decoration: none;
}

/* GLOBAL COLOURS 
	BROWN: rgb(108,80,69)
	PINK: rgb(234,81,83)
	PALE PINK: rgb(243,155,155)
	BEIGE: rgb(233,228,227)
*/

/*	{font-family: "Source Sans Pro"}
	{font-weight: 200;} 
	{font-weight: 400;} 
	{font-weight: 700;} */

/* BANNER */
header {
	width: 100%;
	height: 372px;
	background-color: rgb(233,228,227); /*BEIGE: rgb(108,80,69)*/
	/*background-image: url(../_images/TRINA-JOHNSON-bird-only-RGB.png);
	background-position: left;
	left: 62px;
	background-repeat: no-repeat;
	top: 79px;*/
}

#logoBird {
	position: absolute;
	left: 62px;
	top: 62px;
}

#logoName {
	position: absolute;
	left: 490px;
	top: 178px;
}


nav {
	margin-left: 9.375%;
	height: auto;
	width: 380px;
	background-color: rgb(255,255,255);
}

nav ul { height: 28px;}

nav li {
	float: left;
	margin: 0  16px 0;
	color: rgb(108,80,69);
	font-weight: 700;
	font-size: .9em;
	padding: 6px 17px 0 17px;
	letter-spacing: 1px;
}

nav a {
	color: rgb(108,80,69);
	text-decoration: none;	
}

nav a:hover {
	color: rgb(234,81,83);

}

section {
	width: 81.25%;
	margin: 90px auto 90px;
}

section h1 {
	margin: 0px, 0px, 0px, 90px;
	padding: 80px, 90px, 0px, 0px;
	font-weight: 200;
	font-size: 1.6em;
	line-height: 1.6;
	text-align: left;
	color: rgb(108,80,69);
}


	
/* FOOTER */
footer {
	clear: both;
	width: 81.25%;
	margin: 60px auto 20px;
}

footer p {
	margin-top: 60px;
	color: #999;
	font-weight: 200;
	font-size: .7em;
	letter-spacing: 1px;
	text-align: left;
}


