html {
	margin: 0;
	padding: 0;	
}

body {
	padding: 0;
	margin: 0;
	/*background: rgba(255,255,255,1);*/
}


#defaultCanvas {
  margin: 0 auto;
  position: fixed;
  padding: 0;
  top: 0px;
  left: 0px;
  width: 100%;
 /* background-color: rgba(255, 255, 255);*/
  z-index: -500;
  /*border: 5px;
  border-style: solid;*/
}


.topHeader {
  background-color: rgba(255, 255, 255, 0);
  text-align: center;
  position: absolute;
  top: 40%;
  margin: 0px;
  width: 100%;
  z-index: 1;
}

/*.day { 
	background:url(../images/just-work.jpg);


}

.night { background:url(../images/banner-background-test.jpg); }*/

.rotate-test {
	height: 40px;
	width: 400px;
	-webkit-transform: rotateZ(270deg);
	transform: rotateZ(270deg);
	position: fixed;
	top: 50%;
	z-index: 200;
	padding: 0;
	left: -50;
	margin: 0;
	margin-left: -150px;
	text-align: center;
}

p#location-para {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 4px;
}

.rotate-test-right {
	height: 40px;
	width: 170px;
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 200;
	padding: 0;
	margin: 0;
	margin-right: -30px;
	text-align: center;
}

#circle-link {
	height: 10px;
	width: 10px;
	border-radius: 30px;
	float: left;
	margin: 10px;
}

#circle-link:hover {
 border-color: rgba(34, 193, 219, 1.00);
 -webkit-border-radius: 0px;
 -moz-border-radius: 0px;
 -o-border-radius: 0px;
 border-radius: 0px;
}

#logo {
 margin:0px;
 margin-top: 10px;
 margin-left: 30px;
 margin-bottom: 10px;
 float: left;
 width: 200px;
 height: 75px;
 display: block;
}


header {
 background: rgba(0,0,0,.00);
 border-top: 2px solid rgba(219,133,133,1.00);
 width: 100%;
 position: fixed;
 top: 0;
 left: 0;
 z-index: 900;
}

header.scrolled {
	 background: rgba(0,0,0,.97);
}


header.scrolledlight {
	 background: rgba(255,255,255,.97);
}

 .navbar li ul {
    position: absolute;
    display: none;
    width: 250px;
	padding: 0;
	padding-bottom: 30px;
	background: rgba(250,250,250,1.00);
	margin-top: 7px;
 }

 
ul {
 list-style: none;
}

 
li {
 display: inline-block;
 float: left;
 padding: 7px;
}

ul li:hover ul{
	display: block;
}
 
a.navbar-link {
 text-decoration: none;
 font-family: 'Noto', sans-serif;
 font-weight: 400;
 font-size: 9px;
 letter-spacing: 2px;
 line-height: 20px;
}
 
a.navbar-link:hover {
 border-bottom: thin solid rgba(233,65,92,1.00);
 color: rgba(233,65,92,1.00);
 padding-bottom: 9px;
}

a#submit{
	background-image:linear-gradient(135deg, #22c1db, #2bd8b8);
	color:rgba(255,255,255,1.00);
	border-radius:50px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: none;
	box-shadow: 0 0 2px rgba(0,0,0,0.15);
}

a#register{
	background-image:linear-gradient(45deg, #e9415c, #22c1db);
	color:rgba(255,255,255,1.00);
	border-radius:50px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 0 0 2px rgba(0,0,0,0.15);
}

a#register{
	border-bottom: none;
}

 

 
nav {
 float: right;
 padding-top: 15px;
 padding-bottom: 15px;
 font-family: 'Open Sans', sans-serif;
}
 
#menu-icon {
 /*background: url(../images/menu-icon.svg) no-repeat center;*/
 display: hidden;
 width: 32px;
 height: 32px;
}


/*--------------------------- VIDEO STYLES ----------------------------*/

.video-section {
	position: fixed;
	width: 100%;
	max-height: 1300px;
	overflow: hidden;
}

#video-elem {
	width: 100%;
}

video::-webkit-media-controls {
	display: none !important;
}


/*--------------------------- BANNER STYLES ----------------------------*/

.banner {
	position: absolute;
	top:10px;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 850px;
}

#banner-logo {
	width: 40%;
	height: 200px;
	position: absolute;
	/*margin-left: 50px; */
	margin-top: -250px;
	float: left;
	left: 50%;
	margin-left: -20%; /* Half the width of your image. IE6 will double this measure because it is floated. */
}


h1 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: rgba(24,234,187,1.00);
	font-weight: 200;
	text-align: center;
	font-size: 20pt;
	letter-spacing: 3pt;
	line-height: 0px;
	padding: 0;
	padding-top: 0px;
	margin: 0;
}



h4 {
	font-family: 'Noto Sans', sans-serif;
	color: rgba(254,248,243,1.00);
	font-weight: 100;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 90px;
	padding: 0;
	margin: 0;
}

h4#host {
	letter-spacing: 2px;
	font-family: 'Noto Sans', sans-serif;
	margin-top: 25px;
}

#banner-content {
	width: 100%;
	position: absolute;
	top: 480px;
	text-align: center;
}

ul.banner-link-group {
	display: inline-block;
	padding: 0;
	margin: 0;
	margin-top: 0px;
}

li#banner-link a {
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1.5px;
	margin: 0 auto;
	border-radius:50px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 7px;
	padding-bottom: 8px;
	display: inline;
	line-height: 0px;
}

li#banner-link a:hover {
	border-color: rgba(24,234,187,1.00);
	background: rgba(24,234,187,1.00);
	color: rgba(0,0,0,1.00);
	-webkit-transition: background-color ease .3s;
	-moz-transition: background-color ease .3s;
	-o-transition: background-color ease .3s;
	transition: background-color ease .3s;
}


/*--------------------------- ABOUT STYLES ----------------------------*/


.about {
	width: 100%;
	height: 1500px;
	background:rgba(255,255,255,.10);
	position: absolute;
	top:850px;
	bottom: 0;
	left: 0;
	right: 0;
}

#about-left {
	height: 480px;
	width: 34%;
	background: rgba(170,115,116,1.00);
	background-image:linear-gradient(45deg, #22c1db, #e9415c);
	margin-top: 200px;
	margin-left: 10%;
	float: left;
	padding: 40px;
	padding-top: 0px;
	padding-right: 80px;
	/*overflow: scroll;*/
}

h2#about-title {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: rgba(255,255,255,1.00);
	font-weight: 500;
	font-size: 40px;
	letter-spacing: 7px;
	text-shadow: 0px 0px 20px rgba(153, 153, 153, 0.80);
	padding: 0;
	margin: 0;
	margin-top: 30px;
	/*-webkit-text-stroke:1.5px white;*/
}

p#about-para {
	font-family: 'Chivo', sans-serif;
	color: rgba(255,255,255,1.00);
	font-weight: 100;
	letter-spacing: .5px;
	font-size: 13px;
	line-height: 25px;
}

a#about-link {
	color: rgba(255,255,255,1.00);
	font-family: 'Noto Sans', sans-serif;
	border: 3px solid rgba(255,255,255,1.00);
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1px;
	border-radius:50px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-transform: uppercase;
	line-height: 50px;
}

a#about-link:hover {
	background: rgba(255,255,255,1.00);
	color: #22c1db;
	-webkit-transition: background-color ease .5s;
	-moz-transition: background-color ease .5s;
	-o-transition: background-color ease .5s;
	transition: background-color ease .5s;	
	
}

#about-circle {
	width: 150px;
	height: 150px;
	border-radius: 150px;
	position: absolute;
	top: 600px;
	left: 55%;
	border: 5px solid rgba(107,238,254,1.00);
	
}

/*--------------------------- EVENT STYLES ----------------------------*/

.events {
	height: 630px;
	width: 34.5%;
	background:rgba(255,255,255,1.00);
	box-shadow: -5px 0px 20px rgba(178, 187, 211, 0.10);
	float: left;
	margin-top: 175px;
	padding: 30px;
	padding-top: 50px;
}

.events-archive {
	background:rgba(255,255,255,0.00);
	box-shadow: -5px 0px 20px rgba(178, 187, 211, 0.00);
	float: left;
	margin-top: 175px;
	padding: 30px;
	padding-top: 50px;
	width: 80%; 
	margin-top: 200px;
	position: absolute; 
	left: 50%; 
	display: block;
	margin-left: -40%;
}

ul.events-list {
	width: 100%;
	height: 600px;
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
}

li.events-item1 {
	height: 150px;
	width: 96%;
	border-right: 2px solid rgba(95,95,95,.40);
	/*border-top: thin solid rgba(219,219,219,.30);*/
	display: inherit;
	position: absolute;
	padding-left: -20px;
}

li.events-itemarchive {
	height: 250px;
	width: 96%;
	/*border-top: thin solid rgba(219,219,219,.30);*/
	display: inherit;
	position: relative;
	padding-left: -20px;
	border-top: 1px solid rgba(34, 193, 219, 0.2);
	background: rgba(0,0,0,0.7);
}

#event-date {
	font-family: 'Chivo', sans-serif;
	font-weight: 300;
	letter-spacing: 2px;
	font-size: 12px;
	padding: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 12px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(233,65,92,1.00);
	color: rgba(255,255,255,1.00);
}

#event-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: rgba(95,95,95,1.00);
	font-weight: 300;
	text-transform: uppercase;
	position: absolute;
	left: 70px;
	top: -4px;
	letter-spacing: 3px;
	padding: 0;
	margin: 0;
	line-height: 49px;
	margin-left: 40px;
}

#event-title-archive {
	font-family: 'Montserrat', sans-serif;
	color: rgba(95,95,95,1.00);
	color: white; 
	font-weight: 300;
	text-transform: uppercase;
	position: absolute;
	left: 70px;
	top: 5px;
	letter-spacing: 3px;
	padding: 0;
	margin: 0;
	margin-left: 40px;
}

#event-para {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: rgba(95,95,95,1.00);
	letter-spacing: 1.5px;
	padding-top: 0px;
	line-height: 20px;
	overflow: hidden;
	position: absolute;
	top: 50px;
	width: 95%;
}

#event-para-archive {
	font-family: 'Noto Sans', sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: rgba(95,95,95,1.00);
	letter-spacing: 1.5px;
	padding-top: 0px;
	left: 20px;
	line-height: 20px;
	overflow: hidden;
	position: relative;
	width: 90%;
	color: white;
}

a#event-title-archive {
    color: white;
    }

a#event-title-archive:hover {
    /*color: rgba(233,65,92,1.00);*/
    }

#event-title-archive:hover {
    /*color: rgba(233,65,92,1.00); */
    }
    
a#event-para-archive {
    color: white;
    }

a#event-para-archive:hover {
    /*color: rgba(233,65,92,1.00);*/
    }

#event-para-archive:hover {
   /* color: rgba(233,65,92,1.00);*/
    }    


#more-btn {
	position: absolute;
	z-index: 300;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	background: rgba(255,255,255,1.00);
	border: 3px solid rgba(233,65,92,1.00);
	color: rgba(233,65,92,1.00);
	border-radius: 30px;
	padding-right:15px;
	padding-left:15px; 
	padding-top: 5px;
	padding-bottom: 5px;
	right: -13px;
	bottom: 0;
	margin-bottom: -5px;
	text-decoration: none;
 	font-family: 'Noto Sans', sans-serif;
	box-shadow: 0px 5px 13px rgba(54, 56, 63, 0.15);
	
}

#more-btn:hover {
	color: rgba(255,255,255,1.00);
	background: rgba(233,65,92,1.00);
	-webkit-transition: background-color ease .5s;
	-moz-transition: background-color ease .5s;
	-o-transition: background-color ease .5s;
	transition: background-color ease .5s;	
}

#more-btn-archive {
	position: absolute;
	z-index: 300;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	background: rgba(255,255,255,0.00);
	border: 3px solid rgba(233,65,92,1.00);
	color: rgba(233,65,92,1.00);
	border-radius: 30px;
	padding-right:15px;
	padding-left:15px; 
	padding-top: 5px;
	padding-bottom: 5px;
	right: 33px;
	bottom: 0;
	margin-bottom: 45px;
	text-decoration: none;
 	font-family: 'Noto Sans', sans-serif;
	box-shadow: 0px 5px 13px rgba(54, 56, 63, 0.15);
	
}

#more-btn-archive:hover {
	color: rgba(255,255,255,1.00);
	background: rgba(233,65,92,1.00);
	-webkit-transition: background-color ease .5s;
	-moz-transition: background-color ease .5s;
	-o-transition: background-color ease .5s;
	transition: background-color ease .5s;	
}

a#more-events-link {
	color: rgba(255,255,255,1.00);
	font-family: 'Noto Sans', sans-serif;
	background: rgba(34, 193, 219, 1.00);
	border: 2px solid rgba(34, 193, 219, 1.00);
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 1px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-transform: uppercase;
	line-height: 50px;
	left: 70px;;
	top: 30px;
	position: relative;
	box-shadow: 0px 5px 13px rgba(54, 56, 63, 0.20);
}

a#more-events-link:hover {
	background: rgba(255,255,255,1.00);
	color:rgba(34, 193, 219, 1.00);
	border: 3px solid rgba(34, 193, 219, 1.00);
	-webkit-transition: background-color ease .5s;
	-moz-transition: background-color ease .5s;
	-o-transition: background-color ease .5s;
	transition: background-color ease .5s;	
}




/*--------------------------- MIRROR STYLES ----------------------------*/


.mirror {
	height: 460px;
	width: 100%;
	background-image:linear-gradient(135deg, #22c1db, #2bd8b8);
	margin-top: 1080px;
}

#mirror-content {
	width: 60%;
	height: 420px;
	position: relative;
	top: -20px;
	left: 20%;
	border: solid 3px rgba(255,255,255,1.00);
	z-index: 400;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

h2#mirror-title {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: rgba(255,255,255,1.00);
	font-weight: 500;
	font-size: 30px;
	letter-spacing: 7px;
	text-shadow: 0px 0px 20px rgba(153, 153, 153, 0.80);
	padding: 0;
	margin: 0;
	line-height: 60px;
	padding-top: 15px;
	
	/*-webkit-text-stroke:1.5px white;*/
}

p#mirror-para {
	font-family: 'Chivo', sans-serif;
	text-align: center;
	color: rgba(255,255,255,1.00);
	font-weight: 100;
	letter-spacing: .5px;
	font-size: 13px;
	line-height: 30px;
}


ul.mirror-link-group {
	display: inline-block;
	padding: 0;
	margin: 0;
	margin-top: 0px;
}


li a#mirror-register {
	color: rgba(255,255,255,1.00);
	font-family: 'Noto Sans', sans-serif;
	border: 3px solid rgba(255,255,255,1.00);
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1px;
	border-radius:50px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-transform: uppercase;
	line-height: 50px;
}

li a#mirror-register:hover {
	background: rgba(255,255,255,1.00);
	color: rgba(34, 193, 219, 1.00);
	-webkit-transition: background-color ease .5s;
	-moz-transition: background-color ease .5s;
	-o-transition: background-color ease .5s;
	transition: background-color ease .5s;	
}


li a#mirror-submit {
	color: rgba(255,255,255,1.00);
	font-family: 'Noto Sans', sans-serif;
	border: 3px solid rgba(255,255,255,1.00);
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1px;
	border-radius:50px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-transform: uppercase;
	line-height: 50px;
}

li a#mirror-submit:hover {
	background: rgba(255,255,255,1.00);
	color: rgba(34, 193, 219, 1.00);
	-webkit-transition: background-color ease .5s;
	-moz-transition: background-color ease .5s;
	-o-transition: background-color ease .5s;
	transition: background-color ease .5s;	
}


/*--------------------------- KEYNOTE STYLES ----------------------------*/


.keynote {
	height: 1500px;
	width: 100%;
	background: rgba(2,20,34,.80);
	top: 2390px;
	position: relative;
}

.keynote-content {
	height: 1135px;
	width: 75%;
	position: relative;
	left: 12.5%;
	/*background: rgba(166,201,113,1.00);*/
	top: 250px;	
}

.keynote-row {	
	height: 365px;
	position: relative;
	top: 0;
	left: 0;
	border-bottom: 2px solid rgba(24,234,187,1.00);
	
}

#keynote-title-box {
	width: 32%;
	height: 330px;
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	border-right: 2px solid rgba(24,234,187,1.00);
}

h2#keynote-title {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	text-align: left;
	color: rgba(255,255,255,1.00);
	font-weight: 500;
	font-size: 40px;
	letter-spacing: 10px;
	line-height: 65px;
	text-shadow: 0px 0px 20px rgba(153, 153, 153, 0.80);
	padding: 0;
	margin: 0;
	margin-left: -42px;
	margin-top: 20px;
	
	/*-webkit-text-stroke:1.5px white;*/
}

#keynote-photo-1 {
	width: 30%;
	height: 330px;
	background:url(../images/Onyx-Ashanti-Profile.jpg) center center no-repeat;
	display: block;
	top: 0;
	margin-left: 33%;
	max-width: 75%;
	float: left;
}

#keynote-bio-1 {
	width: 33%;
	height: 330px;
	position: absolute;
	top: 0;
	right: 0;
	float: left;
	padding-top: 10px;
	padding-right: 2%;
}

.bio-2 {
	width:65%;
	height: 395px;
	border-bottom: 2px solid rgba(24,234,187,1.00);
}

#keynote-photo-2 {
	width: 30%;
	height: 395px;
	background:url(../images/Ben-Knapp-Profile.jpg) center center no-repeat;
	position: absolute;
	top: 365px;
	margin-left: 33%;
	float: left;
}

#keynote-bio-2 {
	width: 34%;
	height: 395px;
	position: absolute;
	top: 377px;
	left: 0;
	float: left;
	padding-top: 25px;
	padding-right: 1%;
}

.bio-3 {
	width:65%;
	height: 395px;
}

#keynote-photo-3 {
	width: 30%;
	height: 395px;
	background:url(../images/Ikue-Mori-Profile.jpg) center center no-repeat;
	position: absolute;
	top: 765px;
	left: 0;
	float: left;
}

#keynote-bio-3 {
	width: 34%;
	height: 395px;
	position: absolute;
	top: 795px;
	left: 32%;
	float: left;
	padding-top: 10px;
	padding-right: 1%;
}

.bio-4 {
	height: 680px;
	width: 31%;
	position: absolute;
	top: 393px;
	left: 66%;
	padding-left: 40px;
	border-left: 2px solid rgba(24,234,187,1.00);
}

#keynote-photo-4 {
	width: 100%;
	height: 340px;
	background:url(../images/Pamela-Z-Profile.jpg) center center no-repeat;
	position: absolute;
	left: 0;
}

#keynote-bio-4 {
	width: 100%;
	height: 395px;
	position: absolute;
	top: 330px;
	padding-left: 10px;
}

h5#title-4 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	text-align: left;
	color: rgba(255,255,255,1.00);
	font-weight: 500;
	font-size: 25px;
	letter-spacing: 10px;
	line-height: 35px;
	padding: 0;
	margin: 0;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.80);
	
	/*-webkit-text-stroke:1.5px white;*/
}

h5#bio-title-left {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	text-align: left;
	color: rgba(255,255,255,1.00);
	font-weight: 500;
	font-size: 25px;
	letter-spacing: 10px;
	line-height: 35px;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.80);
	
	/*-webkit-text-stroke:1.5px white;*/
}



#keynote-list {
	height: 680px;
	width: 31%;
	background: rgba(2,10,15,.90);
	position: absolute;
	top: 393px;
	left: 66%;
	border-left: 2px solid rgba(24,234,187,1.00);
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 15px;
}

ul.list-of-presents {
	padding: 0;
	margin: 0;
	display: inline-block;
}

li a#presenter {
	color: rgba(255,255,255,1.00);
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	text-align: left;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 7px;
	line-height: 15px;
	display: block;
	border-bottom: 1px solid rgba(24,234,187,1.00);
	padding-bottom: 3px;
	text-decoration: none;
}

li a#presenter:hover {
	border-bottom: 2px solid rgba(24,234,187,1.00);
}



h5 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	text-align: left;
	color: rgba(255,255,255,1.00);
	font-weight: 500;
	font-size: 25px;
	letter-spacing: 10px;
	line-height: 35px;
	padding: 0;
	margin: 0;
	margin-left: -35px;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.80);
	
	/*-webkit-text-stroke:1.5px white;*/
}

h5#bio-title-left {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	text-align: left;
	color: rgba(255,255,255,1.00);
	font-weight: 500;
	font-size: 25px;
	letter-spacing: 10px;
	line-height: 35px;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.80);
	
	/*-webkit-text-stroke:1.5px white;*/
}

h5#keynote-list-title {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	text-align: left;
	color: rgba(255,255,255,1.00);
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 10px;
	line-height: 25px;
	padding: 0;
	padding-bottom: 20px;
	margin: 0;
	margin-left: 0px;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.80);
	
	/*-webkit-text-stroke:1.5px white;*/
}


h6#keynote-bio-title {
	font-family: 'Chivo', sans-serif;
	text-transform: uppercase;
	text-align: left;
	color: rgba(24,234,187,1.00);
	font-weight: 500;
	font-size: 11px;
	letter-spacing: 3px;
	line-height: 25px;
	padding: 0;
	margin: 0;
}

p#keynote-para {
	font-family: 'Chivo', sans-serif;
	text-align: left;
	color: rgba(255,255,255,1.00);
	font-weight: 100;
	letter-spacing: .75px;
	font-size: 13px;
	line-height: 20px;
	padding-right: 20px;
}


a#bio-link {
	/*color: rgba(24,234,187,1.00);*/
	color: rgba(255,255,255,1.00);
	font-family: 'Noto Sans', sans-serif;
	/*border: 2px solid rgba(255,255,255,1.00);*/
	background-image:linear-gradient(135deg, #22c1db, #2bd8b8);
	box-shadow: 0px 5px 13px rgba(54, 56, 63, 0.20);
	text-decoration: none;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 1px;
	border-radius:50px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-transform: uppercase;
	line-height: 50px;
	margin-top: 100px;
}

a#bio-link:hover {
	background: rgba(255,255,255,1.00);
	color: rgba(2,20,34,1.00);
	/*font-weight: 600;*/
	-webkit-transition: background-color ease .5s;
	-moz-transition: background-color ease .5s;
	-o-transition: background-color ease .5s;
	transition: background-color ease .5s;	
}



a#more-presenters-link {
	color: rgba(255,255,255,1.00);
	font-family: 'Noto Sans', sans-serif;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: uppercase;
	line-height: 60px;
	position: relative;
	box-shadow: 0px 5px 13px rgba(54, 56, 63, 0.20);
	margin-top: 20px;
}

a#more-presenters-link:hover {
	color:rgba(24,234,187,1.00);	
}



/*--------------------------- FOOTER STYLES ----------------------------*/

.footer {
	height: 225px;
	width: 100%;
	position: relative;
	top: 2390px;
	padding-top: 125px;
	text-align: center;
	background:rgba(255,255,255,.80);
}

ul.footer-nav {
	display: inline-block;
	padding: 0;
	margin: 0;
	margin-top: 0px;
	border: solid 2px rgba(0,0,0,1.00);
}

ul.footer-nav-left {
	border-right: .5px solid rgba(0,0,0,1.00);
	display: block;
	float: left;
}

ul.footer-nav-right {
	display: block;
	float: left;
	padding-left: 10px;
	margin-bottom: 10px;
}

li a#university-links-vt {
	color:rgba(0,0,0,1.00);
	/*color: rgba(219,133,133,1.00);*/
	font-family: 'Chivo', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 9px;
	letter-spacing: 2px;
	line-height: 15px;
	display: block;
	padding-bottom: 30px;
	padding-top: 30px;
	text-decoration: none;
	padding-left: 0px;
	border-right: solid .5px rgba(0,0,0,1.00);
	padding-right: 12px;
	margin-left: -25px;
	text-shadow: 0px 1px 5px rgba(255,255,255,.30);
}

li a#university-links-vt:hover {
	/*color: rgba(219,133,133,1.00);*/
	color:white;
}

li a#university-links {
	color:rgba(0,0,0,1.00);
	/*color: rgba(219,133,133,1.00);*/
	font-family: 'Chivo', sans-serif;
	text-transform: uppercase;
	text-align: left;
	font-weight: 500;
	font-size: 9px;
	letter-spacing: 2px;
	line-height: 15px;
	display: block;
	padding-bottom: 30px;
	padding-top: 30px;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 8px;
}

li a#university-links:hover {
	/*color: rgba(233,65,92,1.00);*/
	color:white;
}

li a#primary-links {
	color: rgba(0,0,0,1.00);
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	text-align: left;
	font-weight: 300;
	font-size: 8px;
	letter-spacing: 2px;
	line-height: 15px;
	display: block;
	padding-bottom: 3px;
	text-decoration: none;
	padding-top: 30px;
	padding-left:0px;
	margin-right: 8px;
}

li a#primary-links-right {
	color: rgba(0,0,0,1.00);
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	text-align: left;
	font-weight: 300;
	font-size: 8px;
	letter-spacing: 2px;
	line-height: 15px;
	display: block;
	padding-bottom: 3px;
	text-decoration: none;
	padding-top: 30px;
	padding-left:0px;
	/*padding-right: 12px;*/
	margin-right: 12px;
}

li a#primary-links:hover {
	/*border-bottom: 1px solid rgba(233,65,92,1.00);*/
	border-bottom: 0px;
	/*color: rgba(233,65,92,1.00);*/
	color:white;
}

li a#primary-links-right:hover {
	/*border-bottom: 1px solid rgba(233,65,92,1.00);*/
	border-bottom: 0px;
	/*color: rgba(233,65,92,1.00);*/
	color:white;
}


