body {
  background: linear-gradient(#9ac3d7, #e5e3e4);
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", "formata", "Verdana", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #343a40;
}


a {
  color: #006699;
}
a:hover {
  text-decoration: underline;
}


.boxed {
  background-color: #fff;
  max-width: 1200px;
  margin: 0 auto !important;
  border-left: solid 1px #e4e9f0;
  border-right: solid 1px #e4e9f0;
  -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 10%), inset 0 0 2px rgb(255 255 255 / 21%);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1), inset 0 0 2px rgba(255,255,255,.21);
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%), inset 0 0 2px rgb(255 255 255 / 21%);
  height: 100%;
}

.header-alert {
  padding: 15px;
  margin-bottom: 20px;

  text-align: center;
  font-size: 28px;
  font-weight: 600;
  border-radius: 2px;

  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

nav {
  border-bottom: 20px solid #3285ad;
}
.navbar-brand span {
  display: none;
}
.ieee-logo {

} 

.nav-link {
  color: #616161;
}
.nav-link:hover {
  color: #006699;
}
