@import url(https://fonts.googleapis.com/css?family=Exo+2:400,500,400italic,600);
html 
{
	/*fonts */
	font-family: 'Open Sans','Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';  /*"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: #808080;
	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, 
.blogContent a
{ 
	font-weight: 900; 
	color: black; 
	text-decoration: none; 
	border-bottom: 1px dashed;
	border-bottom-color: #95c02d;
}

/* 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;
}

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

p
{
	color: black;
}

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

pre
{
	white-space: pre-wrap; 
	word-break: keep-all;
	font-size: 15px;
}

blockquote
{
	padding-right: 1em;
	padding-left: 1em;
	font-weight: 400; 
	font-style: italic; 
	border-left: 0.25em solid #9ebd49;
}

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: 1000px;
}

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 18% 42%;
	background-size: 25px 25px;
}

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

/* 'talks' button */
nav[role="main"] .menubutton.talks 
{
	background: url("../images/talksIcon.png") no-repeat 30% 45%;
	background-size: 24px 24px;
}

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

/* 'store' button */
nav[role="main"] .menubutton.store 
{
	background: url("../images/storeIcon.png") no-repeat 30% 44%;
	background-size: 24px 24px;
}

/* 'book' button */
nav[role="main"] .menubutton.book 
{
	background: url("../images/bookIcon.png") no-repeat 33% 44%;
	background-size: 24px 24px;
}

/* 'about' button */
nav[role="main"] .menubutton.about 
{
	background: url("../images/aboutIcon.png") no-repeat 25% 44%;
	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: 1000px;
    margin: 0 auto;
    
    /* background color */
    background-color:white;

    /* text color */
    color: black;

    /* padding */
    padding-bottom: 2.0em;

    /* line height */
    line-height: 1.2;
}

/* 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;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.0);
    min-width: 200px;
    /*
    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;*/
   
}

div.note
{
	padding: 15px;
	font-family:Courier New;
	background-color: #dddddd;
	border-radius: 4px;
}

div.border
{
	border: 1px solid #95c02d; 
	padding: 15px; 
	margin-top:15px; 
	margin-bottom: 15px; 
	border-radius: 5px; 
}

div.highlight pre {
  white-space: pre-wrap;
  word-break: break-word;
}

/* 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;

	/* no y scroll */
	overflow-y: hidden;
}

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


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

.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;
}

code
{
	font-family:Courier New;
	font-size: 110%;
}
#searchBar {
    background-image: url('../images/search.png');
    background-position: 10px 12px;
    background-repeat: no-repeat; 
    width: 100%; 
    font-size: 15px; 
    padding: 12px 20px 12px 40px; 
    border: 1px solid #ddd;
    margin-bottom: 12px; 
}

#malwareTable {
    width: 100%; 
    border: 1px solid #ddd;
    font-size: 15px; 
}

#malwareTable th, #malwareTable td 
{
    text-align: left;
    padding: 12px; 
    border: none;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-collapse: collapse;
}

#malwareTable tr.header {
    background-color: #f1f1f1;
    color:gray;
}

.contentRow:hover {
    background-color: #d8f3f3;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.friends {
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    max-width: 1000px;
}

div.logo-link 
{
	padding-top: 15px;
	padding-bottom: 10px;
	min-width: 150px; 
    display: inline-block;
}

div.logo-title
{
	padding-top: 5px;
	font-weight: 500;
	font-family: 'Exo 2', sans-serif;
	font-size: 12px;
	text-align: center;
}

.heart {
  fill: red;
  position: relative;
  top: 5px;
  width: 25px;
  animation: pulse 2s ease;
  animation-iteration-count: 1;
}

.header
{
	text-align: left;
	border-radius:10px; 
	padding: 15px;
	margin-bottom: 15px;
	background-color: rgba(0,0,0,0.05);
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.3); }
  100% { transform: scale(1); }
}

figcaption {
    color: black;
    text-align: center;
}