/*          Custom fonts from Schrift      */
/*  
p {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Charis SIL", Bitstream Charter, Georgia, "Fira Sans", serif;
  font-size: 20px;
  color: #404040;
	text-rendering: optimizeLegibility;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .navbar, .brand, .btn-simple, a, .td-name, td {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", "Droid Sans", "Open Sans", Verdana, arial, sans-serif;
	text-rendering: optimizeLegibility;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-weight: 800;
  margin: 30px 0 15px;
}
  */

.strong {
    font-weight: 600;
}

hr.small {
  max-width: 100px;
  margin: 15px auto;
  border-width: 4px;
  border-color: white;
}

hr.smallblack {
  max-width: 200px;
  margin: 15px auto;
  border-width: 3px;
  border-color: black;
}


.pubs  {
text-indent:-50px;
margin-left:75px;
}


.card .pubimage {
  overflow: hidden;
  height: 120px;
  border-radius: 6px 6px 0 0;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.card .pubimage img {
  width: 100%;
}

.card .journal {
  font-size: 14px;
  font-weight: 600;
 color:black;
}

.card .pagenumbers {
  font-size: 14px;
  font-weight: 600;
  color: #9A9A9A;
}


.btn-researchgate {
  border-color: #34b2a7;
  color: #34b2a7;
}
.btn-researchgate:hover, .btn-researchgate:focus, .btn-researchgate:active, .btn-researchgate.active, .open > .btn-researchgate.dropdown-toggle {
  background-color: transparent;
  color: #34b2a7;
  border-color: #34b2a7;
  opacity: 1;
}
.btn-researchgate:disabled, .btn-researchgate[disabled], .btn-researchgate.disabled {
  background-color: transparent;
  border-color: #34b2a7;
}
.btn-researchgate.btn-fill {
  color: #FFFFFF;
  background-color: #34b2a7;
  opacity: 0.9;
}
.btn-researchgate.btn-fill:hover, .btn-researchgate.btn-fill:focus, .btn-researchgate.btn-fill:active, .btn-researchgate.btn-fill.active, .open > .btn-researchgate.btn-fill.dropdown-toggle {
  background-color: #34b2a7;
  color: #FFFFFF;
  opacity: 1;
}


.btn-googlescholar {
  border-color: #0e65f1;
  color: #0e65f1;
}
.btn-googlescholar:hover, .btn-googlescholar:focus, .btn-googlescholar:active, .btn-googlescholar.active, .open > .btn-googlescholar.dropdown-toggle {
  background-color: transparent;
  color: #0e65f1;
  border-color: #0e65f1;
  opacity: 1;
}
.btn-googlescholar:disabled, .btn-googlescholar[disabled], .btn-googlescholar.disabled {
  background-color: transparent;
  border-color: #0e65f1;
}
.btn-googlescholar.btn-fill {
  color: #FFFFFF;
  background-color: #0e65f1;
  opacity: 0.9;
}
.btn-googlescholar.btn-fill:hover, .btn-googlescholar.btn-fill:focus, .btn-googlescholar.btn-fill:active, .btn-googlescholar.btn-fill.active, .open > .btn-googlescholar.btn-fill.dropdown-toggle {
  background-color: #0e65f1;
  color: #FFFFFF;
  opacity: 1;
}


.section-yellow {
  background-color: #f2f6dd;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;	
}







/*       

article {
	background:#fff;
	border:1px solid #eee;
	margin:0 0 1em 0;
	padding:40px 40px 20px 40px;
	position:relative;
	box-shadow: 0 0 2px #888;
}

.active-link {
  background-color: #2E3436;
}

.date {
	float: left;
	width: 60px;
	height: 50px;
	margin: 0;
	margin-top: 3px;
	margin-right: 20px;
	padding-top: 10px;
	background: #0064cd;
	border-radius: 10px;
	line-height: normal;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
}

.date b {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: 400;
}

dt.line { font-style: italic; 
font-weight: bold; 
font-size: 18px; 
text-align: right; 
padding: 0 26px 0 0; 
width: 150px; 
float: right; 
height: 100px;
border-right: 1px solid #999; 
 }

dd.line{  
float: left; }

.job {border-bottom: 1px solid #ccc; }
.joblast {}
.jobyear { position: absolute; top: 0.35em; right: 0 ;font-style:italic;}
.job p { margin: 0.75em 0 0.5em 0; }

.pubs  {
text-indent:-50px;
margin-left:75px;
}

   */


/* Set this so numbers in ordered list move with spacing */
ol {list-style-position: outside;}

ul {list-style-position: outside;}

