body {
	font-family: Helvetica, sans-serif;
	margin: 0;
}

h1.name {
	margin: .5em .5em 0 1em;
}

h1 {
	font-size: 3.75em;
	display: inline-block;
}

.pod {
	background: #ddd;
	border-radius: 5px;
	padding: 1.25em 1.9em;
	position: relative;
	margin: 1.88em 3.75em;
}

.pod h1 {
	margin: 0;
}

@media (max-width: 700px) {
	body {
		font-size: 12px;
	}
}

@media (max-width: 550px) {
	body {
		font-size: 10px;
	}
}

@media (max-width: 420px) {
	body {
		font-size: 8px;
    }

    .notinyfonts {
    	font-size: 10px;
    }
}

@media (max-width: 350px) {
	body {
		font-size: 6px;
    }
}

.examples img {
	display: inline-block;
	height: 4.5em;
	position: relative;
	margin-left: 1.6em;
}

.examples {
	float: right;
	height: 4.5em;
	position: relative;
}

.logo.twitter {
	background: #55acee
}

.logo.keybase {
	background: #fc8558;
}

.logo.mail {
	background: #000;
}

.examples a:first-child img {
	margin: 0;
}

.pod:hover {
	color: white;
	transition: 0.3s all;
	background: #333;
}

.pod.code:hover {
	background: url('min-pretty-ultracropped.png');
}

.pod.design:hover {
       background: url('goalcalendar.png');
}

.pod.photos:hover {
	background: url('bismuth-cropped-2.jpg');
	/* background: url('shadows-cropped.jpg'); */
}

.pod.contact:hover {
	background: url('publickey.png');
}

.pod:hover .examples {
	background: rgba(255,255,255,0.7);
	box-shadow: 0 0 25px 16px rgba(255,255,255,0.7);
	transition: 0.3s all;
}

.pod:not(.hire):after {
	background: #ddd;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: absolute;
	z-index: 11;
	top: 0;
	left: 0;
	border-radius: 5px;
	transition: 0.3s all;
}

.pod:hover:after {
	background: #000;
	opacity: 0.2;
}

.pod > * {
	position: relative;
	z-index: 12;
}

.right {
	float: right;
	clear: both;
}

.pod:hover * {
	color: white;
}

input, h3, .duration, label {
	font-size: 1.2em;
}

input[type=number], textarea, input[type=text], input[type=email], input[type=submit] {
	border: 1px solid;
	border-radius: 4px;
}

input[type=email]:focus, input[type=submit]:active, input[type=submit]:focus {
	border-color: #5ab;
}

input[type=number] {
	width: 3em;
	text-align: center;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	opacity: 1;
}

h3 {
	display: inline-block;
}

.duration {
	display: block;
	margin: 10px 0;
}

.pod > label {
	display: block;
	margin: 15px 0;
}

form {
	position: relative;
	z-index: 100 !important;
	width: 218px;
}

form input[type=submit] {
	width: 100%;
	font-weight: bold;
}

textarea {
	margin-top: -2px;
	width: 100%;
	box-sizing: border-box;
	height: 118px;
	position: relative;
	z-index: 100 !important;
	display: block;
	position: relative;
}

#email {
	display: block;
	position: relative;
	/*margin-top: 10px;*/
	width: 100%;
	box-sizing: border-box;
}

#email::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000;
}
#email:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}
#email::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}
#email:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000;
}
#email:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #000;
}

.hire:hover #email::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
.hire:hover #email:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
.hire:hover #email::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
.hire:hover #email:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
.hire:hover #email:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #fff;
}

/*#email, textarea {
	display: none;
}*/

.timepicker * {
	margin: 0;
}

.hire h1 {
	margin-bottom: 10px;
}

@media (max-width: 600px) {
	form {
		width: 160px;
	}

	.timepicker h3 {
		margin-left: 2px;
	}
}

.pod {
	overflow: auto;
}

.timepicker div {
	display: inline-block;
	margin-bottom: 8px;
}

.hire label:first-of-type {
	margin-top: 7px;
}