@charset "utf-8";
/* CSS Document */

/* Mobile Layout: 480px and below. No @media needed */
  
#header {
	margin: 0px;
	padding: 0px;
	height: 100px;
	text-align:center;
}
h1 {
	font-family: proxima-nova, "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
	font-size: .75em;
	font-weight: 300;
	color: #000;
	text-rendering: optimizelegibility;
	text-transform:uppercase;
	margin: 0px;
	padding: 0px;
}
.footer {
	height:60px;
}
.prints {
	line-height:180px;
}

.ttrtext {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: 1em;
	color: #000;
}
.ttrtext a {
	color:#900;
	text-decoration:none;
}
.ttrtext a:hover {
	color:#600;
	text-decoration:none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
h1 {
	font-size: 2em;
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
h1 {
	font-size: 3em;
}

}