	html {
		overflow: hidden;
		background: #ffffff url('../images/lighthouse.jpg') no-repeat center bottom fixed;
		background-size: cover;		
	}

	body {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	#lhp-page{
		align-items: center;
		background-color: rgba(0,0,0,0);
        display: flex;
		justify-content: center;
	    min-height: 100%;
		padding: 10px;
        position: absolute;
		text-align: center;
		width: 100%;
	}
	
	#lhp-description {
        font-family: Helvetica, Arial, sans-serif;
		font-weight: 400;
		font-style: ;
        font-size: 20px;
        line-height: 1.50em;
        color:#ffffff;
        margin-bottom: 30px;
    }
    
	#lhp-headline{
		font-family: 'Pacifico';
		font-weight: 400;
		font-size: 48px;
		color:#ffffff;
		line-height: 1.00em;
	    margin-top: 0;
	}
	
    .lhp a, .lhp a:visited, .lhp a:hover, .lhp a:active{
		color: #ffffff;
	}

	#lhp-socialprofiles a {
        color: #ffffff;
        padding-right: 7px;
        display: inline-block;	  
	}
	
    #lhp-socialprofiles {
        margin-bottom: 30px;
    }	
	
    #lhp-content {
		display: none;
		max-width: 600px;
		background-color: #000000;
		border-radius: 2px;
		background-clip: padding-box;
		background-color:transparent;
	}
    

