@charset "utf-8";
/* CSS Document */


html {
    scroll-padding-top: 100px; /* Same as banner height */
}


.banner {
	top: 100px;
  	height: 350px;
  	background: url("../img/HK.jpg") center/cover no-repeat;
  	position: relative;
	margin-bottom: 120px;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  color: white;
  display: flex;
  flex-direction: column;
  /*justify-content: center;
  align-items: center;*/
}

.banner a {
  color: white;
  text-decoration: underline;
}

a {
  color: #5f2dbd;
  text-decoration: underline;
}

h1 {
	margin:0;
	padding: 0;
	font-size:36px;
	color: #1a73e8;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
}

h2 {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6em;
  font-weight: 600;
  color: #1a73e8;
  margin-top: 1.5em;
  margin-bottom: 0.6em;
  line-height: 1.3;
}

.right {
	float:right;
	margin: 0 0 15px 15px;
}
.left {
	float:left;
	margin:0 15px 15px 0;
}

h3 {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  color: #333;
  margin-top: 1.2em;
  margin-bottom: 0.4em;
  line-height: 1.2;
}

#wrapper {
 box-shadow: 0 0 5px #222;
 -webkit-box-shadow: 0 0 5px #222;
 -moz-box-shadow: 0 0 5px #222;
 -moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin:5px 0;
}

/*#header {*/
/*	width: 960px;*/
/*	background-color:#CCC;*/
/*	border-bottom:1px solid #DDD;*/
/*	position: fixed;*/
/*}*/

#navbar {
	/*color:#FFF;*/
	color:#555555;
	padding-top: 15px;
	padding-bottom: 15px;
	position: fixed;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	width: 960px;
	background-color:#eeeeee;
	margin:0;
	border-bottom:3px solid #b28c5b;
	z-index: 1000;
}

#navbar p {
	margin:0;
	text-transform: uppercase;
	font-size:14px;
}

body {
	margin:0;
	padding:0;
	background-color:#999999; /* Default: 272727*/
	color:#333;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	opacity: 90%;
}

#container {
	width:960px;
	margin:auto;
	font-size:14px;
}

#page {
	background-color:#FFF;
	overflow:auto;
	/*padding:15px 0;*/
	/*top: 100px;*/
	/*position: relative;*/
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
}

#nav {
	/*background-color:#EEE;*/
	/*background-color:#CCC;*/
	/*color:#555555;*/
	color:palevioletred;
	border-bottom:0 solid #DDD;
}
#nav ul {
	list-style:none;
	margin:0;
	/*padding:0 0;*/
	height:32px;
}
#nav ul li {
	display:inline;
	float:left;
}
#nav a:link, #nav a:visited {
	display:block;
	float:right;
	line-height:32px;
	padding-left: 30px;
	font-size:16px;
}

#content {
	margin:0 15px;
	line-height:160%;
}
/*#home{
	padding-top: 100px;
}
#about{
	padding-top: 100px;
}
#dates{
	padding-top: 100px;
}
#cfp{
	padding-top: 100px;
}
#org{
	padding-top: 100px;
}
#contact{
	padding-top: 100px;
}
#footer {
	padding:15px;	
	overflow:auto;
	color:#FFF;
	font-size:90%;
	text-align:right;
}
#footer img {
	float:left; 
	margin-right:15px;
}

#contentbar {
	width:250px;
	float:left;
	line-height:140%;
	background-color:#EEE;
	border: 1px solid #E5E5E5;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0;
}

#contentbar h3, #contentbar p {
	padding:0 10px;
}*/









