/*-------------
 	General
-------------*/

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html{
	font: normal 16px sans-serif;
	color: #555;
}

/* ul, nav{
	list-style: none;
}

a{
	text-decoration: none;
	color: inherit;
	cursor: pointer;

	opacity: 0.9;
}

a:hover{
	opacity: 1;
} */

/* a.btn{
	color: #fff;
	border-width: 2px;
	border-color: #fff;
	border-style: solid;
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	background-color: clear;
	font-weight: 800;
	text-align: center;
	display: inline-block;
} */
.button-container {
    position: absolute;
    bottom: 8%;
    left: 48%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
}

.button {
    flex: 1 0 auto;
    max-width: 70px;
    margin: 0 25px;
    overflow: hidden;
    cursor: auto;
}

.button img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    transition: transform 0.3s ease-in-out;
}

.button:hover img {
    transform: scale(0.9);
}

#last-button {
    position: absolute;
    bottom: 2%;
    left: 48%;
    transform: translateX(-50%);
    text-align: center;
    margin-top: 10px;
}

#last-button .button {
    display: inline-block;
    max-width: 125px;
}

/* hr{
	width: 150px;
	height: 2px;
	background-color: #2196F3;
	border: 0;
	margin-bottom: 80px;
} */

/* section{
	display: flex;
	flex-direction: column;
	align-items: center;

	padding: 125px 100px;
} */

@media (max-width: 1500px){

	/* section{
		padding: 100px 50px;
	} */

	.button-container {
		bottom: 13%;
	}

	#last-button {
		bottom: 5%;
	}

}

@media (max-width: 600px){

	/* section{
		padding: 80px 30px;
	} */

	/* .button-container {
		bottom: 15%;
	} */

	.button:hover img {
		transform: none;
	}

}

/* section h3.title{
	color: #414a4f;
	text-transform: capitalize;
	font: bold 32px 'Open Sans', sans-serif;
	margin-bottom: 35px;
	text-align: center;
} */

/* section p{
	max-width: 800px;
	text-align: center;
	margin-bottom: 35px;
	margin-bottom: 5px;
	padding: 0 20px;
	line-height: 2;
} */

/* ul.grid{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
} */


/*-------------
 	Header
-------------*/

/* header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	padding: 35px 100px 0;
}

header h2{
	font-family: 'Work Sans', sans-serif;
}

header nav{
	display: flex;
}

header nav li{
	margin: 0 15px;
}

header nav li:first-child{
	margin-left: 0;
}

header nav li:last-child{
	margin-right: 0;
}



@media (max-width: 1000px){
	header{
		padding: 20px 50px;
	}
}


@media (max-width: 700px){
	header{
		flex-direction: column;
	}

	header h2{
		margin-bottom: 15px;
	}
} */



/*----------------
	Hero Section
----------------*/

.hero{
	position: relative;
	justify-content: center;
	min-height: 100vh;
	color: #fff;
	text-align: center;
}

.hero .background-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-color: #000;
	background-position: center 25%;
	z-index: -1;
	background-image: url(../img/Wanja_big-1080445_bg.jpg);
}

/* .hero .background-image:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.65;
} */

/* .hero h1{
	font-family: 'Work Sans', sans-serif;
	font-weight: 200;
	font-size: 48px;
	font-style: normal;
	margin-bottom: 15px;
} */

/* .hero h3{
	font-family: 'Work Sans', sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 24px;
	margin-bottom: 40px;
}

.hero a.btn{
	padding: 20px 46px;
}

.hero p.features {
		margin-top: 20px;
}

.hero p.features a {
	margin: 20px;
} */

/* @media (max-width: 800px){

	.hero {
		min-height: 600px;
	}

	.hero h1{
		font-size: 32px;
	}

	.hero h3{
		font-size: 16px;
	}

	.hero a.btn{
		padding: 15px 40px;
	}

} */



/*---------------------
 	Contact Section
---------------------*/

/* .contact{
	background-color: #f7f7f7;
}

.contact form{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;

	max-width: 800px;
	width: 80%;
}

.contact form input{
	padding: 15px;
	flex: 1;
	margin-right: 30px;
	font-size: 18px;
	color: #555;
}

.contact form .btn{
	padding: 18px 42px;
}

.contact a.btn{
	padding: 20px 46px;
		color: #222;
		border-width: 2px;
		border-color: #222;
		border-style: solid;
}

@media (max-width: 800px){

	.contact form input{
		flex-basis: 100%;
		margin: 0 0 20px 0;
	}

} */




/*-------------
 	Footer
-------------*/

/* footer{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #fff;
	background-color: #333333;
	padding: 60px 0;
}

footer ul{
	display: flex;
	margin-bottom: 25px;
	font-size: 32px;
}

footer ul li{
	margin: 0 8px;
}

footer ul li:first-child{
	margin-left: 0;
}

footer ul li:last-child{
	margin-right: 0;
}

footer p{
	text-transform: uppercase;
	font-size: 14px;
	color: rgba(255,255,255,0.6);
	margin-bottom: 10px;
}

footer p a{
	color: #fff;
}

@media (max-width: 700px){

	footer{
		padding: 80px 15px;
	}

} */