/* CSS Document     CHAU's CSS */
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);

body {
 	background-color: black; 
	font-family: 'Open Sans Condensed', sans-serif;
	color: white;
	width:100%;
	margin-left:0%;
	}
	
h1 {
    background-color: black;
	color: white;
	border-bottom: 1px solid black;
	padding-left: 15px;
	padding-bottom: 0px;
	line-height: 30px;
	margin-bottom: 0px;
	}
	
p {
	background-color: black;
	font-size: 14px;
	line-height: 22px; /* same as leading */
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 5px;
		}
.lightbox-bg {display:none;
position:absolute;
width:100%;
/*height:719px;*/
background-color:rgba(255,255,255,.6);
top:0px;
z-index:10;
top:130px; 
height: 840px;
}	
.lightbox {
display:none;
position:relative;
width:720px;
height:405px;
background-color:rgba(31,31,31,1);
opacity:1;
top:28%;
left:23%;
/*border-radius:5px;*/
z-index:99;
}
.close-video {float:right;
margin-right:23%;
margin-top:11%;
color:#000;
font-size:46px;}
a {
	color: white;
	text-decoration: none;
	}

a:hover {
  color: rgb(239,164,57) ;
}

	
img {
	padding: 10px; /* space between edge of photo and border */
	float: right; /* align image to right edge of browser */
	margin-left: 10px; /* make 10px of space between text and left edge of photo */
	}
	
.tint {
    width: 50%;
	overflow:hidden;
    float: left;
    padding: 0;
    margin: 0;
    font-size: 0;
    }
video {
	width: 100%;	
}

.div100 { width:100%;}


.tint {
    position: relative;
    float: left;
    cursor: pointer;
    -webkit-box-shadow: rgba(0,0,0,.2) 3px 5px 5px;
    -moz-box-shadow: rgba(0,0,0,.2) 3px 5px 5px;
    box-shadow: rgba(0,0,0,.2) 3px 5px 5px;
  }   
  .tint:before {
    background: none;
  }

  .tint:hover:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:rgba(239,164,57,0.50);
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
  }
  
