.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#Top_bar .menu > li > a:hover {
  color: rgba(255,255,255, .5);
}

p {
  font-size: 14.5px;
}

h1,
h2,
h3,
h5 {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
h3,
h2 {
  font-weight: 600;
}

body p {
  font-family: "Poppins", sans-serif;
}

.hero img {
  width: 100%;
  margin-bottom: 40px;
}

#Top_bar.is-sticky .menu > li > a,
#Top_bar.is-sticky .menu > li > a span {
  font-size: 14px;
}
#menu > ul > li > a,
a.action_button,
#overlay-menu ul li a {
  font-size: 14px;
}

h3 {
  color: #3e3e3e;
}

#Footer h4 {
  font-size: 14px;
  margin-bottom: 0px;
}
#Footer p {
  font-size: 12px;
}

footer .copyright {
  font-size: 12px;
}

#menu > ul > li > a:hover {
  color: #9b9b9b;
}
