body {
    background-color: #48758D;
    font-family: "Andale Mono",AndaleMono,monospace,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";

    background-image: url('background.png');
/*	filter: blur(50px);*/
    background-repeat: no-repeat;
    background-attachment: fixed; 
    background-size: 100% 100%;
}


h1.blue {
	color: #FFFFFF;
	text-align: left;
}


.bg-image {
	background-image: url('background.png');
	filter: blur(50px);
    background-repeat: no-repeat;
    background-attachment: fixed; 
    background-size: 100% 100%;
}

h1 {
	text-transform: lowercase;
	text-align: center;
	font-size: 24px;
}

p, h1, h2, h3 {
	color: #cccccc;
}

.index-p, h2, p.bio {
	color: #FAD1D1;
}

h2.cv-year {
	color: #FFFFFF;
}

p.cv {
	color: #DBDBDB;
}

a {
	color: #99CEEC;
}

.body-container{
	margin: 0 auto;
	max-width: 900px;
}

.text-content{

}


.nav1 {
	padding-left: 10px;
	float: left;
	display: inline-block;
	width: 30%;
}

#header{
		display: block;
		text-align:center;
		margin-left:-7%;
}

.nav2 {
	float: center;
	display: inline-block;
	width: 30%;
	text-align: center;
	margin-left:3.9%;
}


.nav3 {
	padding-right: 10px;
	float: right;
	display: inline-block;
	width: 30%;
	text-align: right;
}

a, p.cv {
	text-transform: lowercase;
	font-size: 12px;
	text-decoration: none;
	padding: 2px;
}

a:hover {
	color: #666;
	background-color: #ccc;
}

a.imglink {
	color: none;
}

a.imglink:hover {
	background-color: rgba(255, 0, 0, 0);
	text-decoration:none;
	border:0;
}


@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}

h1.index-copy {
	margin-top: 48px;
	font-size: 12px;
	margin-bottom: 12px;
	margin-left: 7%;
	text-transform: none;
	text-align: left;
	color: #FFF;
}

p.intro {
	margin-left: 7%;
	color: rgba(255, 255, 255, 0.5);
}

.indexlayout {
	margin-left: 7%;
}


h2 {
	font-size: 12px;
	font-weight: bolder;
}

p{
	font-size: 12px;
	line-height:18px;
}

img, .index-p {
	width: 95%;
	margin-right: 2.5%;
	margin-top: 30px;
/*	margin-left: 2.5%;
	margin-bottom: 20px;*/
}



img.half {
	width: 45%;
	display: inline;
	margin: 2%;
}

video {
	width: 100%;
	margin-bottom: 20px;
}

footer {
	clear: both;
}

#cv-container{
	margin-top: 24px;
}

/*a.indexlink {
	font-size: 18px;
	line-height: 24px;
}*/

a.postlink {
	font-size: 18px;
	line-height: 24px;
}


@media screen and (min-width: 480px) {

	video, img, p.singlecolumn {
		max-width: 80%;
		margin-left:10%;
		margin-right:10%;
		margin-bottom: 40px;
	}

	p.bio {
		max-width: 550px;
	}

	header, footer {
		width:80%;
		margin-right: 10%;
		margin-left: 10%;
	}

	#cv-container{
		margin-left: 11.5%;
		margin-right: 11.5%;
	}

	p.leftcolumn{	
	width: 37%;
    margin-left: 10%;
    float: left;
}

p.rightcolumn{	
	width: 37%;
    margin-right: 10%;
    float: right;
}

.right-content-column {
	width: 47%;
	float: right;
}

.left-content-column {
	width: 47%;
	float: left;
}

img.oversized {
	max-width: 50%;
	margin-left: 25%;
}

a.indexlink {
	text-transform: lowercase;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	padding: 2px;
}

}

/* Floating image code */

.post-title h3 {
  display: flex;
  flex-direction: row;
  max-width: 500px;
  /*display: inline-block;*/
  margin-top: 3px;
  margin-bottom: 3px;
  position: relative;
/*  line-height: 24px;
*/}

.fi-container {
  z-index: 3;
  width: 300px;
  position: absolute;
  right: 0;
  visibility: hidden;
}

.floating-image, .no-image {
  margin-left: 25%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: -125px;
  height: 250px;
  position: absolute;
}

.floating-image img {
  max-width: 300px;
  border: 2mm ridge rgba(195, 212, 84, .6);
}


@media screen and (max-width: 700px) {
  .floating-image {
    opacity: 0;
  }
}

.post-link:hover .fi-container {
      visibility: visible;
  } 
