<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="keywords" content="brian, khek, brian khek, chicago, los angeles, new media, photography, sculpture, video, saic, 89+, 89 plus, graphic design, design, typography, art, creative direction, art direction, printed, publication, MOCA">
<title>Brian Khek</title>
<style>
* {
    box-sizing: border-box;
}
    .relative_bar   {
	font-family: sans-serif; 
	position: relative;
	border-style: solid;
	border-width: 0px;
	width: 100%;
	max-width: 900px;
	background: black;
	padding-top:2px;
	text-align:right; }

	.menu   {
	font-family: sans-serif;
	position: fixed;
	padding-left: 2px;
	padding-top: 30px;
	margin: 0px;
	font-size: 20px;
	text-align: left;
	}
    
    .images   {
	text-align:center;
    padding-left:100px;
    padding-top: 0px;
    margin: 48px;
	}
	
	body {
    margin: 1% 3% 1% 3%;
}
    a:link {
    font-family: sans-serif;
	font-size: 15px;
	color: #000; 
    text-decoration: none;
}
    
    h2 {
    font-family: sans-serif;
    text-align: left;
    font-size: 16px;
    line-height: 100%;
    }
    
h3 {
    font-family: sans-serif;
    font-size: 12pt;
    font-weight: normal;
    }
    
p  {
    font-family: sans-serif;
    text-align: left;
    font-size: 14px;
    line-height: 150%;
	max-width: 700px;
    }
    img {
    max-width: 900px;
}
/* Create two equal columns that floats next to each other */
  
    .column {
    text-align: left;
    float: right;
    width: 40%;
    padding: 6% 0% 0% 6%;
}
     .columntwo {
    text-align: left;
    float: right;
    width: 80%;
    padding: 6% 0% 0% 6%;
}

/* Clear floats after the columns */
    .row:after {
    content: "";
    display: table;
    clear: both;
    padding: 0% 0% 0% 0%;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 1000px) {
    .column {
    text-align: left;
    float: right;
    width: 100%;
    padding: 10% 0% 0% 0%;
    }
	
    .columntwo {
    text-align: left;
    float: right;
    width: 100%;
    padding: 10% 0% 0% 0%;
    }

    .img {
        width: 100%;
    }
	.menu   {
	font-family: sans-serif;
	position: relative;
	padding-left: 2px;
	padding-top: 30px;
	margin: 0px;
	font-size: 4vw;
	text-align: left;
	}

	
	a:link {
    font-family: sans-serif;
	color: #000;
	font-size: 3vw; 
    text-decoration: none;
}
	    
    h2 {
    font-family: sans-serif;
    text-align: left;
    font-size: 2vw;
    line-height: 100%;
    }
    
	h3 {
    font-family: sans-serif;
    font-size: 4vw;
    font-weight: normal;
    }
    
	p  {
    font-family: sans-serif;
    text-align: left;
    font-size: 3.5vw;
    line-height: 150%;
	max-width: 700px;
    }

}
    @media (min-width: 1200px) {
    .column {
    text-align: left;
    float: right;
    width: 40%;
    padding: 6% 0% 0% 6%;
    }
    .columntwo {
    text-align: left;
    float: right;
    width: 80%;
    padding: 6% 0% 0% 6%;
    }
}
.tooltip
{font-family: sans-serif;
  text-decoration:none;
  position:relative;
}
 
.tooltip span
{font-family: sans-serif;
  display:none;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
  border-radius:0px;
  color:black;
}
 
.tooltip span img
{
  float:center;
  margin:0px 0px 0px 0;
}
 
 
.tooltip:hover span
{font-family: sans-serif;
  display:block;
    text-align:left;
  position:absolute;
    bottom:18px;
    left:15px;
  z-index:1000;
  width:35%;
  max-width:2000px;
  min-height:20px;
    max-height:90px;
  border:1px solid black;
  overflow:hidden;
  padding-left:10px;
}
    
</style>
</head>
</html>