body {background-color: #05114A;}
img {width: 100%;}
.bg-darkblue {background-color: #05114A;}

/* Header */
section.header {
  background-image: url('.././images/header.png');
  background-size: cover;
  background-position: center;
  height: 800px;
  margin: -12px;
}
section.header .navbar .navbar-brand {font-size: 15px;}

/* Hero */
section.hero {margin-top: -8px;}
section.hero .container {
  background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  height: 600px;
}
section.hero .hero-cmu {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.hero .hero-cisc {margin-top: 100px;}
section.hero .hero-cisc h1 {margin-top: 40px;}
section.hero .hero-cisc button {
  border-radius: 20px;
  margin-left: -100px;
  margin-bottom: -300px;
}

/* Main Content */
section.main-content {
  margin-top: -100px;
}
section.main-content .news-and-updates {
  margin-left: -17px;
  margin-top: -17px;
  padding: 5px;
  background-color: #05114A;
  width: 200px;
  color: #fff;
  text-align: center;
}
section.main-content .announcements {
  margin-left: -17px;
  padding: 5px;
  width: 200px;
  text-align: center;
}
section.main-content .news-and-updates p {margin-bottom: 0;}
section.main-content img.news-and-updates-stripe {
  position: absolute;
  margin-left: 193px;
  margin-top: -6px;
  width: 500px;
}
section.main-content img.announcements-stripe {
  margin-left: 163px;
  margin-top: -40px;
  width: 530px;
}
section.main-content hr {margin-top: -1px;}
section.main-content img.itss-logo {
  width: 8%;
}
section.main-content img.itss-logo-announcements {
  width: 20%;
  margin-left: 40%;
}