@charset "UTF-8";
/*---------basic styling----------*/
* {
	margin: 0px;
	padding: 0px;
}



body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
	font-family: Helvetica, "Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: 100%;
	background-color: #0d0d12;
	background-image: url(../images/bib.jpg);
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	position: relative;
	width: 90%;
	max-width: 500px;
	margin: 32% auto 25px auto;
	}
	
.logoimg {
	width: 100%;
	height: auto;
}

p {
	font-family: 'Architects Daughter', cursive;
	font-size: 1.5em;
	margin-bottom: 20px;
}
.firstp {
	margin-top: 50px;
}
button {
	width: 100%;
	background:none;
	border: 3px solid #fff;
	margin: 50px 0 100px 0;
}
.logo2 {
	width: 90%;
	height: auto;
	margin: 20px auto;
}

br {
clear: both;
}

#clear {
	clear: both;
	}
/*---------basic styling----------*/

	

/* ---- main block styles -------*/
	



/* ------- content styles -------*/

	

	

	
	



/* ------- content styles -------*/

/* ------- footer navigation styles -------*/
	
#footer {
	position: relative;
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
	}

#footer p {
	text-align: center;
	font-family: Helvetica, "Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: .8rem;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	}
.footerdisc a:link,
.footerdisc a:visited {
	color: #CCC;
	}
.footerdisc a:hover,
.footerdisc a:focus,
.footerdisc a:active {
	text-decoration:underline;
}



/* ------- footer navigation styles -------*/
