@import url(https://fonts.googleapis.com/css?family=Exo+2:400,500,400italic,600);
html 
{
	/*fonts */
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
}

/* style for body */
body 
{
	/* no margins */
	margin: 0; 

	/* no padding */
	padding: 0;

	/*webkit specific text adjustments */
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased; 
}

/* links */
a.menubutton
{ 
	font-family: 'Exo 2', sans-serif;
	font-style: normal;
	font-weight: 500; 
	font-size: 20px;
	line-height: 13px;
}

a, a:visited 
{ 
	color: #798992; 
	text-decoration: none; 
	outline: 0; 
	transition: color 0.1s 
	linear; -moz-transition: 
	color 0.1s linear; 
	-webkit-transition: color 0.1s linear; 
	-o-transition: color 0.1s linear;
}

/* inline links */
a.inlineLink
{ 
	font-family: "open-sans", "Lucida Grande", sans-serif;
	font-weight: 700; 
	color: #626568;
}

/* donation link */
a.donate
{
	color: #33CCFF;
}

a.donate:hover,
a.donate:focus
{
	color:#248FB2;
}

a:hover, 
a:focus 
{ 
	color: #95c02d;
}

	
h1 
{ 
	font-size: 2.8rem; 
	margin-bottom: 0.2em; 
	color: #505050;
	font-weight: 500;
	font-family: 'Exo 2', sans-serif;
}

/* hr gradient transparent - color - transparent */
/* see: http://css-tricks.com/examples/hrs/ for more! */
hr.gradient 
{
	min-width: 700px;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.50), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.50), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.50), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.50), rgba(0,0,0,0)); 
    margin: 0;
}

h2.download-title
{
	font-weight: 800;
	font-family: 'Exo 2', sans-serif;
	font-size: 1.0rem;
}

p
{
	color: black;
}

/* lists */
li
{
	color: black;
}

nav[role="main"]
{
	/* padding above */
	padding-top: 10px;

	/* height of content */
	height: 70px;

	/* bg color */
	background-color:white;
}

/* (fixed) footer */
nav[role="footer"]
{
	/* top border */
	border-top: 1px solid #E6E6E6;

	/* height of content */
	height: 40px;

	position:fixed;
   	left:0px;
   	bottom:0px;
   	width:100%;

   	/* bg color */
   	background:#FBFBFB;
}

nav[role="main"] ul,
nav[role="footer"] ul
{
	overflow: auto;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	min-width: 800px;
	max-width: 980px;
}

nav[role="main"] .menubutton.logo
{
	height: 50px;
	width: 265px;

	/* start from the left */
	float: left;

	/* set logo image */
	background-image: url("../images/logo.png");
	background-size: 75%;
	background-repeat: no-repeat;
	
	display: block;

	/* hide text */
	text-indent: -9999px;
	margin-top: 5px;
	margin-left: 0px;
}

/* non-logo items */
nav[role="main"] .menubutton:not(.logo)
{
	height: 48px;

	/* start from the right, all in one line */
	float: right;

	/* left padding */
	padding-left: 50px;

	/* top padding */
	padding-top: 27px;

	/* cursor indicates link */
	cursor: pointer;
	
} 

/* class to keep a link visited (e.g. on the page it linked to) */
nav[role="main"] .menubutton:not(.logo).visited
{
	/*color: #2EB8E6; */
	color: #95c02d;
}

/* 'products' button */
nav[role="main"] .menubutton.products 
{
	background: url("../images/productsIcon.png") no-repeat 16% 45%;
	background-size: 28px 28px;
}

/* 'malware' button */
nav[role="main"] .menubutton.malware 
{
	background: url("../images/malwareIcon.png") no-repeat 20% 48%;
	background-size: 24px 24px;
}

/* 'blog' button */
nav[role="main"] .menubutton.blog 
{
	background: url("../images/blogIcon.png") no-repeat 38% 41%;
	background-size: 24px 24px;
}

/* 'about' button */
nav[role="main"] .menubutton.about 
{
	background: url("../images/aboutIcon.png") no-repeat 32% 41%;
	background-size: 24px 24px;
}


/* 'tagline' */
nav[role="main"] .menubutton.tagline 
{
	color: #798992;
 	
 	text-align: right;

 	font-family: 'Exo 2', sans-serif;
	font-style: normal;
	font-weight: 300; 
	font-size: 32px;
	height: 100px;

	cursor: default;
}

/* font for computer text */
.n3rdFont
{
	font-family:Courier New;
	font-size: 110%;
}

/* page content in each page */
.pageContent 
{
	/*align stuff to middle */
	text-align: center;

	margin: 0 auto;
    
    /* min width */
    min-width: 800px;
}

/* for blog content */
.blogContent 
{
	
	text-align: left;
	font-size: 1.0rem; 

	width: 850px;
    margin: 0 auto;
    
    /* background color */
    background-color:white;

    /* text color */
    color: black;

    padding-bottom: 2.0em;
}

/* blog title */
.blogTitle 
{ 
	font-size: 1.8rem; 
	margin-top: 0.5em;

	/* text color */
	color: #505050;
	font-family: 'Exo 2', sans-serif;
}

.blogSubTitle 
{ 
	font-size: 1.2rem; 
	
	/* text color */
	color: #505050;
	font-family: 'Exo 2', sans-serif;
}

.blogDate 
{ 
	font-size: 0.8rem; 
	margin-bottom: 0.4em; 
	color: gray;
	font-weight: 300;
	font-family: 'Exo 2', sans-serif;
}

/* center image on index.html page */
.center-image
{
	padding-top: 20px;
	background-image: url("../images/mainBackground.png"); 
	background-size: 535px 381.5px;
	width: 100%;
	height: 381.5px;
	background-repeat: no-repeat;
    background-position: center;

}

/* product icons on index.html */
section.productIcons 
{
    background-color: #EBEBEB;
	padding-bottom: 0;    
}
    
div.download-link 
{
    display: inline-block;
    width: 200px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.0);
    /*
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
   	*/
}
	
div.download-link:hover 
{
	-webkit-transition: all 0.07s ease-in-out;
	-moz-transition: all 0.07s ease-in-out;
	transition: all 0.07s ease-in-out;
	background-color: rgba(0,0,0,0.02);
    border-color: rgba(0,0,0, 0.15);
    
    /*cursor: pointer;*/
   
}

/* footer */
nav[role="footer"] .copyright
{
	/* start from the left */
	float: left;

	/* display mode */
	display: block;

	/*top padding */
	padding-top: 12px;

	/* font size */
	/* font-size: 0.9em; */

	font-weight: 500;

	/* font color */
	color: gray;

	/* font */
	font-family: 'Exo 2', sans-serif;
}

/* footer icons (on the right) */
nav[role="footer"] .menubutton.icon 
{
	/* icons go on the right */
	float: right;

	display: block;

	/* give some spacing between icons */
	margin-left: 20px;

	/*top padding */
	padding-top: 18px;

	/* prevent scrolling */
	overflow-y: hidden;
}

/* text header */
.contentHeader {
	font-family: 'Exo 2', sans-serif;
	font-weight: 600;
	font-size: 1.2rem;
}


/* CONTENT */
.wrapper {
    display: inline-block;
    white-space: nowrap;
    width: 820px;
}

.logoBlockLeft,
.logoBlockRight,
.contentBlock
 {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    padding-bottom: 1.0em;
    color: black;
}

.logoBlockLeft
{
	vertical-align: middle;
	margin-right: 2em;

}
.contentBlock
{
	text-align: left;
	width: 620px;
}

.logoBlockRight
{
	vertical-align: middle;
	text-align: right;
	margin-left: 2em;
}

.faq
{
	font-weight: bold;
	color: #95c02d;
}

table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid #b3b3b3;
}

th, td {
    padding: 5px;
}