@import url("https://fonts.googleapis.com/css?family=Kalam");
@media
{
	
    body
    {
		
        background-image: url("bg.png");
        min-height: 100%;
		transition: 5s;
		background-repeat: no-repeat;
        background-size: 100%;
		
    }
    #menubox
    {
		position: absolute;
		left: -10px;	
		
	}
	#iframe
	{	
		position: relative;
		left:100px;
		top: 175px;
		max-width:1800px; 
		margin:0 auto; 
		#display:block; 
		width:1800px;
		frameborder:0px;
		height:900px; 
		
		
		
	}
@media only screen and (orientation:portrait)
{
    body
    {
        background-image: url("bg_mob.png");
        background-size: cover;
        height: auto;
    }
	#menubox
    {
		position: absolute;
		left: 50px;	
	}
	
    
    

}
