/***********************************************************************
 *
 * Declare some fonts
 *
 **/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(http://fonts.googleapis.com/css?family=Anton);
@import url(http://fonts.googleapis.com/css?family=Passion+One:400,700,900);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
body {
  font-family: 'Roboto', sans-serif; }

/***********************************************************************
 *
 * Mixins for font sizes
 * See: http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#mixins
 * for usage in classes.
 *
 **/
/*
 *  Colors
 */
html {
  height: 100%; }

body {
  height: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0px !important;
  color: #383b56; }

/* Constants */
/* Utilities */
.highlight {
  font-weight: 700; }

/* Name and Header */
#header {
  margin-bottom: 10px;
  padding-bottom: 15px;
  margin: 0; }

#header h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 46px;
  color: #383b56;
  margin: 0px; }

#header h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 26px;
  color: #ff8780;
  margin: 10px 0 0px 0;
  padding: 0; }

#header h2 .plus {
  color: #383b56; }

/* About */
#about {
  margin: 27px 0 0 0;
  font-size: 22px;
  line-height: 32px;
  color: #383b56;
  font-weight: 100;
  vertical-align: middle; }

#about a {
  color: #50547b;
  font-weight: 600; }

#about p {
  margin: 0 0 27px 0; }

#about p .emph {
  font-weight: 400;
  font-style: italic; }

/* Selected Pubs */
.main-section {
  margin: 80px 0 0 0;
}

.main-section h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 23px;
  text-transform: uppercase;
  color: #ff8780; }

.main-section h1 .pub-sub-header {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  margin-left: 14px;
  text-transform: none; }

.main-section h1 .pub-sub-header a {
  color: #50547b;
  font-weight: 900; }

.main-section .section-list {
  border-top: solid 1px #50547b;
  padding: 10px 0 20px 0;
  font-size: 14px; }

/* Sidebar */
.sidebar-header {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 23px;
  text-transform: uppercase;
  color: #ff8780; }

#news-box {
  border-top: solid 1px #50547b;
  padding-top: 10px;
  color: #383b56;
  font-weight: 300;
  font-size: 14px; }

#news-box .news-item {
  margin: 0 0 18px 0; }

#news-box .news-item a {
  font-weight: 900;
  color: #50547b;
  font-size: 14px; }


/* Interns */

.intern { 
  margin: 0 0 18px 0;  
}

.intern .intern-bio {
  display: inline-block;
  font-size: 16px;
}

.intern .intern-bio div {
  display: inline;
  margin: 0 6px 0 0;
}

.intern a {
  font-weight: 900;
  color: #50547b;
}

/* Papers */
.paper {
  margin: 5px 0 40px 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px; }

.paper .title {
  font-weight: 900; }

.paper .venue {
  font-style: italic; }

.paper .venue .venue-abbrev {
  font-weight: 300; }

.paper .venue .venue-full {
  font-style: italic; }

.paper .paper-links {
  display: block;
  margin: 5px 0 0 0px; }

.paper .paper-links .paper-link {
  display: inline-block;
  margin: 3px 3px 0 0;
  padding: 2px 5px;
  background-color: #e9e9e9;
  border-radius: 0px;
  vertical-align: middle; }

.paper .paper-links .paper-link:hover {
  background-color: #ff8780; }

.paper .paper-links .paper-link a {
  font-weight: 300;
  color: #383b56;
  text-decoration: none; }

.paper .paper-links .paper-link:hover a {
  color: white; }

.paper .paper-links .paper-award {
  display: inline-block;
  margin: 0;
  font-weight: 300;
  vertical-align: middle;
  background-color: #67b7ff;
  color: white;
  padding: 2px 5px;
  border-radius: 0px; }

#papers {
  padding: 20px 50px; }

#papers .paper {
  margin: 5px 0 40px 0;
  font-weight: 300;
  font-size: 18px; }

#papers .paper .authors {
  margin-top: 2px; }

#papers .paper .venue {
  margin-top: 2px;
  font-style: italic; }

#papers .section-title {
  font-family: 'Oswald', sans-serif;
  color: #ff8780;
  font-weight: 300;
  font-size: 25px;
  text-transform: uppercase;
  margin: 20px 0 40px 0;
  padding: 3px 0;
  border-bottom: solid 1px #50547b; }

/* Paper */
#paper {
  font-family: 'Lato', sans-serif; }

#paper {
  margin: 50px 0; }

#paper #title {
  font-weight: 100;
  font-size: 40px;
  line-height: 42px;
  text-align: center;
  margin: 20px 0;
  padding: 0 60px; }

#paper #authors {
  font-weight: 300;
  font-size: 28px;
  text-align: center;
  margin: 10px 0 40px 0; }

#paper #abstract-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 26px; }

#paper .paper-links {
  text-align: center;
  margin-top: 40px; }

#paper .paper-links .paper-link, #paper .paper-links .paper-award {
  padding: 8px 25px;
  margin: 0 5px;
  background: #67b7ff;
  color: white;
  color: white;
  text-decoration: none;
  font-size: 22px; }

#paper .paper-links .paper-link:hover {
  background: #ff8780; }

#paper #abstract {
  text-align: justify;
  font-size: 25px;
  line-height: 35px;
  font-weight: 300;
  padding: 0 125px; }

#papers {
  font-size: 20px; }

/* Section End Symbol */
.section-end {
  text-align: center;
  color: #ff8780;
  margin: 15px 0 0 0;
  padding-top: 5px; }

.section-end .color {
  color: #67b7ff; }

.copyright {
  text-align: center;
  color: #5a5f8a;
  margin: 15px 0 0 0;
  font-size: 12px; }

.social-links {
  display: block;
  text-align: center;
  margin: 0;
  padding: 20px 0 0 0; }

.social-links a {
  display: inline-block;
  background-color: #50547b;
  color: white;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  line-height: 50px;
  padding: 0;
  margin: 0 5px;
  text-decoration: none; }

.social-links a i {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-size: 18px; }

.social-links a:hover {
  background-color: #ff8780; }

#top-row {
  background-color: #ff8780;
  width: 100%;
  height: 60px;
  margin: 0 0 20px 0; }

#bottom-row {
  background-color: #383b56;
  width: 100%;
  height: 120px;
  margin: 60px 0 0 0; }

#me {
  margin-bottom: 30px; }
