.launch {
  background-color: red;
}

.general {
  background-color: #007b8a;
}

.gateway {
  background-color: #ef7622;
}

.computerScience {
  background-color: #a0a1a2;
}

.biomedicalScience {
  background-color: #d74022;
}

nav {
  margin-bottom: 10px;
}

.navbar {
  padding: 0;
}

.navbar-brand {
  height: 60px;
}

.navbar-brand img {
  max-height: 100%;
}

.navbar-default .navbar-text {
  color: #ffffff;
  text-align: right;
}

.hotspotArea {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.main, video {
  width: 100%;
  height: auto;
}

.jumbotron {
  /* padding: 2rem; */
  padding: 0px;
  overflow: hidden;
}


.page-link{
  color: #52499A;
  height: 100%;
}

.page-item.active .page-link{
  z-index:1;
  color:#fff;
  background-color: #52499A;
  border-color: #52499A;
}

.streetsign {
  height: 55vh;
  width: 625px;
  background-image: url(../img/Bill_board.png);
  background-repeat: no-repeat;
  background-size: 625px;
  position: absolute;
  top: 1vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding:15px 25px;
}

h3 {
  text-align: center;
  font-weight: bolder;
  font-style: italic;
  font-size: 2.5em;
  color: #d2505a;
  text-shadow: 1px 0px 0px rgba(0,0,0,0.20);
}

h4 {
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}

.signDisabled {
  display: none;
}

.list-group-item {
  border-color: #58c2c2;
  background: #A0E8E6;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.congratulations {
  padding-top: 40px;
}

a,
a:hover,
a:visited {
  color: #52499a;
}