/**********************************
GENERAL
***********************************/
html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', 'Verdana', Geneva, sans-serif;
  height: 100%;
}

p b, .name, .pubs_heading {
  font-family: 'Slabo 27px', serif;
  color: #6C6CB7;
}

p {
  font-size: 14px;
  font-weight: lighter;
}

p b {
  font-size: 17px;
}

/* links */
a {
  text-decoration: none;
}

#wrapper {
  clear:both;
  position: relative;
  min-height: 100%;
}

section {
  max-width: 90%;
  margin: 0 auto;
  padding-bottom:130px;
}


h3 {
  margin: 0 0 0.8em 0;
  font-weight: bold;
  font-size: 22px;
  color: #431C76;
}


nav a {
  font-family: 'Slabo 27px', serif;
  font-size: 18px;
  font-weight: normal;
}

h2 {
  /*font-family: 'Slabo 27px', serif;*/
  font-size: 13.5px;
}


h1, h3, .pubs_heading, .name {
  font-family: 'Roboto', sans-serif;
}


/**********************************
HEADING
***********************************/

header {
  float: left;
  margin: 0 0 30px; 0;
  padding: 5px 0 0 0;
  width: 100%;
}

/* heading title (h1 & h2) centered */
#title {
  text-align: center;
  margin: 0;
}

h1 {
  font-size: 25px;
  line-height: 0.8em;
  font-weight: bolder;
}

h2 {
  margin: -2px 0 10px 0;
  font-weight: normal;
}


/**********************************
NAVIGATION
***********************************/

nav {
  text-align: center;
  padding: 15px 0;
  margin: 20px 0;
}

nav ul {
  list-style: none;
  margin: 0 10px;
  padding: 0;
}

nav li {
  display: inline-block;
  margin: 2px 0;
}

nav a {
  font-weight: 400;
  padding: 9px 9px;
}



/**********************************
PAGE: RESEARCH
***********************************/

#topics img {
  float: right;
  max-width: 40%;
}



/**********************************
PAGE: PEOPLE
***********************************/


  .member-position {
    padding: 5px;
    background-color: #888;
    font-size: 19px;
    font-weight: bold;
    color: #eee;
  }



/**********************************
PAGE: PUBLICATIONS
***********************************/
#pubs .publication {
  padding: 0 0 30px 0;
}

#pubs .name {
  color: #888;
  font-weight: bold;
  margin: 0 0 -12px 0;
}

#pubs img {
 max-width: 100%;
 max-width: 70px;
 max-height: 67px;
 float: right;
 padding: 0 0 0 7%;
}

#pubs .name:hover {
  color: #527ACC;
}

#pubs a:hover {
  color: #DA6F8E;
}

.pubs_heading {
  font-size: 1.3em;
  color: #666;
}

/**********************************
PAGE: CONTACT
***********************************/

.contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9em;
}

/*padding acts on the link, which consists of the text,
so it shifts the text right by adding 30px of padding on the left of the text*/

.contact-info a {
  display: block;
  min-height: 20px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  /*padding: 0 0 0 30px;*/
  margin: 10px;
}

/**********************************
FOOTER
***********************************/

#copyright {
  position: bottom;
  text-align: center;
  font-size: 0.85em;
}


footer {
  position: absolute;
  bottom: 0;
  margin-right: auto;
  margin-left: auto;
  left: 0;
  right: 0;
  font-size: 0.75em;
  text-align: center;
  clear: both;
  padding-top: 20px;
  color: #BBB;
  background-color: #efefef;
}




/***********************************
COLORS
************************************/

/* site body: white background, gray text */
body {
  color: #444;
  background: #fff;
}

/* gray header */
header {
  background: #6D6E70;
  background: url("../img/headerbg.png");
  background-repeat: repeat;
}

/* white heading text */

/* darker gray navigation background */
nav {
  background: #555;
}

/* default link color */
a {
  color: #888;
}

/* default link hover color */
a:hover {
  color: #4FCBD9;
}

/* white navigation links */
h2, nav a, nav a:visited {
  color:  #bbb;
}

h1, nav a.selected, nav a:hover {
  color:  #fcc317;
}


/* dark gray selected nav links */
p b, .name, .pubs_heading {
  color: #555;
}
