body{
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}
section{
	position: relative;
	width: 100%;
	height: 100vh;
	background-position: center center;
	/*background-image:url('../img/afric.jpg');*/
	background-image:url('../img/bg.jpg');
	background-size:cover;
}
header{
	padding: 0 100px;
	width: 100%
	height:80px;
	box-sizing: border-box;
	box-shadow: 0 5px 15px rgba(0,0,0,.2);
	/*background: rgba(255,255,255,.2);*/
	background-color: #35475e;
	transition: .5s;
}
ul{
	position: relative;
	margin: 0;
	padding: 0;
	display: flex;
	float: right;
	transition: .5s;
}

ul li{
	list-style: none;
}
ul li a{
	position: relative;
	display: block;
	padding: 10px 20px;
	margin: 20px 0;
	text-transform: uppercase;
	text-decoration: none;
	/*color: #262626;*/
	color: #ffff;
	font-weight: bold;
	transition: .5s;
}
ul li a:hover{
	background: #000;
	color: #fff;
}
a{
	text-decoration:none;
}
/*toggle*/
.toggle{
	display: none;
	position: absolute;
	right: 10px;
	top: 26px;
	background: #f00;
	color: #fff;
	padding: 5px;
	cursor: pointer;
	font-weight: bold;
}
/*copied footer*/
.footer{
	width: 100%;
	bottom: 0px;
	/*background-color: rgba(0,0,0,0.5);*/
	/*background-color: #35475e;*/
	background-color: #35475e;
	position: fixed;
	padding: 8px;

}
.copy{
	color: white;
}

.text{
	width: 100%;
	margin-top: 160px;
	text-transform: uppercase;
	text-align: center;
	color: white;
}
.text h4{
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
}
.text h1{
	font-size: 62px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700px;
	margin: 14px 0px;
}

.text h3{
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
}
#buttonone{
	background-color: white;
	border: none;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	line-height: 40px;
	width: 150px;
	margin-top: 25px;
	border: 3px solid white; 
}
/*Screen size*/
@media (max-width: 992px){
	header{
		padding: 0 0;
		/*background: rgba(255,255,255,.5);*/
		background-color: #35475e;
	}
	header ul{
		width: 100%;
		top: -4px;
		display: none;
	}
	header ul.active{
		display: block;
	}
	header ul li a{
		margin: 0;
		display: block;
		text-align: left;
		color: #ffff;
		/*background: rgba(0,0,0,.5);*/
		background-color: #35475e;
	}
	.toggle{
		display: block;
	}
	.footer{
	width: 100%;
	bottom: 0px;
	/*background-color: rgba(0,0,0,0.5);*/
	background-color: #35475e;
	position: fixed;
	font-size: 14px;
	padding:0;

}
.copy{
	color: white;
	font-size: 12px;
	width: 100%
}
.copy > span1{
	float: left;
	font-size: 12px;
}
.copy > span2{
	float: right;
	font-size: 12px;
	display:none;
}

.text{
	width: 100%;
	margin-top: 130px;
	text-transform: uppercase;
	text-align: center;
	color: white;
}
.text h4{
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
.text h1{
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500px;
	margin: 14px 0px;
}

.text h3{
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
}
#buttonone{
	background-color: white;
	border: none;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	line-height: 40px;
	width: 150px;
	margin-top: 25px;
	border: 3px solid white; 
}
}