




/*
     FILE ARCHIVED ON 2:47:54 Mar 23, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:56:14 Feb 5, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
body
{
	background: url('/web/20150323024754/http://playbounden.com/images/BackgroundFaint.png') fixed;
	background-size: cover;
}
*/

@import url(/web/20150323024754/http://fonts.googleapis.com/css?family=Josefin+Sans);

.iPhoneBG
{
	background: url('/web/20150323024754/http://playbounden.com/images/iPhone5s.png') no-repeat;
	background-size: cover;
	padding: 28% 11.7%;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grey
{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

.boundenTitle
{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 80px;
    text-align: center;
    margin-bottom: 60px;
}

.quote
{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.5rem;
	margin-bottom: 0;
}

.superlarge
{
	font-size: 10rem;
	margin-top: 60px;
	text-align: center;
}

@media (max-width: 500px) {
	.laurel
	{
		margin-top: 15px;
	}
}