.angle {
  width: 100%;
  height: 4rem;
  stroke-width: 0;
  stroke: none;
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  padding: 0;
  background-color: white;
  font-size: 10pt;
  font-family: Poppins !important;
  color: #0a0a0a;
  font-weight: 300; }

.navbar-top {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 0;
  margin-bottom: 3rem; }

.navbar-main {
  padding: 0.75rem; }

.nav-angle {
  fill: rgba(0, 0, 0, 0.5);
  height: 3rem; }

.nav-links {
  margin: 0;
  padding: 0; }

.top-link {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: 0.5s;
  font-weight: 400; }

.top-link:hover {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none; }

.top-link-active {
  color: white;
  text-decoration: none; }

.top-link-active:hover {
  color: white;
  text-decoration: none; }

.navbar-brand {
  margin: 0;
  padding: 0; }

.base-nav-logo {
  width: 3rem;
  height: 3rem; }

.nav-logo {
  margin: 0;
  font-family: "Cormorant Garamond";
  font-size: 0.8rem;
  background-color: #5599ff;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.side-nav-button {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  font-size: 1rem;
  width: 2rem;
  height: 2rem;
  transition: color 0.5s; }

.side-nav-button:hover {
  color: rgba(255, 255, 255, 0.9); }
