@charset "utf-8";
/* CSS Document */

/*************Background start*************/
body
{
	margin:0px;
	
	background-color:#DFE2DB;
}

.stopScroll
{
	height:100%;
	overflow:hidden;
}
/*************Background end*************/

/*************Header start*************/
#header
{
	/*Header banner*/
	height:12vh;
	width:100vw;
	line-height:50%;
	
	position:fixed;
	margin-bottom:0px;
	
	background-color:#191919;
	
	z-index:4;
}

#headNav
{
	/*Header navigation list*/
	display:inline;
	
	list-style-type: none;
}

#menuButton
{
	/*Menu button Container*/
	margin-top: 5px;
    padding-left: 5px;
    padding-right: 25px;
	float:left;
}

#menuButton svg
{
	/*Menu Button*/
	width:10vh;
	height:10vh;
}


#title
{
	/*Title list item*/
	display:block;
	left:0;
	right:0;
}

#logo
{
	/*Logo*/
	display:none;
}

.linkContainer svg
{
	/*Tick*/
	width:10vh;
	height:8vh;
	
	float:left;
}

#pageNav
{
	/*Page navigation list*/
	display:none;
	margin-left:-10vw;
	clear:both;
	
	list-style-type: none;
}

@media all and (min-resolution: 250dpi)
{
	#pageNav
	{
		padding-top:10%;
	}
}

#pageNav li
{
	width:100%;
    height:12%;
	
	padding-top:2.6%;
	padding-bottom:2.6%;
	text-align:center;
	
	background-color:#191919;
	border-bottom:5px solid #fff056;
}

.navFirst
{
	border-top:5px solid #fff056;
}
/*************Header end*************/

/*************Main start*************/
#mainContent
{
	/*Main content container*/
	height:auto;
	width:100vw;
	
	position:relative;
	padding-top:16%;
	
	background-color:#fff;
	
	z-index:3;
}

.contentBlock
{
	/*Individual content blocks*/
	height:45vh;
	width:100vw;
	
	position:relative;
	
	border-bottom:2px solid #DFE2DB;
}

#contentBlock1
{
	/*Slogan content block*/
	background:url(../../images/home/1.svg) center no-repeat;
}

#contentBlock2
{
	/*Android/iOS content block*/
	background:url(../../images/home/2.svg) center no-repeat;
	background-color:#E0E1DC;
}

#contentBlock3
{
	/*Windwows content block*/
	background:url(../../images/home/3.svg) center no-repeat;
}

#contentBlock4
{
	/*Browser plugins content block*/
	background:url(../../images/home/4.svg) center no-repeat;
	background-color:#E0E1DC;
}

.downArrow
{
	display:none;
}

.upArrow
{
	display:none;
}

#spaceMiddle
{
	/*Middle container spacing*/
	height:30vh;
}
/*************Main end*************/

/*************Footer start*************/
#footer
{
	/*Footer Container*/
	width:100vw;
	
	position:fixed;
	bottom:10px;
	
	z-index:0;
}

#footerTop
{
	/*Top footer bar*/
	text-align:center;
	
	background-color:#FFF;
}

#footerBottom
{
	/*Bottom footer bar*/
	height:auto;
	
	background-color:#191919;
}

#footerBottom ul
{
	/*Footer navigation lists*/
	width:20vw;
	
	display:inline-block;
	margin-right:-36px;
	padding-right:12px;
	
	text-align:center;
	list-style-type:none;
	border-right: 3px solid #FFF056;
}

#firstUL li
{
	/*Produckts navigation list*/
	margin-left:-37px;
	border-left:none !important;
}

.topArrow
{
	/*Back to top arrow*/
	display:none;
}

#footBar
{
	/*Footer bar separator*/
	height:4px;
	width:70%;
	
	margin: 0 auto;
	
	background-color:#fff;
}

#copyright
{
	/*Copyright text*/
	margin:0 auto;
	text-align:center;
}
/*************Footer end*************/