/*
Theme Name: KFG Resources Ltd.
Version: 100.0
*/

body{
		margin: 0px;
		background: url('images/bg.jpg') fixed no-repeat;
		background-size: cover;
		font-family: 'Oswald', sans-serif;
		font-weight: 300;
		font-size: 18px;
	}
	
	.container{
		height: 800px;
	}
	
	.header{
		background: url('images/hbg.png');
		position: absolute;
		width: 20%;
		height: 550px;
		top: 0px;
		left: 5%;
		z-index: 100000;
		text-align: center;
		color: #ffffff;
	}
	
	.header h1{
		font-weight: 700;
		text-transform: uppercase;
		font-size: 90px;
		margin: 0px;
		line-height: 30px;
		letter-spacing: 10px;
		padding-top: 50px;
	}
	
	.header h1 span{
		font-weight: 700;
		text-transform: uppercase;
		font-size: 14px;
		margin: 0px;
		line-height: 30px;
		letter-spacing: 5px;
	}
	
	.header ul{
		list-style: none;
		margin: 0px;
		padding: 50px 0px;
	}
	
	.header ul li{
		list-style: none;
		margin: 0px 0px 10px 0px;
		padding: 0px;
		text-transform: uppercase;
		font-size: 20px;
		font-weight: 400;
	}

.header ul li a{
		color: #ffffff;
text-decoration: none;
	}
	
	.header img{
		height: 20px;
		width: auto;
		margin: 0px 5px;
	}

	
	.stock-ticker{
		background: url('images/hbg.png');
		position: absolute;
		width: 15%;
		height: 100px;
		top: 0px;
		right: 5%;
		z-index: 100000;
		text-align: center;
		color: #ffffff;
	}
	
	.stock-ticker h3{
		line-height: 40px;
		margin: 0px;
		padding-top: 15px;
	}
	
	.content{
		background: url('images/wbg.png');
		width: 70%;
		position: absolute;
		top: 200px;
		min-height: 300px;
		right: 0;
	}
	
	.content-box{
		width: 70%;
		padding: 5%;
	}
	
	.content-box h2{
		margin: 0px;
		font-size: 30px;
	}
	
	.content-box p{
		
	}
	
	.welcome-text{
		font-size: 40px;
		position: absolute;
		color: #ffffff;
		font-weight: 700;
		opacity: 0.8;
		margin: 0px;
		top: 100px;
		left: 30%;
		text-transform: uppercase;
		font-style: italic;
		text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	}
	
	.footer{
		width: 90%;
		padding: 25px 5%;
		background: #000000;
		color: #ffffff;
	}
	
	.footer-left{
		float: left;
	}
	
	.footer-right{
		float: right;
	}