@charset "UTF-8";
/* CSS Document */

body {
    background-color: #4c4848;
	color: #cdcccc;
/*	width: 100%; */
} 

@font-face {
    font-family: Whipsmart;
    src: url(Whipsmart.ttf);
}
@font-face {
    font-family: Whipsmart;
    src: url(Whipsmart-Bold.ttf);
	font-weight: bold;
}

div {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


a {
   outline: 0;
}

/* default link */
a:link {
    color: #cdcccc;
}
a:active {
    color: #cdcccc;
}
a:visited {
    color: #cdcccc;
}
a:hover {
    color: #cdcccc;
}

/* Sequel Logo */

div.mobileLogoContainer {
	display: block;
	margin-top: 25px;
	margin-left: auto;
    margin-right: auto 
}


/* .logo {
	display: block; 
	height: 89px; 
	margin: 0 auto; 
	width: 297;
}
*/

p {
	margin-bottom: 30px;
}

@media screen and (min-width:480px) and (max-width: 570px) {
	
	p {
		margin-bottom: 15px;
	}
}

img.mobileLogo {
	display: block; 
	width: 304px;
	height: 106px;
    margin-left: auto;
    margin-right: auto;
}

map {
    outline: 0;
	cursor:pointer;
} 

area {
   outline: 0;
} 

map: visited {
	outline: none;
	border: none;
	-webkit-outline: none;
} 

div.bodyTextMargins{
	display: block;
	margin-left: auto;
    margin-right: auto; 
	width: 250px; 
}

@media screen and (min-width:480px) {
	div.bodyTextMargins{
	width: 420px;
    }
}

@media screen and (min-width:600px) {
	div.bodyTextMargins{
	width: 75%;
    }
}


div.bodyText {
	font-family: Whipsmart;
	font-size: 20px;
	letter-spacing:0.5pt;
	line-height: 25px;
}
	

div.bodyLink {
	font-family: Whipsmart;
	font-size: 24px;
	letter-spacing:0.5pt;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}

div.bodyTextCentered {
	font-family: Whipsmart;
	font-size: 20px;
	letter-spacing:0.5pt;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}

div.spacer {
	display: block;
		margin-top: 18px;
}

div.spacer2 {
	display: block;
		margin-top: 10px;
}

@media screen and (min-width:480px) and (max-width: 570px) {
	
	div.spacer {
		margin-top: 8px;
	}
	div.spacer2 {
		margin-top: 5px;
	}
}

