﻿
.bs-docs-header h1 {
    font-size: 40px;
    line-height: 1;
    margin-top:20px;
}
.bs-docs-header {
    margin-bottom:20px;
    padding-bottom:20px;
}
#me {
	margin-top: 20px;
}

.research-panel{
	font-size: 16px;

}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #000000;
    background-color: transparent;
}

/* Set the fixed height of the footer here */
h1,h2{
  line-height: 0.5;
}
.bs-docs-header h1{
  font-size:35px;
}

.bs-docs-header h2{
  font-size:25px;
  color: #ef8888;
}

body {
font-family: arial;
font-size: 18px;
line-height: 25px;
color: #515151;
}


.box {
/* if not using border-box 
width: 218px; 
*/
width: 900px;
background: #ffffff;
border: 1px solid #999;
padding: 15px;
padding-top:unset;
margin: 10px;
float: left;
 
-webkit-border-radius: 5px;
border-radius: 5px;
 
-webkit-box-shadow: 0px 0px 5px 1px #aaa;
box-shadow: 0px 0px 5px 1px #aaa;
}

#main {
margin-top: 10px;
}

.container {
  max-width:970px;
}
.isotope-item {
  z-index: 2;
}
  
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
  
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
  
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}
  
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}