.footer-logo-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top:3.1em;
}

.logo-footer{
    height: 17rem !important;
    width: auto !important;
    max-width: 500px !important;
}


.contact-us{
    text-align: center !important;
} 

.social-wrapper{
    text-align: left !important;
    margin-top: 1rem;
    color: black !important;
}

.social-link{
    color: black;
}

.social-img{
    width: 4rem !important;
    height: auto !important;
}

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    grid-auto-rows: auto;
}

.contact-logo{
  grid-column: 1;

}

.contact-grid{
  grid-column: 2;
  justify-self: center;
}

.grid-sponsors{
  grid-column: 3; 
}

.c {
  width: 100%;
}

.p {
  padding: 0px;
  background: white;
  border-radius: 0 0 6px 6px;
  position: sticky;
  bottom: 0%;
  left:50%;
  width: auto;
  max-height: auto;
  height: auto;
  overflow: hidden;
}
/* Sponsors Footer */

.sponsorsFooter {
  width: 100%;
  height: auto;
  padding: 40px 0 10px;
  z-index: 14;
  margin-top: 0px;
  z-index: 1;
  text-align: center;
  z-index: 99;
}

.sponsorsFooter h1 {
  font-weight: 300;
  color: #434A54;
  font-size: 22px;
}
.sponsorsFooter h1 > strong { font-weight: 700;}

.sponsorsFooter img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: auto;
  vertical-align: middle;
  max-width: 120px;
}

.sponsorsFooter ul {
  padding: 0;
  margin: 15px 0 0 0;
  list-style: none;
  display: block;
}

.sponsorsFooter ul.enter > span:not(.hover) {
  opacity: .1;
}

.sponsorsFooter ul.enter > span.hover {
  opacity: 1;
  box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, .1), inset 1px 0 0 0 rgba(0, 0, 0, .1);
}

.sponsorsFooter ul span {
  display: inline;
  background: white;
  word-break: break-all;
  word-wrap: break-word;
  margin: 0px;
  padding: 26px 0;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.sponsorsFooter ul span,
.sponsorsFooter ul span li > a {
  cursor: default ;
  border: none;
  outline: 0 ;
  text-decoration: none ;
}

.sponsorsFooter ul li {
  margin: 35px 16px 0px;
  display: inline-block;
}


@media(max-width: 988px) {

  
  /* .p {
    margin-left:-200px;
    margin-top: -120px;
    max-width: 400px;
    width: 400px;
    max-height: 240px;
    height: 240px;
    box-shadow: 2px 3px 0 0 rgba(0, 0, 0, .2), 0px -240px 0 0 rgba(0, 0, 0, .3), 0px -480px 0 0 rgba(0, 0, 0, .3);
  }
  .sponsorsFooter img { max-width: 70px; }
  .sponsorsFooter ul li {
    margin: 15px 5px 0px;
  } */

  .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 2fr 20rem;
  }

  .contact-logo{
    grid-column: 1;
    grid-row: 2;
  }

  .contact-grid{
    grid-column: 2;
    grid-row: 2;
  }

  .grid-sponsors{
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row: 1; 
  }

}


@media(max-width: 402px) {

  .row u {
    color: white;
  }
}
