/* .primary-overlay {
  background: rgba(0, 0, 0, 0.83);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
} */

html,
body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
}

.main-header {
  background: url(../img/people.jpg);
  background-size: cover;
  background-position: center;
  min-height: 700px;
  color: #fff;
}

.main-header .showcase {
  padding-top: 150px;
  padding-bottom: 10%;
}

.showcase {
  background-color: #3a221885;
  opacity: 0.8;
}

.active-link {
  color: #cce067;
  font-weight: bold;
}

/* .section-toi {
  position: relative;
  background: url(../img/code.jpg);
  background-size: cover;
  background-position: center;
  border-top: #333 solid 5px;
  border-bottom: #333 solid 5px;
  min-height: 1400px;
} */

.toi-content {
  line-height: 35px;
}

.section-paper-submission {
  position: relative;
  background: url(../img/ps.jpeg);
  background-size: cover;
  background-position: center;
  min-height: 300px;
  margin: 60px 0;
  padding: 40px 0;
}