
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
@import "https://fonts.googleapis.com/css?family=Poppins|Montserrat|Nunito:300,400,600,700";
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700";
@import "https://fontlibrary.org/face/trueno";


/* fixes */

.content-name {
  display: none;
}

header.module-header {
  display: none;
}

.site-body:not(.footer-new) section.content-body {
  background-color: #fff;
  font-family: Montserrat;  
}

section.content-body p, section.content-body ul li {  
  font-size: 1.2em;
}


.site-body:not(.footer-new) section.content-body ul li {  
  font-family: 'TruenoLight';
}  


.grid-frame.sheet.section-html {
  padding: 0;
}

/* HERO */

#header {
  min-height: 450px;
  margin: 0;
  padding: 0;
  text-align: center;    
}

#header {
  /*background-image: url(https://storage.ning.com/topology/rest/1.0/file/get/2195356428?profile=original);*/
  background-image: url(https://storage.ning.com/topology/rest/1.0/file/get/2195452661?profile=original);
  background-position: center center;
  background-size: cover;
}

#header-inner {
	/* min-height:100vh; */ 
	min-height: 450px;
	background: -moz-linear-gradient(left, rgba(8,43,65,0) 0%, rgba(8,43,65,1) 90%);
	background: -webkit-linear-gradient(left, rgba(8,43,65,0) 0%, rgba(8,43,65,1) 90%);
	background: linear-gradient(to right, rgba(8,43,65,0) 0%, rgba(8,43,65,1) 90%);
}

#header h1 {
    padding-top: 20%;
    font-size: 4em;
    line-height: 1.2;
    font-family: 'Montserrat';
    font-weight: 700;
    margin: 0;
    /* padding: 60px 0 75px; */
    padding: 30px 0 30px;
}

.line-1 {
    display: block;
    color: #eff1f2;
    text-transform: uppercase;
    margin-top: 10%;
}

.line-2 {
    display: block;
    color: #0ebfe7;
    font-size: 30px;
    font-weight: 500;
    font-family: Roboto;
    margin-top: 1em;
	padding: 0px 30px
}

.alt-color {
    /*color: #e94f49;*/
    color: #3366cc;
}

.pin-icon {
	height: 40px;
	padding-left: 20px;
}	

/*
span.large {
    font-size: 1.5em;
    display: inline-block;
    padding-bottom: 20px;
}
*/

@media screen and (max-width: 800px) {
  #header h1 {    
    font-size: 3.2em;
  }
  .alt-color {
    display: block;
  }
}

/* Agenda */

#agenda {
	width: 750px;
	margin: 0 auto;
    padding: 5px;
    border: 1px solid #ccc;
}

h2.session-header {
	background: #009bbd;
    background: -webkit-linear-gradient(left, #009bbd 0%, #00c2bf 100%);
    background: -moz-linear-gradient(left, #009bbd 0%, #00c2bf 100%);
    background: -o-linear-gradient(left, #009bbd 0%, #00c2bf 100%);
    background: linear-gradient(to right, #009bbd 0%, #00c2bf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009bbd', endColorstr='#00c2bf',GradientType=1 ); 
    padding: 10px;
    color: whitesmoke;
    font-size: 1.8em;
}

h2.session-header.alt {
	background: #23538a; /* Old browsers */
	background: -moz-linear-gradient(left, #23538a 0%, #1a99af 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #23538a 0%,#1a99af 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #23538a 0%,#1a99af 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23538a', endColorstr='#1a99af',GradientType=1 ); 
}

.session .detail {
	padding: 20px 0px;
}

.detail li {
    font-size: 1.45em !important;
    padding: 10px 0px;
}

@media screen and (max-width: 800px) {
	#agenda {
		width: 420px;
	}	
}

.big-header {
	margin-bottom: 20px;
    color: #000;
    font-size: 2.2em;
    text-align: center;
    background-image: url(https://api.ning.com/files/udgrN45DhI036WBLXTDbZZRZWTF6z2p69zWaXyNgriORtyzYcKi4ZAT7c2uGBNwM2v5IY684P6I66t9KAQjp0ojHdEhcC2LO/dashedbg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    margin-bottom: 30px;
}