@import url('https://fonts.googleapis.com/css?family=Lato:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700');

* {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
	background: white;
	font-size: 16px;
	font-family: Lato, san-serif;
	color:	black;
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
	_text-align: center;
}
body > div {
	_text-align: left;
}

body.home, body.four04 { 
	background-color: #4830ce;
	background: linear-gradient(to right, #3c28ad, #1840b1);
}

a {
	text-decoration: none;
	color: #4830ce
}

.home a {
    color: #00f5b5;
}

a:hover {
	text-decoration: underline;
}

body.home { color: white; }
body.home a { color: #00ffff; }

img {
	border: 0;
}

h1,h2,h3,h4,h5 {
}

p { line-height: 1.4em; }
.hi {
	font-size: 1.8em;
	font-family: Playfair, Playfair Display, Courier New, serif;
	letter-spacing: .01em;
}

.seo-links {
	display: none;
}

.column a {
	color: white;
}
#header {
	font-size: 2em;
	font-family: Playfair, Playfair Display, Courier New, serif;
	margin: 2vh auto 0 auto;
}
.home #header { margin: 15vh auto 0 auto; }
#header img {
	float:left;
	margin-top: 10px;
}
#footer {
	margin: auto;
	font-size: 0.8em;
	font-family: Playfair, Playfair Display, Courier New, serif;
	letter-spacing: .01em;
}

.links {
	float:right;
	margin-top: 30px;
}
.links span {
	font-size: .9em;
	background: #272B36;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 10px 7px 10px;
}
#columns {
	margin: 0 auto 20px auto;
	width: 1060px;
}
.column {
	width: 250px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}
.column div {
	margin: 20px 0px;
	height: 200px;
	white-space: nowrap;
	overflow: hidden;
}
#columns #photos {
	margin: 0;
}
#notes div {
	margin: 20px 0px;
	height: auto;
	white-space: normal;
	overflow: show;
}

.column h3 {
	font-size: 1.1em;
	color: #b8edd7;
	border-bottom: 1px solid #333333;
}
.column a {
	text-decoration: none;			
	font-weight: bold;
}
.column a:hover {
	background: #444444;
	color: #444444;
}

.column img {
	margin-top: 3px;
	width: 250px;
	border: 0;
}

.column object,
.column embed {
	margin-top: 3px;
	margin-bottom: 10px;
	width: 250px;
	height: 187px;
}

.column-item {
	font-size: 11px;
	color: #777777;
}
.more {
	display: block;
	border-top: 1px solid #444444;
	font-size:10;
}

#nav {
	text-align: center;
}
#nav a {
	color:	#FCB9D2;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
}
#nav a:hover {
	background: #ffffff;
}

#content {
	text-align: left;
/*	width: 1060px;*/
	margin: 20px auto;
	font-size: 1.3em;
}

.dotted-under {
	border-bottom: 1px dotted #555555;
}
.project {
	width: 1060px;
	margin: 0px auto 0 auto;
}

a h3{
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0;
}
h3{
	letter-spacing: .4px;
}
.project {
	text-align: left !important;
}
.project a:hover h3 {
	text-decoration: underline;
	background: white;
}

.project a:hover img {
	border: 1px solid white;
}

.project a img {
	border: 1px solid #000000;
}

.personal-project {
	min-height: 90px;
	border-bottom: 1px solid #444444;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.personal-project.last{
	border-bottom: 0;
}
.personal-project .desc {
	margin-left: 110px;
	font-size: 14px;
}
.personal-project img {
	width: 160px;
	height: 90px;
	float: left;
	border: 0px;
	margin-right: 15px;
}

.personal-project .title {
	font-size: 20px;
	font-weight: bold;
}

.personal-project small {
	font-size: 11px;
	color: grey;
}
h1 {
	background: #333333;
	
	color: #bbbbbb;
	padding: 3px 0 3px 10px;
	margin: 0 0 2px 0;
	font-size: 24px;
}

h2 {
    /*border-bottom: 1px solid #444444;*/
    color: #333;
}

.green {
	color: mediumspringgreen;
}
.purple {
	color: mediumpurple;
}
.image {
	width: 330px;
	height: 241px;
}
.image img {
	border: 10px solid black;
}

.siteLink:hover {
	background: mediumpurple;
}
.siteLink {
	background: #888888;
	padding: 2px 5px 2px 5px;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
}
.types {
	float: right;
	font-size: 12px;
	color: mediumpurple;
	position: relative;
	top: -25px;
	right: 20px;
	text-align: right;
}
#fb-comments {
	margin: 0 auto;
}

.bold { font-weight: bold; }
.blink {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% { opacity: 0.0; }
}