body {
	font-family: Poppins;
  margin-left: 0px;
  margin-right: 0px;
}

#flip_me_sideways {
  display: none;
}

#master {
  width: 768px;
}

#topbar {
  width: 768px;
  margin: 0 auto;
}

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

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

#logo {
  width: 380px;
  margin: 0 auto;
  padding-top: 0px;
}

#logo img {
  width: 380px;
}

#header-content {min-width: 660px; margin: 0 auto; /*height: 100px;*/}

#navbar {
	display:  none;
}

#index_body {
  width: 100%;
}

#lead_form {
  width: 300px;
  margin: 0 auto;
}

#video_teaser {
  width: 500px;
  margin: 0 auto;
}

#summary_of_benefits {
  width: 500px;
  margin: 0 auto;
}

#bullet_list {
  display: none;
}

#first_fold_front_page {
  width: 100%;
  max-width: 1024px;
  margin-top: 105px;
  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;
}

#grey_box {
  background: rgb(158, 158, 158, 0.7);
  width: 400px;
  height: 430px;
  margin: 0 auto;
}

#left_column {
  width: 200px;
  float: left;
}

#right_column {
  width: 500px;
  float: right;
}

#the_team img {
  width: 350px;
}


/*mobile menu */

/*--------
---------
--------------
-----------
---------------------------------------------------------------------------------*/

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: -5;
  background-color: white; /* #111;  Black*/
  border-right: 5px solid #eb2020;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#mySidenav li {
  list-style: none;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


/* END MOBILE MENU */


/*=========================== wordpress blog divs & classes ====================*/

#blog_body {
  margin: 0 auto;
  margin-top: 140px;
  min-width:  415px;
}

#blog_post_image {
	width: 650px;
	height: auto;
	margin: 0 auto;
}

#blog_post_details {
	width: 650px;
	margin: 0 auto;
}

#blog_post_details h2 {
	text-align: center;
}

.ipad_author {
	text-align: center;
}

.CTA_button_container {
  width: 150px; 
  height: 50px; 
  margin: 0 auto;
  line-height: 50px;
  text-align: center;
  opacity: 1;
}

.CTA_button {
  width: 150px; 
  height: 50px; 
  background-color: #0fda00; 
  border-radius: 5px 5px 5px 5px;
  color: white;
  border:  none;
}








