body {
    background-image: url("../resources/element5-digital-ls8Kc0P9hAA-unsplash.jpg");
    /*background-size: cover;*/
    background-size:contain;
    background-repeat:no-repeat;
}
 
.information {
    width: 75%;
    margin: auto;
    height: 800px;
    padding-top: 10%;
}

.subinformation {
    padding: 5%;
    border: 3px solid red;
    background-color: white;
}

/* Twitter Icon */
.fa {
    font-size: 59px;
    text-decoration: none;
    border-radius: 50%;
  }
  
  .fa:hover {
      opacity: 0.7;
  }
  .fa-twitter {
    color: #55ACEE;
  }

footer {
    padding-top: 5%;
    background-color: white;
}

@media only screen and (max-width: 768px) { 
    header {
        display: flex;
        flex-direction:  column-reverse;
        justify-content: space-between;
      }
      .information {
        padding-top: 15%;
      }

}

@media only screen and (max-width: 600px) {
    .subinformation{
    margin-top: 10%;
    }
    .form-inline {
        padding-left: 0%;
    }
    #home {
        width: 16%;
      }
      #check {
        width: 40%;
      }
      #aboutUs {
        width: 16%;
      }
      #team {
        width: 12%;
      }
      #donate {
        width: 13%;
      }
}


@media only screen and (max-width: 450px) {
   
  div.partners {
    padding-left: 10%;
    flex-direction: column !important;
  }
  .btn-lg {
      padding-left: 0% !important;
      padding-right: 0% !important;
    }
    #home {
      width: 16%;
      margin-left: 1px;
    }
    #check {
      width: 30%;
    }
    #aboutUs {
      width: 20%;
    }
    #team {
      width: 13%;
    }
    #donate {
      width: 17%;
    }
    header {
      width: 100%;
      height: 85px;
    }
    .information {
      height: 1250px;
    }
  
}
