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

.p-text {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
}

.mt-slide {
  margin-top: 2rem !important;
}

.container {
  padding-top: 10px;
  background-image: url("../img/purple_grapes_vector.gif");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 150px 150px;
}

.title-container {
  padding-top: 30px;
}

.title-container > h1 {
  font-weight: 700;
  color: #52007f;
}

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

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

.btn-primary-grape {
  background-color: #a897cc;
  color: white;
}

.grape {
  background-color: #a897cc;
  color: white;
}

.text-grape {
  color: #a897cc !important;
}

.video-text {
  color: #52007f !important;
}

.navbar-dark .navbar-brand {
  color: #52007f;
  font-weight: 700;
}

.header-text {
  font-family: "Great Vibes", cursive;
}

.card {
  word-wrap: normal;
}

.card-title {
  color: #52007f;
}

.card-body {
  background: #e3cdf2;
}

a {
  color: #593156;
}
a:hover {
  color: #38353f;
}
