
@font-face{
    font-family: Montserrat;
    src: url(fonts/Montserrat-Bold.otf);
}

/***********/

html {
	background: radial-gradient(ellipse at center, #004e92 0%, #000428 100%);
	overflow: hidden;
}

#bg{
	margin: 0;
	padding: 0;
	color: #eee;
		
	font-family: Montserrat;
}

	#content{
		position: absolute;
	}
	
		#content h1{ 
			font-size: 96px; 
			line-height: 96px;
			
			margin: 0;
			padding: 32px 32px 20px;
		}
			#content h1 .h1-smaller{ font-size: 80px; }
		
		#content h2{
			margin: 0;
			padding: 16px 16px 16px 32px;
		}
		
	#footer{
		position: absolute;
		bottom: 32px;
		right: 32px;
		
		font-size: 16px;
		font-weight: bold;
	}