body
{
	margin:0;
	padding:0;
	font-family: 'Montserrat', sans-serif;
	background-color:rgba(0, 0, 0, 0.8);
	height: 100%;
	background:;
	position: relative;
	font-variant: small-caps;
}
a
{
	text-decoration:none;
}
.container
{
	width:100%;
	margin:0 auto;
}
header
{
	height:65px;
	width:100%;
	background-color:rgba(0, 0, 0, 0.8);
	position:fixed;
	top:0;
	z-index:10;
	display:block;
}
.logo
{
	width:124px;
	margin-top:20px;
}
.logo-txt
{
	color:#00d301;
	line-height:65px;
	padding:0 25px;
	display:block;
	font-size:1.2em;
	letter-spacing: 1.5px;
	font-weight: bold;
}
.header-left
{
	float:left;
}
.nav-item
{
	display: inline-block;
	transition:all 0.3s;
}
.nav-item.active,
.nav-item:hover
{
	background-color: #00d301;
}
.nav-item a
{
	line-height:65px;
	padding:0 25px;
	color:white;
	display:block;
}
.top-wrapper
{
	text-align:center;
	color:white;
	margin-top:-85px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.main-heading
{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background:rgba(0,0,0,0.15);
}

.main-heading:after
{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background:black;
	color:#00d301;
	font-size: 50px;
}
.main-heading:after:hover
{
	background:#00d301;
}
.main-heading button
{
	 color: #00d301; 
	background:white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
	font-style: italic ;
	font-size: 50px;
	outline: none;
	border:3px solid #00d301;
	padding:10px 15px;
	border-radius: 15px;
}
.main-heading button a
{
	color: inherit;
	text-decoration: none;
}
.main-heading button:hover
{
	/* color: black; */
	background:rgb(58, 58, 58);
	background:#00d301;
	color:#fff;
}
.top-wrapper img
{
	width:100%;
	margin:0;
	padding:0;
}
@media screen and (min-width:1000px)
{
	.top-wrapper
	{
		min-height:62.8vh;
	}
}
.top-wrapper h1
{
	opacity:0.7;
	font-size:50px;
	letter-spacing:5px;
	margin-bottom:10px;
}
.top-wrapper p
{
	font-size:20px;
	opacity:0.7;
	margin-bottom:3px;
}
.btn-wrapper
{
	margin:20px 0;
}
.btn-wrapper p
{
	margin:10px 0;
}
.signup
{
	background: #239b76;
}
.facebook
{
	background: #3b5998;
	margin-right:10px;
}
.twitter
{
	background: #55acee;
}
.btn
{
	padding:12px 24px;
	color:white;
	display:inline-block;
	opacity:0.8;
	border-radius:4px;
}
.btn:hover
{
	opacity:1;
}
.fa
{
	margin-right:5px;
}
.product-wrapper
{
	padding-bottom: 80px;
	background: #f7f7f7;
	text-align:center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-wrapper .container
{
	width:80%;
	padding:0 15px;
}
.heading
{
	padding-top: 60px;
	color:#00d301;
	text-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	
}
.heading h2
{
	font-weight:bold;
	font-size:48px;
}
.product-wrapper .heading h2
{
	margin-top:60px;
	margin-bottom:20px ;
}
.product
{
	float:left;
	width:50%;
	overflow: hidden;
	padding:20px;
	box-sizing: border-box;
}
.product:hover
{
	box-shadow: 1px 2px 1px 1px rgba(0,0,0,0.2);
}
.product-icon img
{
	position:relative;
	width: 100%;
}
.product-icon p
{
	position:absolute;
	top:80px;
	width:100%;
	color:white;
}
.txt-contents
{
	width:80%;
	display: inline-block;
	margin-top:20px;
	font-size:25px;
	color:black;
}

footer
{
	height:50px;
	width:100%;
	background-color:rgba(0, 0, 0, 0.8);
	z-index:10;
	box-sizing: border-box;
	color:#00d301;
	position: absolute;
	/*top:-11px;*/
	bottom:0;
}

.footer-wrapper
{
	padding: 0 20px;
	text-align: center;
}
footer p
{
	float:right;
}
.footer-wrapper ul
{
	display: inline-block;
}
.footer-wrapper ul li
{
	display: inline-block;
	border-radius: 50%;
	background:white;
	width:25px;
	height: 25px;
	align-items: center;
	flex-direction: column;
	position: relative;
	margin:0 5px;
	border:2px solid #00d301;
}
.footer-wrapper ul li:hover
{
	background: #00d301;
	color:#fff;
}
.footer-wrapper ul li:hover a
{
	color:inherit;	
}
.footer-wrapper ul li a
{
	color: #00d301;
	position: absolute;
	text-align: center;
	top:50%;
	left:60%;
	transform: translate(-50%, -50%);
}
