* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  box-sizing: border-box;
  vertical-align: baseline;
  font-family: "Sorts Mill Goudy", serif;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
}

html {
  height: 100%;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #627a82;
  font-family: "Sorts Mill Goudy", serif;
}
a {
  text-decoration: none;
  color: #627a82;
}
a:hover {
  text-decoration: underline;
  cursor: pointer;
}

h1 {
  line-height: 140%;
  margin-bottom: 10px;
}

header {
  margin: 40px auto;
}

img {
  max-width: 100%;
}
#wrapper {
  padding: 40px 0 40px;
  margin-bottom: 5rem;
}

#header-logo {
  display: block;
  width: 25%;
  margin: 55px auto 0 auto;
}
.home-img-container {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 2px solid #627a82;
  border-bottom: 2px solid #627a82;
  margin-top: 2rem;
}
.home-img {
  background-image: url("../img/image1.jpeg");
  width: 100%;
  height: 150px;
}
.head-menu {
  position: relative;
}

.top-item {
  font-family: "Sorts Mill Goudy", serif;
  text-transform: uppercase;
  padding: 1rem 2rem;
  display: inline-block;
  color: #627a82;
  font-size: 16px;
}
.head-menu > ul {
  position: relative;
  display: table;
  margin: 0 auto;
}

.about {
  width: 51rem;
  margin: 0 auto;
}
.about h1 {
  text-align: left;
}
.about p {
  font-size: 13px;
  line-height: 20px;
  color: #666666;
}
.sub {
  font-family: "Sorts Mill Goudy", serif;
  width: 1024px;
  margin: 0 auto;
}

.sub h1 {
  text-align: left;
  font-family: "Sorts Mill Goudy", serif;
}
.sub h2 {
  margin: 1.5rem 0 1.5rem 0;
}
.sub p {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}

.separator {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e5e5e5;
  width: 100%;
  padding-bottom: 2rem;
}

.content {
  width: 51rem;
  margin: 0 auto;
  text-align: center;
}
.content h1 {
  text-align: center;
}
.content p {
  font-size: 13px;
  line-height: 20px;
  color: #666666;
}

.page {
  width: 1140px;
  margin: 0 auto;
}

.partner {
  width: 1024px;
  margin: 0 auto;
}
.partner-text {
  color: #666666;
  line-height: 34px;
}

.partner-text > p > strong {
  font-size: 1.04rem;
  color: rgb(98 122 130);
  font-weight: bolder;
}

.foundation {
  display: flex;
  flex-direction: row;
  margin-bottom: 2rem;
}

.foundation img {
  padding: 1rem 2rem 0 0;
}

.description p {
  width: 775px;
  line-height: 36px;
}

.form-container {
  position: relative;
}
form {
  display: flex;
  flex-direction: column;
}
form > input {
  width: 95%;
  border: 1px solid #627a82;
  margin-bottom: 1.5rem;
  padding: 10px;
}

form > textarea {
  width: 95%;
  border: 1px solid #627a82;
  margin-bottom: 1.5rem;
  padding: 10px;
}
form > button {
  width: 110px;
  padding: 10px;
}
.give-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  margin-left: 20rem;
  line-height: 36px;
  width: 670px;
}

.image {
  width: 330px;
}
.addy {
  margin: 1.5rem 0;
}

.footer {
  display: flex;
  justify-content: space-around;
  position: absolute;
  padding: 1rem 1rem;
  width: 100%;
  bottom: 0;
  background-color: #627a82;
  color: white;
}
.foot-menu {
  width: 50%;
  text-align: right;
}
.foot-menu > ul > li {
  display: inline-block;
  padding-right: 0.5rem;
  text-transform: uppercase;
}

.footer-logo {
  width: 122px;
  margin-right: 15rem;
}

/* activation classes */
li.active > a {
  color: #fff;
}
.active {
  color: #fff;
  background-color: #627a82;
  border-radius: 2px;
}
.item-footer > a {
  color: #fff;
}
.off {
  color: #627a82;
  background-color: #fff;
}

/* media queries */
@media screen and (max-width: 950px) {
  .foot-menu {
    width: 50%;
    text-align: left;
    margin-left: 1rem;
  }

  .footer-logo {
    width: 122px;
    margin-right: 1rem;
  }

  ul {
    display: flex;
    flex-direction: column;
  }
  li {
    padding: 0.4rem;
  }
  .content {
    width: 95%;
  }
  #header-logo {
    width: 80%;
  }
  .foot-menu {
    flex-direction: column;
  }
}
