body {
  /*background-size: cover;*/
  font-family: Poppins;
  margin-left: 0px;
  margin-right: 0px;
}

h2 {
  font-family: Poppins; 
  font-size: 2.5em;
} 

h3 {
  font-family: Poppins; 
}

#flip_me_sideways {
  display: none;
}

#topbar {
  font-family: Poppins;
}

#contactinfo {
  width: 992px; 
  margin: 0 auto;
  height: 30px;
}

#header {
  background-color: #eb2020; 
  width: 100%; 
  height: 105px; 
  position: absolute; 
  left: 0; 
  right: 0;
}

#header-content {
  width: 992px;
  margin: 0 auto;
}

#navbar { float: right; width: 600px; }

#navbar ul li {display: inline-block; padding-left: 7px; color: white;}

#navbar a {color: white; text-decoration: none;}

#linkbox {
  border: 2px solid white; 
  height: 67px; 
  margin-top: 0px; 
  color: white; 
  font-family: Poppins;
}


#logo {
/*  border: 1px solid white;*/
  width: 380px; 
  float: left; 
  /*padding-top: 15px;*/
}

#logo img {
  width: 380px;
}

#first_fold_front_page {

  width: 100%;
  max-width: 1024px;
  margin: 0 autp;
  height: 430px; 
  background-image: url('https://smartandslick.com/blog/wp-content/uploads/2021/04/syto3xs06fu.jpg'); 
  background-size: 1024px 430px; 
  background-attachment: center;
}

#background_div {
  background-color: rgba(134, 134, 134,0.7); 
  height: 430px; 
  width: 400px; 
  margin: 0 auto;
}

#mySideNav {display: none;}
#mobile-menu-button {display: none;}

#body {
  width: 1024px; 
  margin: 0 auto;
  margin-top: 140px;
  /*
  border: 1px solid black;*/
}

#index_body {
  width: 1024px;
  margin: 0 auto;
  margin: 0 auto;
  margin-top: 140px;
}

#grey_box {
  /*background-color: grey;*/
  height: 430px; 
  width: 400px; 
  margin: 0 auto; 
  opacity: 1;
}

.CTA_button_container {
  width: 150px; 
  height: 50px; 
  margin: 0 auto;
}

.CTA_button {
  width: 150px; 
  height: 50px; 
  background-color: #0fda00; 
  border-radius: 5px 5px 5px 5px;
  border: none;
  cursor: pointer;
  line-height: 50px;
  color: white;
  text-align: center;
  opacity: 1;
}

#the_team img {
  width: 315px;
  border-bottom: 20px;
}

#footer {
  background-color: grey;
  color: white;
}

#footer ul li {
  display: inline;
  list-style: none;
  padding-left: 20px;
}

#footer a {
  color: white;
}

#footer_service_links {
   display: flex;
  justify-content: center;
}

#footer_social_links {
 display: flex;
  justify-content: center;
}

#footer_deep_links {
   display: flex;
  justify-content: center;
}