/**============================================
* 
* Footer CSS Styles
* 
*=============================================*/

#footer {
  background: #ececec;
  padding: 30px 0;
}

.footer-section-one {
  margin: 0 0 30px 0;
}

/*@media(min-width: 992px) {*/
  .footer-section-one .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }

  .footer-section-one .logo {
    display: inline-block;
    padding: 0 15px;
    width: 28%;
  }

  .footer-section-one .logo-nsf {
    width: 16%;
  }

  .footer-section-one .logo img {
    height: auto;
    width: 100%;
    max-width: 240px;
  }

  .footer-section-one .logo-nsf img {
    max-width: 100px;
  }

  .footer-section-one .logo-notre-dame img {
    max-width: 230px;
  }
  
  .footer-section-one .logo-fnal img {
    max-width: 240px;
  }
  
  .footer-section-one .logo-doe img {
    max-width: 280px;
  }
/*}  end: @media(min-width: 992px) */

@media(max-width: 991px) {
  .footer-section-one .row {
    display: block;
    margin-bottom: 15px; 
    text-align: center;
  }
  
  .footer-section-one .logo {
    width: auto !important;
  }
  
  .footer-section-one .logo-nsf img {
    width: 100px;
  }

  .footer-section-one .logo-notre-dame img {
    width: 230px;
  }
  
  .footer-section-one .logo-notre-dame:after {
    content: " ";
    display: block;
  }
  
  .footer-section-one .logo-fnal img {
    width: 240px;
  }
  
  .footer-section-one .logo-doe img {
    width: 280px;
  }
}

.footer-section-two {
}

.footer-section-two .col-copyright {
  font-size: 0.95rem;
}

.footer-section-two h3 {
  font-size: 1.25rem;
  font-weight: 900;
}

.footer-section-two h4 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}

.footer-section-two h5 {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}

.footer-section-two .search-block-form {
  margin-bottom: 20px;
}





