html {
	font-family:Arial;
	font-family:ProximaNova-Regular, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
a {
text-decoration:none;
color:#3f8dec;
}
a:hover {
text-decoration:underline;
}
body {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
}

h1 {
	font-size: 5em;
	text-align: center;
}

main {
	text-align: center;
	margin-bottom: 1em;
}

#header {	
	background-position: center center;
    background-size: cover;
    background-image: url(../img/header.png);
	border-bottom:.2em #201616 solid;
	height: 10vh;
    min-width: 100%;
}
#title-container {    width: 95%;
    max-width: 1050px;
    height: 62px;
    text-align: center;
    margin: 0px auto;
    margin-top: 1em;
	display:none;
}
#title {
    background-image: url(../img/title.png);
	width:432px;
	height:62px;
   /* position: absolute;
    margin-top: -65px;
    border-radius: 25px 25px 0px 0px;
    border: .2em #201616 solid;
	border-bottom:0;*/
	margin:0px auto;
	text-align:center;
	
}
#bottom {
text-align:center;
margin:0px auto;
	
}
#button {	
text-align:center;
margin:0px auto;
	background-position: left center;
    background-image: url(../img/button_generate.png);
	height:75px;
    width: 330px;
    border: 0;
    margin-bottom: 2em;
}
#button:hover {
	background-position: -330px center;	
    border: 0;
}
#button:active {
	background-position: -660px center;	
    border: 0;
}
#button:visited {
	border:0;
}
#button:focus {
	outline:0;
}

#patreon {
	width:175px;
	margin:0px auto;
	text-align:center;
	margin-top: 1em;
}

canvas.comic {
}

footer {
	text-align: center;
	font-size:.8em;
    bottom: 0;
  /*  width: 100vw;
   height: 5vh;
   	background-position: center bottom;
    background-size: cover;
    background-image: url(../img/header.png);
	border-top:.2em #201616 solid;*/
}

/*****************************************************************************/

.hidden {
	display: none;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    -webkit-appearance: none;
    background-color: white;
    font-family: inherit;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    height: 2.3125rem;
    width:50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
	margin: 0px auto;
}
input[type="checkbox"] {
	width:1em;
	height:1em;
}
input[name="panellock"] {
	width:1.4em;
	height:1.4em;
}
.lock-container {
	width:33%;	
	float:left;	
	text-align:center;
	margin:0px auto;
}
label {
	margin-left:.2em;
	margin-right:1em;
}
#typeselect {
	border:0;	
}
#permalink span {	
	font-size:.8em;	
}
.goalContainer {
	width: 75vw;
	max-width:1050px;
	margin:0px auto;
	text-align:center;
	margin-top:2em;
}
.goalContainer a:hover{
	text-decoration:none;
	border:0;
}

.goalProgress {
	background: #e5e5e5;
	padding: 5px;
}
div.progressBar {
	background: #ff4e68;
	color: #fff;
	font-size: 1.5em;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	font-weight: 700;
	padding: 10px;
	display: block;
	overflow: hidden;
	width: 20px;
}
span.goalAmount {
	display: none;
	text-indent: -9999px;
	text-decoration:none;
}

