body {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0;
}

h1 {
  font-size: 3em;
  font-weight: 800;
  font-style: normal;
}
h5 {
  font-weight: 800;
  font-style: normal;
}
.navbar-light .navbar-nav .nav-link {
  color: black;
}
nav div .navbar-nav {
  font-size: 0.9rem;
}

nav .btn-primary {
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  border-radius: 3;
}
#inputGroupSelect01 {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  border: 0;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  border-radius: 0;
  background-color: white;
}
#portfolioBoxes {
  margin-top: 80px;
}

.btn-primary {
  background-color: #6f2cff;
  border-color: #6f2cff;
}
.btn-primary:hover {
  background-color: #4201a2;
  border-color: #4201a2;
} 
.btn-primary:focus {
  background-color: #4201a2;
  border-color: #4201a2;
}
.btn-primary:active {
  background-color: #4201a2;
  border-color: #4201a2;
}

footer a {
  text-decoration: none;
  color: #63676a;
}
footer list-inline-item {
  font-size: 2px;
}
.blurb p {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 2;
}
section li a {
  text-decoration: none;
  color: #6f2cff;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}
/*
*
* ==========================================
*HOVER EFFECT
* ==========================================
*
*/

/* HOVER GENERAL ============================== */
.hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-content {
  position: relative;
  z-index: 99;
}

/* Portfolio Hover ============================== */
.hover-2 .hover-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

.hover-2-title {
  position: absolute;
  top: 50%;
  opacity: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 99;
  transition: all 0.3s;
}

.hover-2-description {
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 0;
  text-align: center;
  z-index: 99;
  transition: all 0.3s;
}

.hover-2:hover .hover-2-title {
  transform: translateY(-1.5rem);
  bottom: 0.5rem;
  opacity: 1;
}

.hover-2:hover .hover-2-description {
  bottom: 0.5rem;
  opacity: 1;
}

.hover-2:hover .hover-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
}

/*
*
* ==========================================
*navBar Gradient Underline
* ==========================================
*
*/

/*navBar Gradient Underline ============================== */
ul a:hover {
  color: #6f2cff !important;
}
nav li {
  text-align: center;
}
li > a:after {
  content: "";
  display: block;
  height: 1.5px;
  background: linear-gradient(
    45deg,
    rgba(180, 68, 125, 1) 0%,
    rgba(111, 44, 255, 1) 100%
  );
  transform: scaleX(0);
  transition: transform 0.3s;
}
li > a:hover:after {
  transform: scaleX(1);
  transition: transform 0.3s;
}
.active {
  color: linear-gradient(
    45deg,
    rgba(180, 68, 125, 1) 0%,
    rgba(111, 44, 255, 1) 100%
  ) !important;
}

/*a tag Underline ============================== */

div a {
  color: black;
  text-decoration: none;
  text-underline-offset: 0.4em;
}
a:hover {
  color: #6f2cff !important;
}

/*video ============================== */
.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text-primary {
  color: #6f2cff !important;
}

ul.filters {
  display: block;
  width: 100%;
  margin: 0;
  padding: 30px 0;
}

ul.filters > li {
  list-style: none;
  display: inline-block;
}

ul.filters > li > a {
  display: block;
  color: #434e5e;
  text-decoration: none;
  padding: 5px 20px;
}
wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.card {
  display: block;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border-radius: 2px;
  transition: box-shadow 0.25s;
}
.card:hover {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1), 0 8px 30px 0 rgba(0, 0, 0, 0.12);
}

#margin {
  margin-top: 4em;
}