body{
	margin: 0px;
background-color: #f2f2f2;
min-width: 1300px;
}

.header{
	height: 5em;
	background-color: #015b8f;
	opacity: 0.8;
	line-height: 5em;
	z-index: 10000;
	position: fixed;
	left: 0px;
	right: 0px;
	width: 1400px;
}
.header h1{
	height: inherit;
	left: 0;
	line-height: inherit;
	margin: 0;
	padding-left: 20px;
	position: absolute;
	text-decoration: none;
	font-family: 'Philosopher';
}
.header h1 :hover{
	color: #2eb8b8;
}
a{
	color: black;
	text-decoration: none;
}
.header nav{
	position: absolute;
	right: 4em;
	
}
.header nav > ul{
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.header nav > ul > li {
		border-radius: 4px;
		display: inline-block;
		margin-left: 2.2em;
		padding-left: 0;
}
.header nav > ul > li a{
	color: #7ab9cf;
	font-family: 'Philosopher';
	font-size: 16px;
	text-decoration: none;
}
.header nav :hover {
	color:  #aeeaea;
}






/**sub menu stuff **/
 .clearfix :after{
 	display: block;
 	clear: both;
 }

 #nav-bar li:hover .sub-menu{
	z-index: 1;
	opacity: 1;
 }
#nav-bar > ul > li{
	float: left;
	display: inline-block;
	position: relative;
}


 #nav-bar .arrow{
 	font-size: 11px;
 	line-height: 0%;
 }

.sub-menu  {
   	width:320%;
    padding:0px;
    position:absolute;
    top:100%;
    left:0px;
    z-index:-1;
    opacity:0;
    transition:opacity linear 0.15s;
    box-shadow:0px 1px 3px rgba(0,0,0,0.2);
    background:#015b8f;
    font-size: 19px;
}

.sub-menu li {
    display:block;
    font-size:16px;
}
 
.sub-menu li a {
    padding:10px 30px;
    display:block;
}

.sub-menu li a:hover, .sub-menu .current-item a {
    background:#3e3436;
	color:  #aeeaea;
}

/** paragraph and header styles **/

 .title h1{
	text-align: left;
	color:  #015b8f;
	font-family: 'Philosopher';
	margin-left: 20px;
	padding-top: 30px;
	clear: both;
}
h2{
margin-left: 90px;
margin-top: 10px;
font-family: 'Philosopher';
}

.title p, .title ul{
	margin-left: 90px;
	margin-right: auto;
	font-family:  'Raleway', Times new Roman, 'Philosopher';
	width: 70%;
	font-size: 16px;
}

#info h1{
	color:#004c80;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 300%;
	padding-bottom: 0px;
	font-family: 'Philosopher';
	width: 90%;
	margin-top:0px;
	margin-bottom: 0px;
}

#info h2{
	color:#002033;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 250%;
}
#info h3{
	color: red;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: 'Philosopher';
	font-size: 180%;
}
#info a{
	color: #e6f2ff;
	font-family: 'Philosopher';
	text-align: center;
	margin-left: 250px;
	margin-top: 0px;
	font-size: 150%;
}
#info #ssci{
	background-color: #2eb8b8;
	opacity: 0.9;
	padding: 20px;

}
#info #noteText a{
	color: red;
	margin-left: 350px;
	margin-top: 0px;
	font-size: 150%;
}
#info a :visited{
	color: #002033;
}

/**committee layout**/
.title .column{
	float: left;
	width: 33%;
	text-align: center;
	padding-bottom: 20px;
}
.title .column img{
	height: 160px;
	border-color: navy;
	border-spacing: 20px;
}
 .title h3,.title h3 a{
	color: #002033;
	font-family:'Philosopher';
	margin-left: 70px;
}

.title .column h3, .title .column h3 a{
	margin: auto;
}
.title .column h2{
	margin: auto;
	color: #009999;
}

.important span, .paper a, .paper a :visited, #program a, #venue a{
	color: #6600ff;
}

.title #hotel {
	margin-left: 370px;
	width: 600px;
	height: 250px;
}


.title .paper h3{
	padding-bottom: 20px;

}
.title .topics ul{
	margin: auto;
}
.title .topics{
	float: left;
	width: 33%;
	padding-bottom: 20px;
}
.title h4{
	color: #002033;
	font-family:'Philosopher';
	margin-left: 70px;
	font-size: 18px;
}
.title .pastEd li{
	font-family:'Philosopher';
	list-style: none;
	margin-left: 90px;
	font-size: 18px;
	padding-bottom: 2px;
}
.title .pastEd a{
	color: #6600ff;
}

/** attraction picture css **/

.attractions {
	margin: 1em auto;
	max-width: 1106px;
	text-align: center;
}

.attractions li {
	display: inline-block;
	margin: 1em;
	width: 270px;
}

.attractions img {
	display: block;
	height: auto;
	max-width: 100%;
	height: 180px;
	width: 320px;
}

.attractions figure {
	height: 163px;
	overflow: hidden;
	position: relative;
	width: 289px;
}
.attractions li:hover figcaption {
	opacity: 1;
}
.attractions figcaption {
	background: rgba(0,0,0,0.8);
	color: white;
	display: table;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;

	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	transition-delay: 100ms;
}

.attractions figcaption p {
	display: table-cell;
	font-size: 1.5em;
	position: relative;
	top: -40px;
	width: 289px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
		vertical-align: middle;

}

.attractions li:hover figcaption p {
	-moz-transform: translateY(40px);
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
}

/*twitter and important dates*/
.important{
	float: left;
    width: 600px;
    height: auto;
    margin-right: 8px;
	color: #002033;
	font-family:'Philosopher';
	margin-left: 70px;
}
.fr{
	margin-left: 60%;

}
.title .fl h3 > .title h3{
	width: 40px;
}

