<!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;
}

@import url('https://fonts.googleapis.com/css2?family=Lato:ital@0;1&family=Proza+Libre:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body {
    margin: 0% 5% 0% 5%;
}
    a:link {
    font-family: 'Lato', sans-serif;
	color: #000;
    text-decoration: none;
}

    h2 {
    font-family: 'Proza Libre', sans-serif;
    font-size: 30px;
    line-height: 125%;
	max-width: 900px;
    }
    
h3 {
    font-family: 'Proza Libre', sans-serif;
    font-size: 18pt;
    font-weight: normal;
	max-width: 900px;
    }
    
p  {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 150%;
	max-width: 900px;
    }
img {
    max-width: 900px;
}
    .relative_bar   {
	position: relative;
	border-style: solid;
	border-width: 0px;
	width: 100%;
	max-width: 900px;
	background: black;
	padding-top:2px;
	}
/* Create two equal columns that floats next to each other */
    .nav {
   position: fixed;
   padding: 2% 2% 0% 0%;
   
}
    .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%;
}
	.blurb {
    float: center;
    width: 80%;
	padding: 6% 0% 0% 20%;
}

/* 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: center;
    float: center;
    width: 100%;
    padding: 10% 0% 0% 0%;
    }
    .columntwo {
    text-align: center;
    float: center;
    width: 100%;
    padding: 10% 0% 0% 0%;
    }
	.blurb {
   	text-align: center;
    width: 85%;
	padding: 6% 0% 0% 6%;
}

    .nav {
    position: relative;
	padding: 1% 1% 1% 5%;
    }
    .img {
        width: 100%;
    }
	    .relative_bar   {
	position: relative;
	border-style: solid;
	border-width: 0px;
	width: 100%;
	max-width: 900px;
	background: black;
	padding-top:2px; 
	}
	 a:link {
    font-family: 'Lato', sans-serif;
	color: #000;
    text-decoration: none;
	}
    
    h2 {
    font-family: 'Proza Libre', sans-serif;
    font-size: 8vw;
    line-height: 125%;
    }
    
	h3 {
    font-family: 'Proza Libre', sans-serif;
    font-size: 6vw;
    font-weight: normal;
    }
    
	p  {
    font-family: 'Lato', sans-serif;
    font-size: 4vw;
    line-height: 150%;
    }
	}
@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 0px;
}

.tooltip:hover span
{font-family: sans-serif;
  display:block;
    text-align:left;
  position:absolute;
    top:10px;
    left:0px;
  z-index:1000;
  width:100%;
  max-width:2000px;
  min-height:20px;
    max-height:90px;
  overflow:hidden;
  padding-left:0px;
}    
    
    
</style>
    
</head>
</html>