@charset "UTF-8";
/* CSS Document */

body{
	background-image:url('../img/bee.jpg');
	background-position:top;
	background-repeat:no-repeat;
	border:none;
	background-size: cover;
	background-color:#000000;
} 

#nav {
    line-height:30px;
    height:300px;
    width:100px;
    float:left;
    padding:0px; 
	background-repeat:no-repeat;
    position: fixed;
    z-index: +2;
    top: 10px;
    left:2%; 
	text-decoration:none;
}


#orange p{
    font-size:24px;
	letter-spacing:1px;
    font-family: 'ClanPro-Thin', 'Lato', sans-serif; 
    src: url(http://www.ballyhoo.com.sg/ClanPro-Thin.ttf);
	font-weight: bold;
	color:#FFFFFF;
	background-color:rgba(255,131,0,0.7);
	width:100%;
	text-align:center;
	height:110px;
	margin-top:30%;
	padding-top:20px;
	border:0;
    
	
}
#subtitle{
    font-size:11px;
	letter-spacing:1px;
    font-family: 'ClanPro-Thin', 'Lato', sans-serif; 
    src: url(http://www.ballyhoo.com.sg/ClanPro-Thin.ttf);
	font-weight: bold;
	color:#FFFFFF;
	width:100%;
	text-align:center;
	border:0;
    
}