.content-wrapper, .container{
    overflow: hidden;
  }

  body{
    padding-top: 0!important;
  }
  
  .header {
  position:absolute;
  top:0;
  left: 0;
  right: 0;
  height: auto;
  background-color: #103059;
  z-index:9;
  line-height: 0;
  padding:2em 4em;
  }
  
  .top-logo img {
  float: left;
  width: 180px;
  }
  
  
  nav ul {
  float: right;
  padding-top:.8em;
  }
  nav ul li {
  display: inline-block;
  float: left;
  }
  nav ul li:not(:first-child) {
  margin-left: 25px;
  }
  nav ul li a {
  display: inline-block;
  outline: none;
  color: #fff;
  line-height: 1.2;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 0.04em;
  }
  nav ul li a:hover {
  color: #f2bc25;
  text-decoration: none;
  }
  
  #donate {
    margin-top:-5px;
  }
  
  #donate a{
    border: 4px solid white;
    display: inline;
    padding: 8px 2em;
    font-size: 1.7em;
    width: 180px;
    text-align: center;
    border-radius: 6px;
  }
  
  #donate a:hover{
      background-color: white;
      color:#103059;
      text-decoration: none;
      transition: 1s;
  }
  
  #kellyBlue{
    position: absolute;
    right: 4em;
    top: 7.5em;
    width: 210px;
  }
  
  .prefooter{
    background-color:#f2bc25;
    padding: 2em 0 3em;
  }
  
  .prefooter .title{
    padding-bottom: .3em;
  }
  
  .prefooter a{
    padding: 0.4em;
    font-size: 20px;
    display: inline-block;
    margin: 1em;
    border: 3px solid #25528b;
    border-radius: 8px;
    width: 220px;
    background-color:#25528b;
    color: white;
    letter-spacing: .04em;
  }
  
  .prefooter a:hover{
      text-decoration: none;
      border: 3px solid white;
      background-color: white;
      color:#25528b;
      transition: 1s;
  
  }
  
  .footer-line{
    background: white;
    width: 120px;
    height: 5px;
    margin: 0 auto 1.5em;
  }
  
  .master-footer{
    padding:8em 3em;
    background-color:#25528b;
    width: 100%;
    display: inline-block;
  }

  #footer-row{
    display: block;
  }
  
  footer nav ul li{
    border-right:1px solid white;
    padding: 0 1em;
  }
  
  footer nav ul li:last-child{
    border-right: none;
  }
  
  footer nav ul li:not(:first-child) {
    margin-left: 0px;
  }
  
  #footer-logo img{
    padding:1em 0;
    width:200px;
  }
  
  .all-donations{
    color:white;
    line-height: 1.4;
    max-width: 500px;
    padding-top: 1em;
  }
  
  .social-media{
    padding: 1em 1em 1em 0;
    float:right;
  }
  
  .social-media .btn-custom{
    width: 60px;
    height: 60px;
    margin: 4px;
    color: white;
    font-size: 2.3em;
    background-color: #62b6d8;
    border-radius: 40px;
  }
  
  .social-media .btn-custom:hover{
      background-color: white;
      transition: 1s;
      color: #62b6d8;
  }
  
  
  @media only screen and (max-width:1200px) {
  
    
  
    nav ul li a {
        font-size: 14px;
    }
  
    #donate a{
        font-size: 1.3em;
    }
  
    .upper-row{
        text-align: center;
    }
  
    footer nav ul{
        display: inline-block;
        float: none;
        padding-inline-start:0;
    }
  
    footer nav ul li{
        float: none;
        margin-top: 1em;
    }
  
    .lower-row{
        text-align: center;
    }
  
    .all-donations{
        margin:auto;
        text-align: left;
    }
  
    .social-media{
        float: none;
        padding: 2em 1em 1em 1em;
        display: inline-block;
       
    }
  
  }
  
  @media only screen and (max-width: 1110px) {
  
    .top-logo img {
        position: relative;
        }
  
        .header {
        position: static;
        width: 100%;
        display: inline-block;
        margin-bottom: -5px;
        padding: 1.5em 2em 1em;
        }   
  
    .nav-container {
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: -1;
      background: #103059;
      opacity: 0;
      transition: all 0.2s ease;
    }
    .nav-container ul {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      margin: 0 0 0 0;
      padding-inline-start:0;
    }
    .nav-container ul li {
      display: block;
      float: none;
      width: 100%;
      text-align:center;
      margin-bottom: 10px;
      
    }
    .nav-container ul li:nth-child(1) a {
      transition-delay: 0.2s;
    }
    .nav-container ul li:nth-child(2) a {
      transition-delay: 0.3s;
    }
    .nav-container ul li:nth-child(3) a {
      transition-delay: 0.4s;
    }
    .nav-container ul li:nth-child(4) a {
      transition-delay: 0.5s;
    }
    .nav-container ul li:not(:first-child) {
      margin-left: 0;
    }
    .nav-container ul li a {
      padding: 10px 25px;
      opacity: 0;
      color: #fff;
      line-height: 1.5;
      font-size: 15px;
      transform: translateY(-20px);
      transition: all 0.2s ease;
    }
  
    #kellyBlue{
        top: 5.6em;
        right:1em;
    }
  
    #donate {
       margin-top:0;
    }
  
    #donate a{
        display: inline-block;
        margin: 10px 25px;
        line-height: 1.5;
        font-size: 15px;
    }
  
    .nav-open {
      position: absolute;
      right: 10px;
      top: 15px;
      display: block;
      width: 48px;
      height: 48px;
      cursor: pointer;
      z-index: 9999;
      border-radius: 50%;
    }
    .nav-open i {
      display: block;
      width: 20px;
      height: 2px;
      background: #fff;
      border-radius: 2px;
      margin-left: 14px;
    }
    .nav-open i:nth-child(1) {
      margin-top: 16px;
    }
    .nav-open i:nth-child(2) {
      margin-top: 4px;
      opacity: 1;
    }
    .nav-open i:nth-child(3) {
      margin-top: 4px;
    }
  
  #nav:checked + .nav-open {
    transform: rotate(45deg);
  }
  #nav:checked + .nav-open i {
    background: #fff;
    transition: transform 0.2s ease;
  }
  #nav:checked + .nav-open i:nth-child(1) {
    transform: translateY(6px) rotate(180deg);
  }
  #nav:checked + .nav-open i:nth-child(2) {
    opacity: 0;
  }
  #nav:checked + .nav-open i:nth-child(3) {
    transform: translateY(-6px) rotate(90deg);
  }
  #nav:checked ~ .nav-container {
    z-index: 9990;
    opacity: 1;
  }
  #nav:checked ~ .nav-container ul li a {
    opacity: 1;
    transform: translateY(0);
  }
  .hidden {
    display: none;
  }
  
  
  
  }
  @media only screen and (max-width:992px) {
.all-donations{
    text-align: center;
}

.social-media{
    width: 100%;
}

  }
  
  @media only screen and (max-width: 680px) {
  
  .top-logo img{
    width: 140px;
  }
  
  #kellyBlue{
    width: 150px;
    top:4.9em;
  }
  
  }