/*//////// MEDIA ////////*/

img, video, audio, iframe, table, form {
	width: 100%; /* IE */
	max-width: 100%; /* FF, Safari, Chrome */
}

/*//////// BACKGROUNDS ////////*/

body {
	color: #fff;
	background-color: #51AD1F;
}

.test-background { /* Background color for rows */
	background-color: #458E1D;
	/* background-color: rgba(0, 0, 0, 0.2); /* was black */
}

.background-1 {
	background: url(../images/backgrounds/austin-bridge.png) no-repeat center;
	background-size: 1700px 570px; /* Note: Original size of image is 3000x900. */
	background-position: center top;
	margin-top: 30px;
}

/*//////// FONTS ////////*/

h1 {
	font-size: 140%;
	font-weight: normal;
}

p {
	font-size: 120%;
}

/*//////// LAYOUT STYLES ////////*/

/*.row {
	margin-bottom: 20px;
} */

.zero-padding {
	padding-right: 0;
	padding-left: 0;
}

.shadow {
	box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
}

.col-md-3, .col-md-4, .col-md-6, .col-md-12 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.center-col {
	padding-left: 0;
	padding-right: 0;
}

#details {
	margin-top: 20px;
	padding-top: 10px;
}

.rows-padding-top {
	padding-top: 10px;
}

.rows-padding-bottom {
	padding-bottom: 10px;
}

.border-right-1 {
  border-right: 1px solid #dee2e6;
}

.margin-top-minus-75 {
	margin-top: -75px;
}

.margin-top-minus-30 {
	margin-top: -30px;
}

.margin-top-minus-25 {
	margin-top: -25px;
}

.margin-top-minus-23 {
	margin-top: -23px;
}

.margin-top-minus-20 {
	margin-top: -20px;
}

.margin-top-minus-15 {
	margin-top: -15px;
}

.margin-top-minus-10 {
	margin-top: -10px;
}

.margin-top-minus-5 {
	margin-top: -5px;
}

.margin-top-plus-5 {
	margin-top: 5px;
}

.margin-top-plus-10 {
	margin-top: 10px;
}

.margin-top-plus-15 {
	margin-top: 15px;
}

.margin-top-plus-20 {
	margin-top: 20px;
}

.margin-top-plus-30 {
	margin-top: 30px;
}

.margin-top-plus-40 {
	margin-top: 40px;
}

.margin-top-plus-46 {
	margin-top: 46px;
}

.margin-top-plus-51 {
	margin-top: 51px;
}

.margin-top-plus-55 {
	margin-top: 55px;
}

.margin-bottom-0 {
	margin-bottom: 0;
}

.margin-bottom-plus-4 {
	margin-bottom: 4px;
}

.margin-bottom-plus-10 {
	margin-bottom: 10px;
}

.margin-bottom-plus-15 {
	margin-bottom: 15px;
}

.margin-bottom-plus-20 {
	margin-bottom: 20px;
}

.margin-bottom-minus-20 {
	margin-bottom: -20px;
}

.u-list-r {
	margin-left: 0;
	padding-left: 10px;
}

.u-list li, .u-list-r li {
	font-size: 120%;
}

#page-name {
	position: absolute;
	float: left;
	top: 62px;
	/* margin-top: 50px; */
	margin-left: 10px;
	/* font-size: 70%; */
}

#page-name h2 {
	font-size: 130%;
}

.whitespace { /* Adds whitespace where spaces are present */
	white-space: pre-wrap;
}

/*//////// IMAGES ////////*/

img[alt*="Target"] {
	width: 3%;
	/* margin: -2px 10px -2px -5px; */
	/* margin-left: -5px; */
	margin-right: 20px;
}

.img-border {
	border: 1px solid #eee;
	/* box-shadow: 3px 3px 5px #333;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 1); */
}

#bugoff-logo {
	margin: 0 auto 0;
	width: 25%;
}

#bugoff-logo img {
	margin-top: 60px;
}

#bugoff-logo h1 {
	margin-top: 5px;
	margin-bottom: 25px;
	text-align: center;
}

img[alt*="yard"] {
	width: 90%;
	display: block;
	margin: 0 auto;
}

img[alt*="credit"] {
	width: 55%;
	margin-top: 10px;
}

img[alt*="paypal"] {
	width: 30%;
	margin-left: -3px;
	margin-right: 10px;
	margin-top: 10px;
}

img[alt*="kory"] {
	width: 50%;
	border-radius: 10px;	
	margin-right: 15px;
	margin-top: 8px;
}

img[alt*="1-yelp"] {
	width: 20%;
}

img[alt*="5-yelp"] {
	/* position: relative; */
	width: 30%;
	margin-bottom: 5px;
	/* left: 34%; */
	left: 0;
}

img[alt*="fireant"] {
	width: 45%;
	margin-top: -10px;
}

img[alt*="termites"] {
	width: 40%;
	margin-top: -10px;
}

img[alt*="termite-vs-ant"] {
	width: 35%;
	margin-top: 20px;
	margin-bottom: 20px;
}

img[alt*="termite-family"] {
	width: 35%;
	margin-top: 20px;
	margin-bottom: 20px;
}

img[alt*="soffit"] {
	width: 32%;
	margin-right: 20px;
}

img[alt*="map"] {
	border-radius: 7px;
	box-shadow: 3px 3px 7px rgba(0, 0, 0, .3);
}

img[alt*="construction"] {
	width: 32%;
	display: block;
	margin: 0 auto;
}

/*//////// LINKS ////////*/

.style-links a:link, .style-links a:visited {
	color: #fff;
	text-decoration: none;
}

.style-links a:hover {
	color: #333;
}

.style-links a:active {
	color: red;
}

#details a:link, #details a:visited {
	color: #fff;
	text-decoration: none;
}

#details a:hover {
	color: #333;
	/* font-weight: bold; */
}

#details a:active {
	color: red;
}

/*//////// NAVBAR AND HEADER ////////*/

.navbar {
	border-radius: 0 0 7px 7px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, .6);
	padding: 4px 16px;	
}

/* .bg-dark {
	background-color: #000 !important;
} */

.gradient {
  background: rgb(130,130,130); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(130,130,130,1) 0%, rgba(71,71,71,1) 29%, rgba(44,44,44,1) 48%, rgba(0,0,0,1) 53%, rgba(17,17,17,1) 66%, rgba(19,19,19,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(130,130,130,1) 0%,rgba(71,71,71,1) 29%,rgba(44,44,44,1) 48%,rgba(0,0,0,1) 53%,rgba(17,17,17,1) 66%,rgba(19,19,19,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(130,130,130,1) 0%,rgba(71,71,71,1) 29%,rgba(44,44,44,1) 48%,rgba(0,0,0,1) 53%,rgba(17,17,17,1) 66%,rgba(19,19,19,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#828282', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}

/*//////// SCROLL TO TOP ICON ////////*/

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 10px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure element is always on top */
  border: none; /* Remove borders */
	background-color: transparent;	 
	width: 4%;
}

html {
	scroll-behavior: smooth;
}


/*//////// CONTACT FORM ////////*/


/*//////// SOCIAL ////////*/

img[alt*="Facebook"] {
	width: 7%;
	margin-top: 8px;
	/* margin-left: 5px; */
	opacity: 0.8;
}

img[alt*="Yelp"] {
	width: 7%;
	margin-top: 17px;
	/* margin-left: -1px; */
	opacity: 0.8;
}

img[alt*="Youtube"] {
	/* width: 7%; */
	/* margin-top: 10px; */
	/* margin-left: 5px; */
	/* opacity: 0.8; */
	display: none;
}

img[alt*="Text message"] {
	width: 25%;
	margin-top: -2px;
}

/*//////// FOOTER ////////*/

#footer {
	margin-bottom: 0;
}

