html{color:#000;background:#FFF;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}

table{border-collapse:collapse;border-spacing:0;}

fieldset,img{border:0;}

address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}

li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}


/***************************************************************************
*
* Global
*
****************************************************************************/

body {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

:focus {
	outline: 0;
}

.clearer {
	clear:both;
}

/***************************************************************************
*
* Header
*
****************************************************************************/
#codemoji-banner{
	background-color: #2371C0; color: white;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23) !important;
	text-align: center;
	font-size: 20px;
	z-index: 1000!important;
	position: fixed;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#header {
	background:transparent url(/assets/images/bg-clouds.jpg) repeat-x center top;
	height:170px;
	position: relative;
	padding-top: 85px;
	
}

#header-content {
	position:relative;
	width:900px;
	margin:0 auto;
}

#header-content h1 a {
	display:block;
	background:transparent url(/assets/images/dinopass-logo.png) no-repeat 0 0;
	width:364px;
	height:98px;
	margin:0 auto;
	overflow:hidden;
	line-height:999px;
}

/***************************************************************************
*
* Tag Line
*
****************************************************************************/

#header-tagline {
	color:#4088a8;
	text-align:center;
	font-size:32px;
	font-weight:bold;
	text-shadow: #fff 1px 1px 1px;
}

/***************************************************************************
*
* Social icons
*
****************************************************************************/

#social{ display: flex; flex-direction: row; justify-content: flex-end; align-items: center; width: 95%;}
#social .twitter { top:20px;padding:5px;margin-bottom: 10px !important; }
#social .facebook { 
padding:5px;
 }

/***************************************************************************
*
* Nav
*
****************************************************************************/

#nav {
	width:300px;
	margin:0 auto;
	margin-top:10px;
}

#nav a {
	display:block;
	background:transparent url(/assets/images/nav-button-off.png) no-repeat 0 0;
	width:100px;
	height:43px;
	text-decoration:none;
	color:#fff;
	font-size:14px;
	text-shadow: #b96324 1px 1px 1px;
	text-align:center;
	line-height:40px;
}

#nav a:hover {
	background:transparent url(/assets/images/nav-button-on.png) no-repeat 0 0;
}

#nav li,
#nav a {
	float:left;
}

/***************************************************************************
*
* Password panel on home page
*
****************************************************************************/

#password-panel {
	width:900px;
	margin:0 auto;
	background:transparent url(/assets/images/dino-speech2.jpg) no-repeat 0 0;
	height:450px;
	position:relative;
}

#password-panel-message {
	position:absolute;
	top:50px;
	left:440px;
	width:400px;
	height:100px;
	font-size:28px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	overflow:hidden;
}

#password-input {
	position:absolute;
	top:175px;
	left:435px;
	width:405px;
	height:70px;
	color:#000;
	font-weight:bold;
	font-size:42px;
	text-align:center;
	border:0;
}

#password-panel li {
	width:220px;
	height:103px;
	position:absolute;
}

#password-panel li a {
	display:block;
	width:220px;
	height:103px;
	overflow:hidden;
	line-height:999px;
}

#password-panel li.simple {
	top:290px;
	left:420px;
	background:transparent url(/assets/images/simple-pass-button-off.png) no-repeat 0 0;
}

#password-panel li.simple a:hover {
	background:transparent url(/assets/images/simple-pass-button-on.png) no-repeat 0 0;
}

#password-panel li.strong {
	top:290px;
	left:640px;
	background:transparent url(/assets/images/strong-pass-button-off.png) no-repeat 0 0;
}

#password-panel li.strong a:hover {
	background:transparent url(/assets/images/strong-pass-button-on.png) no-repeat 0 0;
}

/***************************************************************************
*
* About Dino's passwords
*
****************************************************************************/


#about-passwords {
	width:600px;
	margin:0 auto;
}

/***************************************************************************
*
* Main
*
****************************************************************************/

#main {
	clear:both;
	margin-top:40px;
}

#main-content {
	width:900px;
	margin:0 auto;
}

/***************************************************************************
*
* Content
*
****************************************************************************/

#main .content {
	line-height:26px;
}

#main .content p,
#main .content button {
	font-size:16px;
}


#main .content p {
	margin-bottom:10px;
}

#main .content .error {
	color:red;
	background-color:yellow;
	padding:10px;
}

#main .content h2 {
	/* color:#4088a8; */
	color:#ed761b;
	font-size:36px;
	font-weight:bold;
	margin-bottom:20px;
}

#main .content h3 {
	color:#4088a8;
	font-size:18px;
	font-weight:bold;
	margin:20px 0;
}

#main .content a {
	color:#ed761b;
}

/***************************************************************************
*
* Footer
*
****************************************************************************/

#footer {
	background:transparent url(/assets/images/footer-bg-clouds.jpg) repeat-x center top;
	text-align:center;
	padding-top:120px;
	height:50px;
	color:#000;
	font-size:16px;
	text-shadow: #fff 1px 1px 1px;
}

#footer .divider {
	color:#fff;
	text-shadow: none;
}

#footer a {
	text-decoration:none;
	color:#ed761b;
}

#footer a:hover {
	color:#ed761b;
	text-decoration:none;
}

/***************************************************************************
*
* Contact Form
*
****************************************************************************/

#contact-form li {
	margin-bottom:20px;
}

#contact-form label {
	display:block;
	font-weight:bold;
}

#contact-form input {
	width:400px;
	font-size:16px;
	padding:5px;
}

#contact-form textarea {
	width:800px;
	height:100px;
	font-size:16px;
	padding:5px;
}
