@font-face {
	font-family: "Poller One";
	src: url('/fonts/poller-one.regular-webfont.woff2') format('woff2'),
    	 url('/fonts/poller-one.regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Basically A Sans Serif";
	src: url('/fonts/basicallyasansserif-regular-webfont.woff2') format('woff2'),
		 url('/fonts/basicallyasansserif-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
body {
	max-width: 960px;
	margin: auto;
	padding: 25px;
	text-align: center;
	background-color: white;
	color: black;
	font-family: "Basically A Sans Serif";
	font-size: 1.5em;
}
.hack-of-all-trades {
	font-family: "Poller One";
}
#header-link {
	color: black;
	text-decoration: none
}
#header-link:visited {
	color: black;
}
#header h1 {
	margin-bottom: 5px;
	border: solid 10px black;
}
#subheader {
	margin-top: 0px;
}
#face {
	margin-top: 25px;
	text-align: center;
}
#about {
	text-align: left;
}
#hacker-info {
	background-color: black;
	color: white;
	margin: 0 10%;
	padding: 20px;
	border-radius: 15px;
}
#contact-button {
	text-align: center;
}
#intro {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 1.15em;
	font-weight: bolder;
	text-align: center;
}
#intro-more {
	background-color: black;
	color: white;
	margin: 0 10%;
	padding: 20px;
	border-radius: 15px;
	text-align: center;
}
#services-container {
	margin: auto;
	text-align: center;
}
#services {
	display: inline-block;
	text-align: left;
}
#rates {
	margin-bottom: 10px;
	font-size: 1.15em;
	text-align: center;
	padding: 20px;
	border-radius: 15px;
	border: solid 5px black;
}
#contact-me {
	margin: auto;
	padding: 10px 50px;
	background-color: black;
	color: white;
	text-align: center;
	font-size: 1em;
	font-family: "Poller One";
	border-radius: 5px;
}
#card-back > img {
	max-width: 100%;
}
#disclaimer {
	font-size: .5em;
}
#contact-form {
	text-align: left;
}
#contact-form label {
	font-family: "Poller One";
}
#contact-form input {
	width: 50%;
	margin-bottom: 25px;
	font-family: "Basically A Sans Serif";
}
#contact-form textarea {
	width: 100%;
	margin-bottom: 25px;
	height: 100px;
	font-family: "Basically A Sans Serif";

}
#password {
	display: none;
}
#contact-form #contact-actions {
	text-align: center;
}
#contact-form #submit {
	max-width: 45%;
	background-color: black;
	color: white;
	font-size: 1em;
	font-family: "Poller One";
	border-radius: 5px;
}
#contact-form #cancel {
	max-width: 45%;
	background-color: black;
	color: white;
	font-size: 1em;
	font-family: "Poller One";
	border-radius: 5px;
}
#message-success {
	margin: 0px auto 25px auto;
	max-width: 50%;
	border-radius: 5px;
	background-color: darkgreen;
	color: white;
	font-family: "Poller One";
}
#message-failed {
	margin: 0px auto 25px auto;
	max-width: 50%;
	border-radius: 5px;
	background-color: darkred;
	color: white;
	font-family: "Poller One";	
}
#qr {
	margin-bottom: 10px;
}
#qr-message {
	background-color: white;
	color: black;
	margin: 0 10%;
	padding: 20px;
	border-radius: 15px;
	border: solid 5px black;
}
