@charset "UTF-8";
/* CSS Document */
  @import url(http://fonts.googleapis.com/css?family=Raleway);
	  @import url(http://fonts.googleapis.com/css?family=Oswald);
	   @import url(http://fonts.googleapis.com/css?family=Roboto);
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
	  
	  *{font-family: "Roboto";}
	  
	  .navbar {background-color:#3f1314;
	  		}
	  
	  .navbar-toggler-icon {color: white;
	  		}
	  
	  .above_headline{font-weight: bold;}
	  
	  .headline {color:#3f1314;
	  			font-weight: bold;
	  			font-family: "oswald"}
	  
	  .protect {font-family:"oswald"}
	  .kicker{line-height: 25px}
	  
	  .card-title {font-family:"Oswald";}
	  
	  .call_out {font-family:"Raleway";
	  			font-weight: bold;}

	  #banner{background-image: url("images/exterminator.jpg");
	  			background-position: center center;
	  			  background-size: 100% 100%;
		  background: 0.5;
	  		}
	  .box {background-color: #722127; }
	  
	  .box_2 {background-color: #b2d0da;}
	  
	  .box_3 {background-color:#3f1314;
	  		color:#f1f1e5;}
	  
	  .box_4 {background-color: #B16B6C;
	  		width:100%;
	  		height:100%;
	  		 border-radius: 25px;
	  		align-content: center;}
	  
	  #info {border:solid;
	  		border-width:2px;
	  		margin:5%;
	  		padding:10%;
	  		width:80%;
	  		text-align:center;
	  		margin:0px auto;}
	  
	  .bg-custom-1 {background-color:#f1f1e5;}
	  
	   .bg-custom-2 {background-color:#a7212c;}
	  
	  
	  .bug_box { width: 25%;;
	  			float:right;
	
	  			}
	  .bugs {color:#f1f1e5;
	  		font-size:3vw;}
	  
.heading_banner {background-image:url("images/suit.png");
	  background-repeat: no-repeat;

  background-position: center; 
	background-size: cover;
		}

.heading_banner_2 {background-image:url("images/spray.png");
	  background-repeat: no-repeat;

  background-position: center; 
	background-size: cover;
		}

