@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'; 
}

/* style for body */
body 
{
	margin: 0; 
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased; 
	min-width: 1100px;
}

/* 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: #505050;
	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-weight: 900; 
	color: black; 
	text-decoration: none; 
	border-bottom: 1px dashed;
	border-bottom-color: #31b1ce;
}

a.frontPage
{ 
	font-weight: 500; 
	color: white; 
	text-decoration: none; 
	border-bottom: 1px dashed;
	border-bottom-color: #31b1ce;
}

a.frontPage:hover, 
a.frontPage:focus
{ 
	color: gray;
}
/* donation link */
a.donate
{
	color: #33CCFF;
}

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

a:hover, 
a:focus 
{ 
	color: #31b1ce;
}
	
h1 
{ 
	font-size: 2.0rem; 
	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;
}

nav[role="main"]
{
	height: 70px;
}

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

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

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

	/* set logo image */

	background: url("../images/logo.png") no-repeat 0% 5%;
	background-size: 350px;

	/* hide text */
	text-indent: -9999px;
}

@media only screen and (max-width: 1200px) {

  nav[role="main"] .menubutton.logo
  {
  	height: 70px;
  	width: 200px;
	
	/* start from the left */
	float: left;

	/* set logo image */

	background: url("../images/logoCompact.png") no-repeat 0% 5%;
	background-size: 195px;

	/* hide text */
	text-indent: -9999px;
  }
}



/* 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: 30px;

	/* 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: #31b1ce;
}

/* 'cpf' button */
nav[role="main"] .menubutton.cfp 
{
	background: url("../images/cfp.png") no-repeat 8% 43%;
	background-size: 28px 28px;
}

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

/* 'trainings' button */
nav[role="main"] .menubutton.training
{
	background: url("../images/training.png") no-repeat 22% 43%;
	background-size: 28px 28px;
}


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

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

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

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

/* 'about' button */
nav[role="main"] .menubutton.about 
{
	background: url("../images/about.png") no-repeat 77% 21%;
	background-size: 24px 24px;
	padding-right: 50px;
	padding-left: 40px;
}

/* 'tagline' */
nav[role="main"] .menubutton.tagline 
{
	color: gray;
 	text-align: right;
 	font-family: 'Exo 2', sans-serif;
 	padding-top:0px; 
 	font-style: normal; 
 	font-weight: 200; 
 	font-size: 32px;
	
}

/* 'tagline' */
.tagline 
{
	color: white;
 	text-align: center;
 	font-family: 'Exo 2', sans-serif;
 	font-style: normal; 
 	font-weight: 300; 
 	font-size: 32px;
 	padding-right: 10px;
 	cursor: auto; 
 	padding-top: 125px;
}

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

/* 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:0px;
	background-image: url("../images/background.png"); 
	
	width: 100%;
	height: 900px;
	background-repeat: no-repeat;
    background-position:75%;
    background-size: cover;
 
}

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

/* product icons on index.html */
section.productIcons 
{
    background-color: #EBEBEB;
	padding-bottom: 0;    
}

div.archives 
{
    display: inline-block;
    width: 512px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.0);
}

div.archives: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);
}
    
div.download-link 
{
    display: inline-block;
    min-width: 150px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.0);
}
	
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.speakerImg
{
	margin-top: 10px;
    display: inline-block;
    width: 200px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.0);
}
	
div.speakerImg: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); 
}

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

/* 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 */
nav[role="footer"] .archives
{
	/* center */
	text-align: center;

	/* display mode */
	display: block;

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

	/* center a bit more */
	margin-left: 225px;

	/* weight */
	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 mode */
	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: #31b1ce;
}


/* CONTENT */
.wrapper {
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    max-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: 1000px;
}

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

.faq
{
	font-weight: bold;
	color: #31b1ce;
}


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

th, td {
    padding: 5px;
}


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

.column {
    float: left;
    width: 33.33%;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

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

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


div#preload { display: none; }