* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

:target:before {
    content: "";
    display: block;
    height: 300px;
    margin: -300px 0 0;
}

@media screen and (max-width: 990px) {
:target:before {
    content: "";
    display: block;
    height: 300px;
    margin: -300px 0 0;
}
  }

/* Mobile Styles */
@media only screen and (max-width: 400px) {
  body {
    background-color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 1.9;
    color: #58585a;

  }
}

/* Tablet Styles */
@media only screen and (min-width: 401px) and (max-width: 960px) {
  body {
    background-color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 1.9;
    color: #58585a;
  }
}

/* Desktop Styles */
@media only screen and (min-width: 961px) {
  body {
    background-color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 1.9;
    color: #58585a;
  }
}

img {
  max-width: 100%;
}

.logo {
  max-width: 320px;
  margin: 0px auto;
  margin-top: -20px !important;
  padding: 0;
  display: block;
}

@media screen and (max-width: 600px) {
.logo {
  max-width: 250px;
  margin-bottom: 10px;
}
 }

.header {
  background-color: transparent;
  display: inline-block;
  position: fixed;
  width: 100%;
  min-height: 95px;
  padding: 0;
  margin: 0px !important;
  z-index: 99;
}

.header.active {
    background: #77a6f6;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.social-bar {
  color: #fff;
  background-color: #6a4d8a;
  display: block;
  font-size: 16px;
  margin: 0;
  padding: 0 20px;
  text-align: right;
  width: 100%;
}

.footer {
  background-color: #77a6f6;
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px 80px;
  margin: 0px !important;
}

.container {
  position:relative;
  top: 0;
  height: 100%;
  overflow: auto;
}

/*
@media only screen and (max-width: 960px) {
.container {
  top: 100px;
}
 }
 
@media only screen and (max-width: 600px) {
.container {
  top: 100px;
}
 } 

@media only screen and (max-width: 400px) {
.container {
   top: 100px !important;
   overflow: visible;
 }
  }
*/

.section-full-white {
  width: 100%;
  display: inline-block;
  margin: 0px auto;
  height: auto;
  color: #000;
  background-color: #fff;
  padding: 30px 60px 40px 60px;
  text-align: center;
 }
 
 .section-full-teal {
  width: 100%;
  display: inline-block;
  margin: 0px auto;
  height: auto;
  color: #fff;
  background-color: #00887a;
  padding: 30px 60px 40px 60px;
  text-align: center;
 }

.section-full-blue {
  width: 100%;
  display: block;
  margin: 0px auto;
  height: auto;
  color: #fff;
  background-color: #77a6f6;
  padding: 30px 60px 40px 60px;
  text-align: center;
 }
 
.section-full-blue p, .section-full-teal p, .section-full-white p, .section-rodenticides p, .section-california p {
  margin: 0 auto;
  max-width: 900px;
 }
@media only screen and (max-width: 600px) {
.section-full-blue, .section-full-white, .section-full-teal {
   padding: 30px 30px 20px 30px;
}
 }

.header a:link {
  color: #fff;
  text-decoration: none;
}

.header a:visited {
  color: #fff;
}

.header a:hover {
  color: #fff;
}

.header a:active {
  color: #fff;
}

a:link {
  color: #ffccbb;
  text-decoration: none;
}

a:visited {
  color: #ffccbb;
}

a:hover {
  color: #77a6f6;
}

a:active {
  color: #77a6f6;
}

p {
  padding: 20px 0px 0px 0px;
}

ul {
  list-style-position: outside;
  margin-left: 50px !important;
}

h2 {
  color: #00887a;
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  line-height: 1.3;
  margin-top: 20px;
}

#big {
   font-family: 'Lato', sans-serif;
   font-weight: 900;
   text-align: center;
}

h1 {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  line-height: 1.3;
  margin-top: 20px;
}

@media (max-width: 960px) {
h1, h2 {
  font-size: 24px;
}
 }

.column {
  float: left;
  margin: 20px;
  padding: 20px;
  width: 33.33%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.one-third-column-left {
  width:33%;
  float:left;
  padding: 5px !important;
}

.one-third-column-center {
  width:33%;
  float:left;
  padding: 5px !important;
}

.one-third-column-last {
  width:33%;
  float:left;
  padding: 5px !important;
}

.column-row {
   width: 100%;
   margin: 0 auto;
   padding-left: 5px;
} 

@media screen and (max-width: 600px) {
  .one-third-column-left, .one-third-column-center, .one-third-column-last {
    width: 100%;
  }
}

/* Responsive layout - when the screen is less than 600px wide, make the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

.center-div {
  display: table;
  margin: auto;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.alignleft {
  display: inline;
  float: left;
  margin-left: 1.5em;
}

.nav-cta {
    background-color: #6a4d8a !important;
    color: #fff !important;
    display: inline-block;
    font-size: 24px;
    font-weight: 900;
    width: 260px !important; 
    margin: 10px;
    padding: 6px 30px !important; 
    text-align: center;
}

.nav-cta:hover {
    background-color: #00887a !important;
    color: #fff !important;
}

.nav-cta2 {
    background-color: #77a6f6 !important;
    color: #fff !important;
    display: inline-block;
    font-size: 24px;
    font-weight: 900;
    width: 260px !important; 
    margin: 10px;
    padding: 6px 30px !important; 
    text-align: center;
}

.nav-cta2:hover {
    background-color: #6a4d8a !important;
    color: #fff !important;
}

@media only screen and (max-width: 600px) {
.nav-cta, .nav-cta2 {
    float: none;
    padding: 12px 10px !important; 
}
 } 

#anchor {
     /* move anchor down */
  display: block; 
  position: relative; 
  top: -100px; 
}	

.button {
  background-color: #fff;
  border: 2px solid #fff;
  color: #77a6f6 !important;
  font-size: 16px;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 8px 20px;
  margin-bottom: 5px;
  display: inline-block;
}

.button:hover {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff !important;
}

.one-half-column-left {
  width:48%;
  float:left;
  padding-right: 20px;
}

.one-half-column-right {
  width:48%;
  float:right;
}

@media only screen and (max-width: 720px) {
.one-half-column-left, .one-half-column-right {
  float:none;
  width:100%;
  margin-right:0;
}
 }

@media only screen and (max-width: 720px) {
#empty {
  display: none !important;
}
 }

.site-info {
  text-align: center;
  font-size: 12px;
  color:#000;
  background-color:#fff;
}

.hero-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;   
  position: relative;
  width: 100%;
}

.hero-wrapper {
   padding-left: 10%;
   padding-top: 5%;   
} 

@media screen and (max-width: 1040px) {
.hero-wrapper {
   padding-top: 25%;   
} 
  } 

.hero-big-text {
   color: #fff;
   font-size: 6em;
   font-weight: 600; 
   line-height: 1.2;
  
}  

.hero-sub {
   color: #fff;
   font-size: 2em; 
   font-weight: 600;
   line-height: 1.2;
}  

@media screen and (max-width: 1040px) {
.hero-big-text {
   color: #fff;
   font-size: 3em;
   margin-top: 100px;    
} 
  }  

.fa, .fab {
  padding: 0 5px 8px 0;
}

.fa:hover, .fab:hover {
  color: #ffccbb;
}

.bullet-list {
  background-color: #fff;
  color: #000;
  border-radius: 30px;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 500px;
  padding: 30px;
  text-align: left;
}

.bullet-list-wide {
  background-color: #fff;
  color: #000 !important;
  border-radius: 30px;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 650px;
  padding: 30px;
  text-align: left;
}

#fancy-image {
  border-radius: 30px
}  

.parallax {
  background-image: url("https://lfu.automatictrap.com/files/secondary-poisoning/images/Hero-Lion-Left.jpg");
  height: 600px;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1024px) {
.parallax {
    background-attachment: scroll !important;
}
 }
 
.section-rodenticides {
  background-image: url("https://lfu.automatictrap.com/files/secondary-poisoning/images/bg-rodenticides.jpg");
  width: 100%;
  min-height: 600px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin: 0px auto;
  height: auto;
  color: #fff;
  padding: 30px 60px 40px 60px;
  text-align: center;
 } 
 
 .section-california {
   background-image: url("https://lfu.automatictrap.com/files/secondary-poisoning/images/bg-california.jpg");
   width: 100%;
   min-height: 600px;
   background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   display: inline-block;
   margin: 0px auto;
   height: auto;
   color: #fff;
   padding: 30px 60px 40px 60px;
   text-align: center;
 } 

.fancy-title {
   color: #fff;
   padding-bottom: 20px;
   text-align: center; 
}  

.fancy-title-dark {
   color: #00887a;
   padding-bottom: 20px;
   text-align: center; 
}

.separator {
   border: 1px solid #fff;
   margin: 0 auto;
   width: 80px;
} 

.separator-dark {
   border: 1px solid #00887a;
   margin: 0 auto;
   width: 80px;
} 

ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 40px;
}
ol li {
  margin: 0 0 0.5rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
}
ol li::before {
  content: counter(my-awesome-counter);
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  --size: 32px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  transform: rotate(-10deg);
  background: #77a6f6;
  border-radius: 50%;
  text-align: center;
  box-shadow: 1px 1px 0 #999;
}


/* MOBILE MENU */

.flexmenu {
  width: 100%;
  background-color: transparent;
  color: #fff;
  line-height: 1.4em;
}

@media screen and (max-width: 768px) {
  .flexmenu {
    background-color: #77a6f6;
}
  }
   
.flex {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0.5em;
}
.menu {
  display: none;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  font-weight: bold;
}

.menu:first-child {
  display: inline-flex;
  justify-content: left;
  width: 80%;
  margin-left: 0;
  margin-right: auto;
}

.menu a {
  color: #fff;
  text-decoration: none;
  padding: 20px 0 5px 8px;
}
.menu:nth-child(n+2):hover {
  color: #00887a !important;
  border-radius: 0.5em;
}

.mobile-menu {
  position: absolute;
  right: 0.5em;
  top: 0.8em;
  width: 1.2em;
}
.menu-icon {
  font-size: 1.5em;
  font-weight: bold;
  cursor: pointer;
}
.hide {
  display: none;
}
.show {
  display: inline-flex;
}

@media screen and (min-width: 768px) {
  .mobile-menu {
    display: none;
  }
  .flex {
    flex-direction: row;
  }
  .menu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45vw;
    font-weight: bold;
  }
}
