/* Global */
html {
	min-height: 100%;
	background-color: #ffffff;
}

/*font-family: 'Raleway', sans-serif;
font-family: 'Inconsolata', monospace;*/

body {
	font-family: 'Raleway', sans-serif;
	width: 100%;
	font-size: 0.6em;
	line-height: 1.2em;
}

@media screen and (max-width : 700px) {

	body {
		line-height: normal;
	}
}

#kryptco {
}

img.headshot {
	border-radius: 6em;
	border-color: rgb(29,180,225);
	vertical-align: middle;
	display: inline-block;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 2em;
	margin-bottom: 1em;

	width:12em;
	height:12em;
}

img.icon {
	border-radius: 4em;
	border-color: rgb(29,180,225);
	vertical-align: middle;
	display: inline-block;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 1em;
	margin-bottom: 1em;

	width:8em;
	height:8em;

	/* filter: grayscale(100%);
	opacity: 0.75; */
}

img.headshot:hover {
	opacity: 1.0;
	filter: grayscale(0%);
}
img.icon:hover {
	/*animation-name: pulse;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;*/
	opacity: 1.0;
	filter: grayscale(0%);

}

@keyframes pulse {
  0% {transform: scale(1);}
  50% {transform: scale(1.1);}
  100% {transform: scale(1);}
}

@keyframes flip {
  0% {transform: perspective(400px) translateZ(0) rotateY(0) scale(1);animation-timing-function: ease-out;}
  40% {transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);animation-timing-function: ease-out;}
  50% {transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);animation-timing-function: ease-in;}
  80% {transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);animation-timing-function: ease-in;}
  100% {transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);animation-timing-function: ease-in;}
}

.line-sep {
	width: 10%;
	height: 0.5em;
}

#title {
	font-family: 'Raleway', sans-serif;
	width: 100%;
	font-size: 2.5em;
	margin-bottom: 0;
	margin-top: 0.5em;
	font-weight: bold;
}

.subtitle {
	font-family: 'Raleway', sans-serif;
	width: 100%;
	font-size: 2em;
	color: rgb(159, 156, 151)
}
.subsubtitle {
	font-family: 'Raleway', sans-serif;
	width: 100%;
	font-size: 1em;
	color: rgb(159, 156, 151)
}


/* Work item*/

.work-title {
	font-family: 'Raleway', sans-serif;
	font-size: 2em;
	font-weight: bold;

}
.work-text {
	font-family: 'Raleway', sans-serif;
	font-size: 1.8em;
	color: rgb(78, 76, 72)

}

.work-links {
	margin-top: 1.6em;
	font-size: 1.4em;
	font-weight: bold;
}


a {
	text-decoration: none;

	color: rgb(80, 174, 242);
}


/* visited link */
a:visited {
	color: rgb(80, 174, 242);
}

/* mouse over link */
a:hover {
    color: rgb(91, 233, 127);
}



div#contact {
	font-size: 1em;
	margin-top: 2em;
	font-family: 'Raleway', sans-serif;
	opacity: 1.0;
    transition: opacity 1s ease-in-out;
   -moz-transition: opacity 1s ease-in-out;
   -webkit-transition: opacity 1s ease-in-out;
}

ul {
 	list-style: none;
 	margin: auto;
 	padding-left: 1em;
 }


#header {
	text-align: center;
	margin-bottom: 2em;

}
#work {
	display: table; 
	margin:0 auto;
	margin-bottom: 5em;
	background-color: rgba(72, 111, 116, 0.03);
	padding: 10px;
	border-radius: 1.8em;
}

#work li {
	margin-top: 0;
	margin-bottom: 4em;
}

#work ul {
	margin-left: 1em;
	margin-right: 1em;
}

#apps {
	text-align: center;
	margin-bottom: 2em;
}
#social {
	font-size: 2em;
}
