body {
  background-color: #000;
  font-family: Raleway;
  color: #fff;
  height: 100%; }

h1 {
  font-weight: 900;
  font-size: 5em;
  line-height: 60pt; }

h2 {
  font-weight: 900;
  font-size: 2.5em;
  line-height: 60pt; }
a:link,a:hover,a:visited,a:active {
	color: #582E90;
}
.bottomgrade {
  background: linear-gradient(transparent, black);
  padding-top: 5rem;
  padding-bottom: 5rem; }

.title {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.5rem; }

.cont-body {
  padding: 5rem 0 5rem 0; }

.btn-primary {
  background-color: #582E90 !important;
  border-color: #582E90 !important;
  font-weight: 700; }

.navbar {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), transparent); }

.navbar-brand {
  font-weight: 900; }

.nav-link {
  font-weight: 700;
  color: #fff !important; }

.nav-link:hover {
  color: #582E90 !important; }

#hero {
  min-height: 100vh;
  background-image: url(images/hero.jpg);
  background-position: center center;
  background-size: cover; }

.intro {
  color: #fff;
  padding-top: 20%; }

.intro p {
  padding: 10px 0 10px 0; }

.alt-body {
  background-color: #fff;
  padding: 4rem 0 4rem 0;
	color: #191A30; }
.cardbase {
  background: #008542;
  color: #fff;
  font-weight: 600;
  border-radius: 1.5rem;
  height: 22rem;
  margin-bottom: 1.65rem;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  background-position: center;
  background-size: cover; }

.card-grade {
  background: linear-gradient(transparent, #140024);
  border-radius: 0 0 1.42rem 1.42rem;
  height: 35%;
  width: 100%;
  position: relative; }

.card-info {
  line-height: 1rem;
  width: 100%;
  padding: 1rem;
  position: absolute;
  bottom: 0;
  left: 0; }
.card-info a:link, .card-info a:active, .card-info a:visited {
    color: #fff !important;
}
.logo-container {
  justify-content: left; }

.logo-card {
  background: #fff;
  color: #000;
  border-radius: 1.5rem;
  width: 13rem;
  font-size: 12px;
  padding: 1rem;
  margin: .5rem;
  text-align: center; }

.page-content {
  flex: 1 0 auto; }

.sticky-footer {
  flex-shrink: none; }

.footer-looks {
  background: #1A1A1A;
  width: 100%;
  min-height: 8rem;
  color: #bbb; }

.footer-text {
  margin-top: 3.5rem; }

.footer-icons {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }

.footer-float {
  float: right; }

.social-icon {
  color: #fff;
  background-color: #464646;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  text-align: center;
  line-height: 2.5rem; }
  .modal-body {
      color: #000;
  }

@media (max-width: 992px) {
  h1 {
    font-weight: 900;
    font-size: 2.5em;
    line-height: 30pt; }

  h2 {
    font-weight: 900;
    font-size: 1.5em;
    line-height: 60pt; }

  .navbar {
    background-color: #1A1A1A; }

  .nav-link {
    margin-top: .75rem; }

  .logo-container {
    justify-content: center; }

  .footer-float {
    float: none; }

  .cardbase {
    height: 20rem; } }
