body {
  color: #454545;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
button:hover {
  opacity: 0.5;
}
.required {
  color: red;
  font-size: 1rem;
}
h1 {
  font-size: 2rem;
}
.logo {
  text-align: center;
  padding: 1rem;
}
.hero {
  background-image: url("../images/hero.jpg");
  background-size: cover;
  width: 100%;
  min-height: 45rem;
  text-align: center;
  font-size: 3rem;
  line-height: 45rem;

  position: relative;
}
.hero h1 {
  display: inline-block;
  line-height: normal;
  width: 50%;
  font-weight: 600;
  background-color: white;
  padding: 3rem;
  font-size: 3.5rem;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blurb {
  padding: 4rem;
  font-size: 1.2rem;
  max-width: 75%;
  margin: 0 auto;
  text-align: center;
}
.about {
  padding: 4rem;
}
.about img {
  border-radius: 50%;
  float: left;
  margin: 1.5rem;
  max-width: 200px;
}
.section {
  background-color: #e6e6e6;
}
.services {
  padding: 3em 1.5rem;
  text-align: center;
}
.services img {
  display: block;
  margin: 0 auto 1rem auto;
}
.services p {
  margin: 0;
}
.services i {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.side-bar ul {
  list-style-type: none;
  padding-top: 2rem;
}
.artical {
  padding: 1rem;
}
.author {
  background-color: #e6e6e6;
  padding: 1rem;
}
.author img {
  margin: 1.5rem;
  float: left;
  border-radius: 50%;
}
.email {
  text-align: center;
}
.email h3 {
  font-size: 4rem;
  width: 50%;
  margin: 4rem auto;
}

form {
  max-width: 50%;
  display: block;
  margin: 4rem auto 6rem auto;
}
label {
  color: #454545;
}
input:focus,
textarea:focus,
button:focus,
a:focus {
  border: 3px solid #1779ba !important;
}
.button {
  background-color: #1f7099;
  float: right;
}
.footer {
  background-color: #454545;
  padding: 3rem;
  color: white;
  text-align: center;
}
.footer .brand {
  font-weight: bold;
}
.footer ul {
  list-style-type: none;
}
.footer ul a {
  color: white;
}
.footer ul a:hover {
  color: #1f7099;
}

@media only screen and (max-width: 600px) {
  form {
    max-width: 75%;
  }
  .about {
    padding: 2rem;
  }
  .hero h1 {
    font-size: 2.5rem;
    width: 80%;
  }
}
