@charset "UTF-8";
/* CSS Document */
body {
	background-color: #439CAF;
	color:#fff;
}
/*  define display font */
@font-face
{
	font-family:	DisplayFont;
	src: url(BEARPAW_.ttf);
}
.container {
	width: 960px;
	margin: 0 auto;
	
}
h1{
	font-family: Arial Black, Impact, sans self;
	text-align: center;
}
/*  apply the display font */
h1{
	font-family:	DisplayFont;
	text-align: center;
	font-size: 80px;
	color:#FFC400;
}

h1 a{
	color:#FFC400;
	text-decoration:none;
}

h3 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color: #ffc400;
	font-size: large;
}

.gallery-container img{
	width: 125px;
	height: 100px;
	margin: 20px;
}
.footer {
	text-align: center;
	clear: both;
}

.arrow {
	color: #fff;
	float: left;
	font-size: 10em;
	margin: 42px;
}

.arrow a{
	color: #720A78;
	text-decoration:none;
}

.main{
	width: 600px;
	float: left;
}

.caption{
	clear: both;
	padding: 1.5em;
	text-align: center;
	font-size: 1.3em;
}