/* colors */
/* grey      : #D8D8D8; */
/* orange    : #FD570F; */



/* Anchors */ 
a {
  outline: 0;
  color:#FD570F;
} 

a img {
  border: 0px;
  text-decoration: none;
}

a:focus a:link, a:visited { 
  color: #FD570F; 
  padding: 0 1px; 
  text-decoration: underline; 
}
a:hover, a:active { 
  background-color: #FD570F; 
  color: #fff; 
  text-decoration: none; 
  text-shadow: 1px 1px 1px #333;
}


a.nohover, a.nohover:hover, a.nohover:active {
	background-color:transparent;
}

body { 
  padding-top: 70px;
  background: #F5F4EF;
  position: relative;	
}

/* Panel */
.panel {
  border: 2px solid #D8D8D8;
}

.panel-default .panel-heading {
  background-color:#D8D8D8; 
}

.panel-title {
  font-size: 20px;
}


/* About */
.adetails {
  text-align: center;
}

/* Publications */ 
.plist {
  list-style: none; 
  margin: 0;  
}

.pentry { 
  margin: 2em 0em 2em 0em;
  padding: 1em 0em 1em 1em;
  border: 1px solid #d8d8d8;
  border-top-width: 0;
  border-bottom-width: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pentry h4 {
  margin-top: 0;
}


 
.footer { 
  text-align: center;
  margin-bottom: 1em;
}

.footer a {
  background-color: transparent;
  text-shadow: none;
  text-decoration: none;
  color: #FD570F;
}


.navbar {
  padding-left: 15px;
  padding-right: 15px;
  display:block;
  background-color: #B40404;
}

.navbar-default {
  margin-left: auto;
  margin-right: auto;
  background-color: #D8D8D8
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #FD570F;
  background-color: transparent;
  text-shadow: none;
}

.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #FD570F; 
  text-shadow: none;
}

.fontsize-110 {
  font-size: 110%;
}

.fontsize-120 {
  font-size: 110%;
}

.date {
  display : inline;
  font-weight : bold;
}

.photo {
 display : block;
 margin : auto;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 1200px) {
  .navbar {
    width: 1140px;
  }
}




