body,
html {
  overflow-x: hidden;
  font-weight: 400;
  color: #001a33;
}

body .head-text .head-section {
  font-family: "Great Vibes", cursive;
}

.text-primary {
  color: #4285f4 !important;
}
.head-text {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
}

.head-section {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  color: #4285f4;
}

/* Navigation */
.navbar-nav > li > a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  color: white;
  padding-right: 10px;
  padding-left: 10px;
}

.list-group-item > h5 {
  margin-bottom: 0px;
}

.navbar-nav > li > a:hover {
  color: rgba(0, 0, 0, 1);
}

/* Sidebar Styles */
.widget {
  list-style-type: none;
}

.card-text {
  font-weight: 700;
  color: #fff;
}

h4.card-text {
  font-weight: 700;
  color: white;
}

/* Modal Styles */
.close {
  color: #ffffff;
}

.modal-body {
  padding: 1.5rem;
}
