@charset "UTF-8";
/* CSS Document */

* {
	box-sizing: border-box;
}
a img { /* removes the default blue border around an image when it is surrounded by a link */
	border: none;
}
a:link, a:visited {
	color: #EF9C02;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #B3ACA0;
}
body {
	font-family: "Bellota Text", Arial, Helvetica, sans-serif;
	padding: 10px;
	color: #CCCCCC;
	background-color: #B3ACA0;
}
p {
	font-size: 16px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #212121;
	background-color: #EF9C02;
	letter-spacing: -0.06em;
	word-spacing: -0.06em;
	padding: 8px;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #EF9C02;
	letter-spacing: -0.03em;
	word-spacing: -0.1em;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #CCCCCC;
	letter-spacing: -0.03em;
	word-spacing: -0.06em;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCCCCC;
	letter-spacing: -0.03em;
	word-spacing: -0.06em;
}
h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFCCFF;
	letter-spacing: -0.03em;
	word-spacing: -0.06em;
}
h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC66CC;
	letter-spacing: -0.03em;
	word-spacing: -0.06em;
}
/* Header Title */
.header {
	padding: 20px;
	background: #212121;
}
.header h1 {
	font-size: 55px;
	margin-top: -130px;
	margin-left: 150px;
}
#hp_title {
	font-family: "Courier New", Courier, monospace;
	font-size: 17px;
	letter-spacing: -0.03em;
	word-spacing: -0.1em;
	margin-left: 2px;
	color: #EF9C02;
}
#youtube {
	float: right;
	margin-top: -150px;
	margin-right: 5px;
}
/* Style the top navigation bar */
.topnav {
	background-color: #333333;
	font-family: Arial;
	overflow: hidden;
}
/* Style the topnav links */
.topnav a {
	float: left;
	display: block;
	color: #F2F2F2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
/* Change color on hover */
.topnav a:hover {
	background-color: #DDDDDD;
	color: #000000;
}
.topnav #menu_contact {
	float: right;
}
/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {
	float: left;
	width: 75%;
	letter-spacing: -0.01em;
}
/* Right column */
.rightcolumn {
	color: #CCCCCC;
	background-color: #b3aca0;
	width: 25%;
	float: left;
	padding-left: 20px;
}
/* Add a card effect for articles */
.card {
	background-color: #212121;
	padding: 5px 20px;
	margin-top: 20px;
}
/* Style the tabs */
.tab {
	overflow: hidden;
	background-color: #212121;
	border: 2px solid #EF9C02;
	margin-top: 50px;
}
/* Style the buttons inside the tabs */
.tab button {
	color: #CCC;
	background-color: #212121;
	font-size: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -0.06em;
	font-weight: bold;
	float: none;
	border: none;
	outline: none;
	cursor: pointer;
	transition: 0.3s;
	padding: 14px 40px;
}
/* Change background color of buttons on hover */
.tab button:hover {
	color: #212121;
	background-color: #EF9C02;
}
/* Create an active/current tablink class */
.tab button.active {
	color: #212121;
	background-color: #EF9C02;
}
/* Style the tabbed content */
.tabcontent {
	display: none;
	border-top: none;
	margin-bottom: 50px;
	padding: 6px 12px;
}
/* Create two equal columns that floats next to each other */
.column_2 {
	float: left;
	width: 50%;
	padding: 10px;
	height: 180px;
	border-bottom: solid 2px #CCCCCC;
}
/* Create three equal columns that floats next to each other */
.column_3 {
	float: left;
	width: 33.33%;
	padding: 10px;
	height: 180px;
	border-bottom: solid 2px #CCCCCC;
}
/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}
.hp_caption {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: justify;
}
.dog_info_rt_col {
	font-size: 16px;
	line-height: 5px;
}
#dog_info_page {
	font-size: 18px;
	line-height: 7px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#wsp {
	text-align: center;
	font-size: 14px;
}
#services_anchor {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -0.06em;
	word-spacing: -0.06em;
	text-align: center;
}
#purchase_book {
	font-weight: bold;
	font-size: 22px;
}
#gallery img {
	margin: 0 auto;
	border: 5px solid #333;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
#contact_pg {
	font-size: 16px;
	margin-bottom: 50px;
}
#contact_pg h1 img {
	float: right;
	border: 10px solid #333;
}
/* Footer */
#footer {
	padding: 20px;
	text-align: center;
	background: #212121;
	margin-top: 20px;
}
#copyright {
	margin-top: 30px;
}
#butchgw {
	float: right;
	height: 30%;
	width: 30%;
	margin-top: -180px;
	margin-right: 40px;
}
#ldt_image {
	float: left;
	margin-right: 20px;
	border: 5px solid #333;
}
#map {
	border: 10px solid #333333;
	height: 400px;
}
#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #EF9C02;
	color: #333333;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
}
#myBtn:hover {
	color: #F1F1F1;
	background-color: #666666;
}
#lifestyles {
	color: #23B5C4;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	word-spacing: -2px;
	font-size: 55px;
}
#by_butch {
	color: #FFFFFF;
	background-color: #292929;
	padding: 5px;
}
#obligation {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CCC;
	text-align: center;
}
#silent_whistle_page img {
	margin-right: 10px;
	
}
#silent_whistle_page p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 17px;
	margin: 10px;
}
#intro {
	padding: 20px;
	text-align: center;
}
#strong {
	color: #EF9C02;
	text-transform: uppercase;
}
#help {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
#opening {
	text-align: center;	
}
#howdy {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 40px;
}
.butch_from_book_cover {
	padding: 5px;
	border: 10px solid #333;
}
#butch_from_book_cover img{
	float: left;
	border: 10px solid #333;
}
.img_border {
	border: 10px solid #333;
}
.center_text {
	text-align: center;
}
.italic {
	font-style: italic;
}
.highlight {
	color: #EF9C02;
	font-weight: bold;
}
.mbf {
	text-transform: uppercase;
	white-space: nowrap;
	display: block;
	text-align: center;
}
.mans {
	color: #EF9C02;
	font-size: 20px;
	text-transform: uppercase;
}
.best {
	color: #EF9C02;
	font-size: 25px;
	text-transform: uppercase;
}
.friend {
	color: #EF9C02;
	font-size: 30px;
	text-transform: uppercase;
}
.exclamation {
	color: #EF9C02;
	font-size: 35px;
}
.fltlt{
	float: left;
	border: 5px solid #333;
}
.fltrt {
	float: right;
	border: 5px solid #333;
}
.li_none {
	list-style-type: none;
	margin-left: -40px;
}
/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 960px) {
.leftcolumn, .rightcolumn {
	width: 100%;
	padding: 0;
}
#butchgw {
	visibility: hidden;
}
}
/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
.leftcolumn, .rightcolumn {
	width: 100%;
	padding: 0;
}
.topnav #menu_contact {
	float: none;
}
#youtube {
	visibility: hidden;
}
#butchgw {
	visibility: hidden;
}
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
.topnav a {
	float: none;
	width: 100%;
}
}
