body {
  font-family: sans-serif;
  margin: 0;
  margin-top: 100px;
  padding: 0;
}

header {
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  box-shadow: 0 0 10px 0 black;
}

header img {
  height: 75px;
  margin-left: 40px;
  margin-right: auto;
}

nav {
  float: right;
  margin-right: 40px;
  font-size: 1rem;
  font-weight: 600;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav li {
  display: inline;
  font-family: "Open Sans", sans-serif;
}

nav a {
  text-decoration: none;
  text-align: center;
  color: #000;
  margin: 20px;
}

nav a:hover {
  color: #03a9f4;
}

main {
  margin: 0;
  padding: 0;
}

.hero {
  background-image: url("https://noorishment.org/wp-content/uploads/2019/06/Copy-of-Copy-of-Copy-of-Add-a-heading3.png");
  background: linear-gradient(142deg, rgba(244, 59, 71, 0.8) 0%, rgba(69, 58, 148, 0.8) 100%);
  height: 400px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero h1 {
  color: #FFF;
  font-family: "Mulish", sans-serif;
  font-size: 4rem;
  font-weight: 100;
  line-height: 1.14;
  letter-spacing: .9px;
}

.info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px 150px 0px 150px;
  padding-bottom: 50px;
  color: #3c424f;
}

.info h3 {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  margin: 5px;
  padding: 0;
}

.info h1 {
  font-style: italic;
  font-family: Playfair Display, sans-serif;
  font-size: 2.5rem;
  margin: 10px;
  padding: 0;
}

.info p {
  font-family: "Open Sans", sans-serif;
  text-align: center;
}

.gallery {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 25px;
}

.gallery img {
  width: 30%;
}

.values {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.value-card {
  display: flex;
  flex-basis: calc(50% - 120px);
  justify-content: center;
  flex-direction: column;
  border: 1px solid #eee;
  margin: 10px;
  padding: 24px 40px;
}

.value-card h4 {
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  color: #c3e669;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.14rem;
  line-height: 1.5rem;
  font-weight: 800;
}

.value-card p {
  text-align: left;
  margin: 0;
  padding: 0;
  color: #8e9daf;
}
