body {
  background-color: white;
  margin: 0% 0% 0% 0%;
  color: #00004d;
  height: 100%;
  padding-bottom: 60px;
  font-size: 1.3em;
}

/*margin : top right bottom left */

footer{
  height: 60px;
  background-color: #383838;
  margin: 5% 0% 0% 0%;
  color: ghostwhite;
}

#text_footer{
  margin: 2% 0% 0% 0%;
  font-size: 0.9em;
  color:#B4B3B3;
  text-align: center;
}

.center {
  height: 100px;
  position: relative;
  border: 3px solid green;
}

.nobull{
 list-style-type: none;
 font-family: 'Saira';
 font-size: 1.3em;
 color: #000000;
 line-height: 1.6;
}

.nobull-loc{
 list-style-type: none;
}


p {
  font-family: 'Saira';
  font-size: 1.3em;
  color: #000000;
  line-height: 1.6;
}

pre {
  font-family: 'Saira';
  font-size: 1.3em;
  color: #000000;
  line-height: 1.6;
}

h3 {
  font-family: 'Saira';
  color: #000066;
}

h2 {
  font-family: 'Saira';
  color: #000066;
  margin: 0% 0% 2% 0%;
}

#context_collapse{
  font-family: 'Saira';
  color: #00004d;
  font-size: 1.3em;
}

h1 {
  margin: 2% 2% 2% 5%;
  font-family: 'Satisfy';
}

.navbar{
  margin: 0% 0% 3% 0%;
  font-family: 'Saira';
  color: ghostwhite;
  font-size:150%;
  background-color: #000066;
  padding: 20px;
}

.navbar-toggle{
  color: ghostwhite;
}

.navbar-brand {
  font-family: 'Satisfy';
  color: ghostwhite;
  font-size: 250%;
}

.navbar-brand:hover {
  color:#afcde9;
}

.navbar .nav > li.dropdown.open.active > a:hover,
.navbar .nav > li.dropdown.open > a
{
   color:#afcde9;
   background-color: transparent;
}

#link_navbar {
  color: ghostwhite;
}

#link_navbar:hover{
  color:#afcde9;
  background-color: transparent;
}

#CV:hover{
  background-color: #000066;
}

.btn{
  margin: 1% 0% 1% 0%;
  background-color: #000033;
  border: 0;
}

#photo_presentation{
  margin: 1% 0% 0% 0%;
}

#main_text{
  padding: 20px;
  background:
    linear-gradient(to left, transparent 0%, #000066 0%, #000066 7%, transparent 7%) 0 100% / 100% 6px no-repeat,
    linear-gradient(to right, transparent 0%, #000066 0%, #000066 7%, transparent 7%) 0 0 / 100% 6px no-repeat,
    linear-gradient(to bottom, transparent 0%, #000066 0%, #000066 17%, transparent 17%) 0 0 / 6px 100% no-repeat,
    linear-gradient(to top, transparent 0%, #000066 0%, #000066 17%, transparent 17%) 100% 0 / 6px 100% no-repeat,
  white
}

#title_research_item{
  font-family: 'Saira';
  color: #000066;
  margin-top: 0%;
}

#arxiv_link{
  font-family: 'Saira';
  color: #337AB7;
}

#entries{
  font-family: 'Saira';
  font-size: 1.2em;
  color: #000066;
  padding: 20px;
  background:
    linear-gradient(to right, transparent 0%, #000066 0%, #000066 60%, transparent 7%) 0 0 / 100% 6px no-repeat,
    linear-gradient(to bottom, transparent 0%, #000066 0%, #000066 90%, transparent 17%) 0 0 / 6px 100% no-repeat,
  white
}

#entries_header{
  font-family: 'Saira';
  font-size: 1.3em;
  color: #000066;
  margin-top: 0%;
  font-size: 160%;
}

#date_research_item{
  font-family: 'Saira';
  color:#808080;
}

#authors_research_item{
  font-family: 'Saira';
  color: #000066;
}

#list_research_item {
  font-family: 'Saira';
  color: #000000;
  line-height: 1.6;
  font-size: 1em;
}

#list_description {
  font-family: 'Saira';
  color: #000000;
  line-height: 1.6;
  font-size: 1.3em;
}

#subsections_research_item{
  font-family: 'Saira';
  color: #000000;
  line-height: 1.6;
}


#summary{
  margin: 0% 2% 2% 0%;
  font-family: 'Saira';
  font-size: 1.3em;
  color: #000000;
}

.map-container{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-container iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}

/* Enlarging the images */

/* Style the Image Used to Trigger the Modal */
.myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.myImg:hover {opacity: 0.5;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
.caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
  font-size: 1.3em;
}

/* Add Animation - Zoom in the Modal */
.modal-content, .caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

/* End of enlarging image*/
