* {
  padding: 0;
  margin: 0;
}

a:link {
  text-decoration: none;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #24393B;
}

.hero-info {
  width: 50%;
}

.hero-menu {
  padding-top: 30px;
}

.hero-menu li {
  display: inline;
  text-transform: uppercase;
  padding-right: 20px;
  color: #fff;
  font-size: 12px;
  font-family: 'Titillium Web', sans-serif;
  letter-spacing: 2px;
  font-weight: 300;
}

.hero-menu li a {
  color: #fff;
}

.hero-menu li a:visited {
  color: #fff;
}

.hero-menu li a:hover {
  color: #C4B463;
  text-decoration: underline;
}

.hero-menu, .hero-title {
  padding-left: 50px;
}

.hero-title {
  text-align: left;
  margin-top: 35%;
}

h1, h2 {
  font-family: 'Libre Caslon Text', serif;
}

.hero-title h1 {
  font-size: 90px;
  font-weight: bold;
  line-height: 85px;
  letter-spacing: 4px;
  font-family: big-caslon-fb, serif;
  color: rgb(241, 241, 241);
  padding-left: 5px;
}

.hero-title p {
  color: #C4B463;
  text-align: left;
  padding-top: 50px;
  font-size: 32px;
  letter-spacing: 2px;
}

.hero-title ul {
  padding-top: 50px;
  color: grey;
  font-size: 14px;
  line-height: 0.875rem;
  font-weight: 600;
  font-family: 'Titillium Web', sans-serif;
  letter-spacing: 2px;
}

.hero-bottom-menu {
  list-style-type: none;
}

.hero-bottom-menu li {
  padding-bottom: 20px;
}

.hero-bottom-menu a {
  color: grey;
}

.hero-bottom-menu a:visited {
  color: grey;
}

.hero-bottom-menu a:hover {
  color: #fff;
  text-decoration: underline;
}

.hero-image {
  background: url('../images/spellman.jpg');
  background-position: center top;
  background-size: cover;
  min-height: 650px;
  max-height: 650px;
  height: 100%;
  width: 50%;
}

.hero-image h1, p {
  text-align: center;
  color: #fff;
}

.mobile-title {
  display: none;
}

.hero-image h1 {
  margin-top: 75%;
  font-size: 70px;
}

.hero-image p {
  font-size: 32px;
  padding-top: 5px;
  color: #C4B463;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  margin-left: 15%;
  margin-right: 15%;
}

.hero-form {
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
}

.form {
  min-height: 650px;
  max-height: 650px;
  width: 50%;
}

.call-request {
  width: 50%;
}

.call-request h3 {
  font-size: 52px;
  padding-left: 30px;
  padding-top: 150px;
  color: black;
}

.about-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: black;
  color: #fff;
  padding-top: 100px;
}

.about-container {
  width: 50%;
}

.about-info {
  padding-left: 35px;
}

.about-container h2 {
  font-size: 32px;
  letter-spacing: 1.5px;
  font-weight: normal;
  padding-top: 70px;
  color: rgb(196, 180, 99);
}

.about-container p {
  text-align: left;
  padding-top: 35px;
  font-size: 1.063rem;
  line-height: 1.563rem;
  color: rgb(241, 241, 241);
  font-family: "Titillium Web", sans-serif;
  font-weight: 200;
  letter-spacing: 0.038rem;
}

.about-image {
  width: 50%;
  background: url('../images/lew-black.jpg');
  background-position: center top;
  background-size: cover;
  /*border-bottom: 3px solid #C4B463; */
}

.services-title {
  background-color: black;
  font-size: 32px;
  letter-spacing: 1.5px;
  font-weight: normal;
  padding-top: 150px;
  color: rgb(196, 180, 99);
  text-align: center;
  text-transform: uppercase;
}

.services-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: black;
  padding-top: 30px;
  padding-bottom: 75px;
}

.service-box {
  width: 35%;
  text-align: center;
  margin: 0 auto;
  /*border: 1px solid white;  */
  padding: 45px;
  margin-bottom: 75px;
}

.service-box h4 {
  font-size: 32px;
  letter-spacing: 1.5px;
  font-weight: normal;
  padding-top: 10px;
  color: rgb(196, 180, 99);
  padding-bottom: 25px;
}

.service-box p {
  font-size: 1.063rem;
  line-height: 1.563rem;
  color: rgb(241, 241, 241);
  font-family: "Titillium Web", sans-serif;
  font-weight: 200;
  letter-spacing: 0.038rem;
}

.video-box {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  /*border: 1px solid white;  */
  padding: 45px;
  margin-bottom: 75px;
}

footer {
  background-color: #333333;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  padding-top: 50px;
}

.footer-links {
  width: 100%;
  text-align: center;
  padding: 35px;
}

.footer-links ul {
  list-style-type: none;
}

.footer-links ul li {
  text-transform: uppercase;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  font-family: 'Titillium Web', sans-serif;
  letter-spacing: 2px;
  font-weight: 300;
}

.footer-links ul li a {
  color: #fff;
}

.footer-links ul li a:visited {
  color: #fff;
}

.footer-links ul li a:hover {
  color: #C4B463;
  text-decoration: underline;
}

.footer-social {
  width: 100%;
  padding: 35px;

  text-align: center;
}

.social-icon {
  width: 35px;
  padding: 25px;
}

.footer-disclosure {
  width: 100%;
  margin: 0 auto;
  padding: 35px;

}

.footer-disclosure p {
  padding: 25px;
  text-align: left;
  padding-top: 50px;
  color: grey;
  font-size: 12px;
  line-height: 0.875rem;
  font-weight: 300;
  font-family: 'Titillium Web', sans-serif;
  letter-spacing: 2px;
}

.footer-copyright {
  width: 100%;
  padding-bottom: 50px;
}

.footer-copyright p {
  font-size: 12px;
  line-height: 0.875rem;
  font-weight: 300;
  font-family: 'Titillium Web', sans-serif;
  letter-spacing: 2px;
  color: grey;
}
