body {
    font-size: 16px;
}

.tab { 
    margin-left: 40px;
}

.navbar {
    margin-bottom: 0;
	background: rgba(211, 216, 237, .9);
	/*background: rgba(151, 211, 141, .5);*/
	
	color: #21327A;
}


.navbar-default .navbar-brand {
    color: #21327A;
}


.nav.navbar-nav.pull-right li a {
    color: #21327A;
}

.nav.navbar-nav.pull-right li a:hover {
    color: #555;
}

.jumbotron {
   /*background: #000 url('../images/IFN_1.png');*/
   width: 100%;
   height: 50%;
   background-size: cover;
   /*background: #c9c9c9;  */
   /*background: rgba(135, 206, 250, 1); */
   background: rgba(34, 40, 63, .9);
   color: #444
}

.home p {
  text-align: justify
  
}

.jumbotron h1 {
  /*background-image: url("02.jpg");*/
  color: #ffffff;
  font-size: 40px;  
  /*font-weight: bold;*/
}

h1, h2,h3 {
    font-weight: 300;
    justify
}

.section .image {
    max-width: 400px;
    padding: 20px;
}


footer {
    margin-top: 30px;
    border-width: 1px 0 0;
    padding: 20px 0 20px 0;
    width: 100%;

    /*color: #777;*/
	color: rgba(211, 216, 237, .9);
}

footer .copyright {
    color: #888;
}

footer .social-media-list {
    list-style: none;
    margin-left: 0;
	color: #444
}

footer .social-media-list li {
    display: inline-block;
	color: #444
}


.icon > svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
	

}

.item {
    margin: 30px 0 30px 0;
}
.item + .item {
    border-width: 1px 0 0 0;
    /*border-color: #ddd;*/
	border-color: rgba(170, 170, 240, .5);
    border-style: solid;
}

.person .person-role {
    text-align: center;
}
.person .person-program {
    text-align: center;
}
.person .person-email {
    text-align: center;
}

.person .person-description {
	text-align: center;
}

.person-photo {
    display: block;
    height: 200px;
    width: 200px;
    float: left;
    margin-right: 15px;
}


img.pub-image {
    float: right;
    margin: 10px auto;
    height: 100px;
    width: 100px;
}

img.band {
	width: 100%;
    height: auto;
    margin: 10px auto;
}

.pub {
    padding-top: 10px;
}

h2.pub-title {
    margin-top: 0;
}

p.pub-abstract {
    font-style: italic;
}

.pagination {
    text-align: center;
}


.video figure { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  margin-bottom: 25px;
}

.video iframe, .video object, .video embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}




blockquote.twitter-tweet {
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 8px;
  font-weight: bold;
  line-height: 12px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 12px 12px 12px;
  max-width: 468px;
}

blockquote.twitter-tweet p {
  font-size: 8px;
  font-weight: normal;
  line-height: 15px;
}

blockquote.twitter-tweet a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none;
}

blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
  text-decoration: underline;
}

