a {
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.projectMargin {
  margin-right: 1rem;
  margin-bottom: .5rem;
  border-radius: 4px;
  border: 2px solid #e53935;
}

.projectNameFont {
  font-size: 1.5rem;
  color: #e53935;
  font-weight: 600;
}

.demo {
  background-color: #e53935;
  color: white !important;
  border-radius: 10px;
  padding-top: .4rem;
  padding-bottom: .1rem;
}

.demo:hover {
  color: black;
}

.demoPadding {
  margin-bottom: 4px;
}

.source {
  border-radius: 10px;
  padding-top: .4rem;
  padding-bottom: .2rem;
  color: #e53935;
}

.card {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  border: none;
}

.mobileImageWidth {
  width: 40%;
}

@media screen and (min-width: 576px) {
  .projectNameFont {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .mobileImageWidth {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .projectNameFont {
    font-size: 2rem;
  }
}
