﻿.container
{
  max-width: 875px;
}

#top-bar
{
  width:100%;
  height: 4px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #0071c1;
}

#top-row
{
  padding-top: 40px;
}

#top-row>ul
{
  padding-top: 20px;
}

.committee-row
{
  margin-top: 15px;
}

.name
{
  color: #0071c1;
  font-size: 1.1em;
}

.institute
{
  font-size: 0.8em;
	text-align: justify;
}

.institute>a
{
  color: #909090;
}

body
{
  font-family: 'Roboto',sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #909090;
  line-height: normal;
}

h1,h2,h3,h4,h5,h6
{
  color: #0071a1;
}

h2
{
  font-size: 1.5em;
  font-weight: 500;
}

h3
{
  font-size: 1.2em;
  font-weight: 400;
}

.nav
{
  margin-left: 15px;
}

.nav>li>a
{
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

.nav>li>a:hover
{
  background-color: inherit;
}

#main-row
{
  margin-top: 20px;
}

.connect
{
  font-size:0.75em;
}

.important-dates>h5
{
  margin: 0;
  padding: 0;
  padding-top: 10px;
}

.important-dates>p
{
  margin: 0;
  padding: 0;
}

.img-sponsor
{
  width: 200px;
}

.equal {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
}

.col-centered {
  display:inline-block;
  float:none;
  /* reset the text-align */
  text-align:left;
  /* inline-block space fix */
  margin-right:-4px;
}

.row-centered {
  text-align: center;
	
}

.committee-member {
  margin-bottom: 15px;
}

.col-navbar
{
  padding-left: 3px;
  padding-right: 3px;
}
.banner{display: block;
    float: left;
    width: 100%;
    height: auto;
    padding-top: 40px;
    background: url(../assets/banner.jpg) bottom no-repeat;
    background-size: cover;
	margin-bottom:20px;
	}
.fig-caption
{
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.schedule_day1 td
{
  vertical-align: middle !important;
  text-align: center;
}

.schedule_day1 .ws
{
  background: #d3d3d3;
}


