/*MEDIA QUERY*/
@media only screen and (max-width : 640px) {
 
 header {
 position: fixed;
 }
 
 #menu-icon {
 display:inline-block;
	 position: absolute;
	 top: 35px;
	 right: 30px;
	 z-index: 100;
 }
 
 nav ul, nav:active ul { 
 display: none;
 position: absolute;
 padding: 20px;
 background: #171717;
 right: 0px;
 top: 63px;
 width: 25%;
 margin: 0;
 }
 
 nav:hover ul {
 display: block;
 }
 
 nav li {
 text-align: center;
 width: 100%;
 padding: 15px 0;
 margin: 0;
 }
	
h1 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	/*color: rgba(255,255,255,1.00);*/
	font-weight: 400;
	text-align: center;
	font-size: 20pt;
	letter-spacing: 7pt;
	line-height: 1em;
	padding: 0;
	padding: 20px;
	margin-top: -70px;
	/*text-shadow: 0px 0px 20px rgba(0,0,0,.80);*/
}
	
h4 {
	font-family: 'Chivo', sans-serif;
	color: rgba(255,255,255,1.00);
	font-weight: 100;
	text-align: center;
	font-size: 1em;
	letter-spacing: .2em;
	line-height: 1em;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	/*text-shadow: 0px 0px 20px rgba(0,0,0,.80);*/
}

h4#host {
	letter-spacing: 0.1em;
	padding:20px;
}

.rotate-test {
	display: none;
}
	
.rotate-test-right {
		display: none;
	}

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

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


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

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

li#banner-link a {
	font-family: 'Noto Sans', sans-serif;
	/*border: 2px solid rgba(255,255,255,1.00);
	color: rgba(255,255,255,1.00);*/
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0 auto;
	border-radius:50px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 7px;
	padding-bottom: 7px;
	display: inline;
	line-height: 80px;
}

li#banner-link a:hover {
	border-color: rgba(219,133,133,1.00);
	-webkit-transition: border-color ease .5s;
	-moz-transition: border-color ease .5s;
	-o-transition: border-color ease .5s;
	transition: border-color ease .5s;	
}
	
/*--------------------------- VIDEO STYLES ----------------------------*/

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

#video-elem {
	width: 0%;
}

video::-webkit-media-controls {
	display: none !important;
}
	
/*--------------------------- ABOUT STYLES ----------------------------*/
	
.about {
	width: 100%;
	height: 1810px;
	background:rgba(255,255,255,.95);
	position: absolute;
	top:650px;
	bottom: 0;
	left: 0;
	right: 0;
}
	
#about-left {
	height: 480px;
	width: 100%;
	background: rgba(170,115,116,1.00);
    background-image: linear-gradient(45deg, #22c1db, #e9415c);
	margin-top: 0px;
	margin-left: 0%;
	float:none;
	padding: 0px;
	padding-top: 20px;
	text-align: center;
	box-shadow: -5px 0px 20px rgba(0, 0, 0, 0.05);
}
	
	a#about-link {
	color: rgba(255,255,255,1.00);
	font-family: 'Noto Sans', sans-serif;
	border: 2px solid rgba(255,255,255,1.00);
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1px;
	border-radius:50px;
	text-transform: uppercase;
	line-height: 50px;
}
	
	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: 30px;
	padding-right: 20px;
	padding-left: 20px;
}

a#about-link:hover {
	background: rgba(255,255,255,1.00);
	color: #22c1db;
	
}
	
	
/*--------------------------- EVENTS STYLES ----------------------------*/
	
.events {
	height: 700px;
	width: 90%;
	left: 5%;
	top: -20px;
	background:rgba(255,255,255,1.00);
	box-shadow: 0px 3px 20px rgba(153, 153, 153, 0.20);
	margin-top: 0px;
	padding: 0px;
	position: relative;
}

ul.events-list {
	width: 90%;
	height: 700px;
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
	left: 5%;
	top: 50px;
}

li.events-item1 {
	height: 150px;
	width: 96%;
	display: inherit;
	position: absolute;
	padding-left: -20px;
}

li.events-itemarchive {
	height: 300px;
	width: 96%;
	display: inherit;
	position: relative;
	padding-left: -20px;
	border-top: 1px solid rgba(34, 193, 219, 0.2);
}

li#item1 {
	top: 20px;
}

li#item2 {
	top: 210px;
}

li#item3 {
	top: 420px;
}

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

#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;
	background: rgba(233,65,92,1.00);
	color: rgba(255,255,255,1.00);
}

#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: 25px;
	overflow: hidden;
	bottom: 7px;
}

#more-btn {
	position: absolute;
	z-index: 300;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	background: rgba(255,255,255,1.00);
	border: 2px 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: -15px;
	bottom: 15px;
	margin-bottom: -15px;
	text-decoration: none;
 	font-family: 'Noto Sans', sans-serif;
}

a#more-events-link {
	color: rgba(255,255,255,1.00);
	font-family: 'Noto Sans', sans-serif;
	background: rgba(34, 193, 219, 1.00);
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 1px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 25px;
	padding-bottom: 25px;
	text-transform: uppercase;
	line-height: 0px;
	left: 120px;
	top: 673px;
	position: absolute;
}
	
a#more-events-link:hover {
	background: rgba(255,255,255,1.00);
	color:rgba(34, 193, 219, 1.00);
	border: 2px 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 2px 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: 2px 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: 2px 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;	
}


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


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

#mirror-content {
	width: 80%;
	height: 630px;
	position: relative;
	top: -27px;
	left: 6.5%;
	border: solid 2px 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: 2px 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: 2px 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: 2150px;
	width: 100%;
	background: rgba(2,20,34,.90);
	top: 2660px;
	position: relative;
}

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

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

#keynote-title-box {
	width: 100%;
	height: 330px;
	position: absolute;
	top: 0;
	left: 0;
	float: none;
	border-right: none;
}

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: -20px;
	margin-top: 20px;
	
	/*-webkit-text-stroke:1.5px white;*/
}

#keynote-photo-1 {
	width: 40%;
	height: 330px;
	background:url(../../../uploads/2017/05/Onyx-Ashanti-Profile.jpg) center center no-repeat;
	display: inherit;
	position: absolute;
	top: 400px;
	margin-left: -10px;
	max-width: 75%;
	float: none;
}

#keynote-bio-1 {
	width: 50%;
	height: 330px;
	position: absolute;
	top: 390px;
	/*right: 0;*/
	float: none;
	left: 50%;
}

.bio-2 {
	width:100%;
	height: 420px;
	border-top: 2px solid rgba(24,234,187,1.00);
	margin-top: 405px;
}

#keynote-photo-2 {
	width: 40%;
	height: 395px;
	background:url(../../../uploads/2017/05/Ben-Knapp-Profile.jpg) center center no-repeat;
	position: absolute;
	top: 785px;
	margin-left: -10px;
	float: none;
}

#keynote-bio-2 {
	width: 50%;
	height: 395px;
	position: absolute;
	top: 777px;
	left: 50%;
	float: none;
	padding-top: 35px;
}

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

#keynote-photo-3 {
	width: 40%;
	height: 395px;
	background:url(../../../uploads/2017/05/Ikue-Mori-Profile.jpg) center center no-repeat;
	position: absolute;
	top: 1205px;
	left: -10px;
	float: left;
}

#keynote-bio-3 {
	width: 50%;
	height: 395px;
	position: absolute;
	top: 1220px;
	left: 50%;
	float: none;
	padding-top: 20px;
}


#keynote-list {
	height: 680px;
	width: 95%;
	background: rgba(2,10,15,.90);
	position: absolute;
	top: 1620px;
	left: 0;
	border-top: 2px solid rgba(24,234,187,1.00);
	border-left: none;
	padding-left: 20px;
	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: 1px 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: 65px;
	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: 65px;
	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#keynote-list-title {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: rgba(255,255,255,1.00);
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 10px;
	line-height: 25px;
	padding: 0;
	padding-bottom: 40px;
	padding-top: 40px;
	margin: 0;
	margin-left: 0px;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.80);
	text-align: center;
	
	/*-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: 10px;
	line-height: 25px;
	padding: 0;
	margin: 0;
	
	/*-webkit-text-stroke:1.5px white;*/
}

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: 30px;
	padding-right: 20px;
	visibility: hidden;
	height: 0px;
}


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: 600;
	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;
	text-align: center;
	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: 275px;
	width: 100%;
	position: relative;
	top: 1660px;
	padding-top: 50px;
	text-align: center;
	background:rgba(255,255,255,.85);
}

ul.footer-nav {
	display: inline-block;
	padding: 0;
	margin: 0;
	margin-top: 0px;
	border: solid 2px rgba(123,123,123,1.00);
	box-shadow: 2px 2px 20px rgba(255,255,255,.20);
	margin-left: 20px;
	margin-right: 20px;
}

ul.footer-nav-left {
	border-right:none;
	border-bottom: 2px solid rgba(123,123,123,1.00);
	width: 100%;
	padding-left:0px;
	display: block;
	text-align: center;
}

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

li a#university-links-vt {
	color:rgba(123,123,123,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: 12px;
	letter-spacing: 3px;
	line-height: 15px;
	display: block;
	padding-bottom: 30px;
	padding-top: 30px;
	text-decoration: none;
	padding-left: 40px;
	border-right: solid 1px rgba(123,123,123,1.00);
	padding-right: 20px;
	text-shadow: 0px 1px 5px rgba(255,255,255,.30);
}

li a#university-links {
	color:rgba(123,123,123,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: 12px;
	letter-spacing: 3px;
	line-height: 15px;
	display: block;
	padding-bottom: 30px;
	padding-top: 30px;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 20px;
	text-shadow: 0px 1px 5px rgba(255,255,255,.30);
}

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

li a#primary-links {
	color: rgba(123,123,123,1.00);
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	text-align: left;
	font-weight: 400;
	font-size: 10px;
	letter-spacing: 2.5px;
	line-height: 10px;
	display: block;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left:0px;
	text-shadow: 0px 1px 5px rgba(255,255,255,.30);
}

li a#primary-links:hover {
	color: rgba(219,133,133,1.00);
	border-bottom:none;
}

