@charset "utf-8";
/* CSS Document */

/* .animated-hero, .pt-plax-lg-dark, .pt-plax-lg-light {
  background-image: url(../images/mysite-bg-top.jpg);
  background-size: cover;
  background-position: 0%;
  background-attachment: fixed;
} */

.animated-hero, .pt-plax-lg-dark, .pt-plax-lg-light {
  background: url(/assets/images/mysite-bg-top.jpg);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: 0%;
  background-repeat: no-repeat;
  @supports (-webkit-touch-callout: none) {
    position: fixed; 
	background-attachment: fixed;
   }
}


/* .content-inner {
  background-image: url(../images/TEDxPearson.png);
  background-size: cover;
  background-position: 50%;
  background-attachment: fixed;
} */

.content-inner {
  background: url(../images/TEDxPearson.png);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  @supports (-webkit-touch-callout: none) {
    position: fixed; 
	background-attachment: fixed;
   }
}

h1, h5, .comingsoon .content-wrapper .content-inner .cs-timer .item .nbr-timer {
  color: #AAA
}

.navbar .navbar-nav li a {
  font-size: 2.1em;
}

body, .testimonials-3col .t-item blockquote, .testimonials-3col .t-item .wrapper-404 .content-wrapper .info-wrapper .info-404, .wrapper-404 .content-wrapper .info-wrapper .testimonials-3col .t-item .info-404, .testimonials-3col .t-item .bg-maintenance .content-wrapper .content-inner p, .bg-maintenance .content-wrapper .content-inner .testimonials-3col .t-item p {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.3px;
	line-height: 1.8em;
	color: #777;
}
