body{
  font-family: "Lato", sans-serif;
}

h1,h2,h3,h4,h5{
  font-family: "Montserrat", sans-serif;
}

.nusiss-logo{
	max-height: 50px;
}

.nav-link {
    color: rgba(255,255,255, .5);
    border-bottom: .25rem solid transparent;
  }

.nav-link:hover {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.building-cover{
    background: url(../video/nus-iss-building-2.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

.bg-black{
	background-color:#000000;
}

.bg-carbon{
	background-color:#2e2e2e;
}

.bg-dark-blue{
	background-color:#003062;
}

.bg-purple{
	background-color:#404896;
}

.bg-iss-blue{
	background-color:#235f82;
}

.bg-iss-lblue{
	background-color:#80a7b9;
}

.bg-orange {
    background-color: #ff6b30;
}

.bg-light-grey {
  background-color: #f5f5f5;
}

.text-teal{
  color: #119693;
}

.text-purple{
  color: #410a8f;
}