html, body {
  height: 100%;
  word-break: break-word;
}

body {
  background-color: #FFF;
}

.container-fluid {
    padding: 50px 5%;
    text-align: left;
    position: relative;
}

/* --------Footer-------- */

.footer-div {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.footer {
	height: 50px;
	background-color: #000;
  text-align: center;
}

.footer p {
  display: inline-block;
	margin-top: 15px;
	font-size: 12px;
  color: #fff;
}

/* --------Navbar-------- */

.navbar .navbar-nav .nav-link {
    color: #000000;
    font-size: 1.3em;
}

.navbar-brand {
    color: #000000;
    font-size: 1.5em;
    font-weight: bold;
}

.navbar .navbar-nav .nav-link:hover{
    color: #808080;
}

.pp {
  width: 100px;
  border-radius: 100%;
  margin-right: 15px
}

.sm-icons {
  flex-direction: row;
}


.active {
  font-weight: bold;
}

/* --------Home-------- */

.header-div {
  padding: 20px 30px;
  margin: 0;
  font-size: 1.1em;
  background: rgba(51, 51, 51);
  color: white;
  display: inline-block;
  border-radius: 100px;
  font-weight: bold;
}

.header-div-publications {
  background: rgba(53, 81, 61);
}

.main-container {
  width: 100%;
  padding: 0 5%;
}

.content-div {
  padding: 20px 30px;
  margin: 20px 0 50px 0;
  font-size: 1.1em;
  display: inline-block;
  width: 100%;
  border-radius: 30px;
  border-color: rgba(51, 51, 51);
  border-style: solid;
  border-width: 2.3px;
  text-align: center;
}

.content-row-publication {
  padding: 0;
  margin: 20px 0;
  width: 100%;
}

.header-icon {
  margin-right: 10px;
}

/* --------Publication -------- */
.publication{
  width: 100%;
  padding: 30px 10px;
  font-size: 1.0em;
  border-radius: 30px;
  border-color: rgba(51, 51, 51);
  border-style: solid;
  border-width: 2.3px;
  height: 100%;
  text-align: center;
  padding-bottom: 0;
}

.publication-teaser-img{
  width: 100%;
  height: 170px;
  object-fit: contain;
}

.publication-title{
  font-size: 1.1em;
  margin-bottom: 0;
}

.publication-description{
  margin-bottom: 0;
}

.publication-authors{
  margin-bottom: 0;
  font-size: 0.9em;
}

.hr-publication{
  margin: 10px 0 10px 0;
}

.publication-body{
  padding: 0 20px 0 20px;
}

.publication-link-div{
  padding: 12px 0;
  margin-bottom: 10px;
}

.publication-bottom-div{
  padding: 0;
  width: 100%;
  text-align: center;
}

.publication-status-div{
  padding: 0;
  width: 70%;
  display: inline-block;
  font-weight: bold;
  border-style: solid;
  border-width: 2.3px;
  font-size: 0.91em;
  height: 40px;
  border-radius: 100px 100px 0 0;
  background-color: #e6e6e6;
  border-bottom: none;
  border-color: rgba(51, 51, 51);
}

.publication-status-text{
  height: 100%;
  line-height: 38px;
}

.publication-status-iccv{
  background-color: #7a0202;
  color: #ffffff;
}

.publication-status-ijcai{
  background-color: #064b17;
  color: #ffffff;
}

.publication-status-ijcv{
  background-color: #150a46;
  color: #ffffff;
}

.publication-status-neurips{
  background-color: #400742;
  color: #ffffff;
}

.col-publication{
  margin-bottom: 30px;
}

.publication-link{
  color: #000;
}

/* ------------CV------------ */

.cv-pdf {
  height: calc(100% - 175px);
  width: 100%;
}

/* --------Responsive-------- */

@media only screen and (max-width: 990px) {
  .sm-icons .nav-item {
    padding-right: 1em;
  }

  .pp {
    width: 70px;
    border-radius: 100%;
    margin-right: 15px
  }

  .navbar-brand {
      font-size: 1.05em;
  }

  .header-div {
    font-size: 1.0em;
  }

  .content-div {
    font-size: 1.0em;
  }

  .header-div-news {
    margin: 30px 0 0 0;
  }

  .cv-pdf {
    height: calc(100% - 145px);
  }

}
