@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');

html, body, p, h1, h2, h3, header {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	font-family: 'Montserrat', sans-serif;
}

.wrapper {
	position: relative;
	min-height: 100%;
	height:auto !important;
	margin-bottom: -60px;
}
a {
	color: inherit;
	text-decoration: none;
}

header {
	font-family: 'Montserrat', sans-serif;
}

.header_top {
	background-color: #38027f;
	overflow: hidden;
}
.logo {
	float: left;
	margin: 20px 0 20px 50px;
}

.header_buttons {
	float: right;
	margin: 0px;
	text-transform:uppercase;
}
.header_buttons > div:hover {
	opacity: 0.8;
}

.header_pet_button_browse, 
.header_pet_button_stray, 
.header_pet_button_alert, 
.header_pet_button_rehome, 
.header_pet_button_back, 
.header_pet_button_donate {
	color: white;
	width: 100px;
	text-align: center;
	
}
.header_pet_button_alert {
	background-color: #58a8d3;
	float: left;
	width: 100px;
	height: 125px;
	border-bottom: 10px solid #4e96bc;
}
.header_pet_button_rehome {
	background-color: #7e63f2;
	float: left;
	width: 100px;
	height: 125px;
	border-bottom: 10px solid #6a59b7;
}
.header_pet_button_donate {
	background-color: #FF9900;
	float: left;
	width: 100px;
	height: 125px;
	border-bottom: 10px solid #CC6600;
}
.header_pet_button_browse {
	background-color: #B80051;
	float: left;
	width: 100px;
	height: 125px;
	border-bottom: 10px solid #A50049;
}
.header_pet_button_stray {
	background-color: #8FBC8F;
	float: left;
	width: 100px;
	height: 125px;
	border-bottom: 10px solid #2E8B57;
}
.header_pet_button_stray_dallas {
	border-right: 1px solid #2E8B57;
}

.header_pet_link_browse {
    display: block;
	padding: 45px 10px 0px 10px;
	font-size:12px;
}
.header_pet_link_stray {
    display: block;
	padding: 45px 10px 0px 10px;
	font-size:12px;
}
.header_pet_button_stray_dallas .header_pet_link_stray {
	padding: 38px 10px 0px 10px;
}
.header_pet_link_alert {
    display: block;
	padding: 55px 10px 0px 10px;
	font-size:12px;
}
.header_pet_link_donate {
    display: block;
	padding: 55px 10px 0px 10px;
	font-size:12px;
}
.header_pet_button_back {
	float: right;
	width: 100px;
	background-color: #89c433;
	height: 125px;
	border-bottom: 10px solid #7aae2d;
	margin-right:80px;
	font-size:12px;
}
.header_catalog_link_img {
    display: block;
	margin-left: auto;
	margin-right: auto;
}
.header_catalog_link {
	display: block;
	padding-top: 35px;
}
.header_bottom {
	background-color: #f5be00;
	color: white;
	text-align: center;
	height: 70px;
    font-family: 'Montserrat', sans-serif;
}
.header_bottom h1 {
	display: inline;
	font-size: 205.5%
}
.header_bottom_headline {
	padding-top: 15px;
}
.header_bottom_button {
	background-color: #58a8d3;
	color: white;
	padding: 10px 12px 10px 12px;
	border: none;
	vertical-align: middle;
	position: relative;
	top: -7px;
	margin-left: 5%;
}
.landscape {
	text-align:left !important;
	display:none;
}
.iFrame {
    width: 100%;
	height: 800px;
	padding-top: 20px;
	border: 0;
}
footer {
	background-color: #1886c2;
	width: 100%;
}
.push, footer {
	height:60px;
	clear: both;
}
h1 {
	margin-bottom: 10px;
}
.main_content .main_content_center {
	position: relative;
	margin: 20px;
}
.stray_button_inline {
	position: absolute;
	top:0;
	right: 0;
	margin:0px 10px 10px 0px;
}
.stray_button_inline a {
	background-color:#8FBC8F;
	color:#fff;
	padding: 10px 20px;
	display: inline-block;
}


/* RIGHT SIDEBAR - START */
.main_content_left {
    width: calc(100% - 330px);
    float:left;
}
.main_content_right {
    width: 300px;
    float: right;
    border-left: 2px solid #e2e2e2;
    padding-left: 20px;
    font-size:14px;
    margin-top:20px;
}
.main_content_right .main_content_right_block {
    margin-top:20px;
}
.main_content_right_header,
.main_content_right_header_alternate {
    margin-top:30px;
    color:#85be46;
    text-transform:uppercase;
    font-weight:700;
    font-size:20px;
}
.main_content_right_header {
    color:#85be46;
}
.main_content_right_header_alternate {
    color:#4d3391;
}
.main_content_right_label {
    font-weight:bold;
}
.main_content_right a {
    color:#4c328e;
    text-decoration:none;
    font-weight:bold;
}
.main_content_right a:hover {
    color:#b42552;
    text-decoration:none;
}
.visit_location_name,
a .visit_location_name {
    color:#b52257;
    font-weight:bold;
}
.visit_location_hours {
    font-weight:bold;
}
@media screen and (max-width: 900px) {
	.main_content_left,
	.main_content_right {
	    width:100%;
	    float:none;
	}
	.main_content_right {
	    border-left: 0px;
	    border-top:2px solid #e2e2e2;
	}
}
/* RIGHT SIDEBAR - END */


/* =================== */
/*    MEDIA QUERIES   */
/* =================== */

@media screen and (max-width: 980px) {
	.header_pet_button_back {
		margin-right:0px;
	}
}
@media screen and (max-width: 900px) {
	.header_bottom {
		font-size: 12px;
	}
	.header_bottom h1 {
		font-size: 24px;
	}
	.header_bottom_headline {
		padding-top: 21px;
	}
	.header_buttons {
		margin:0px;
		font-size:14px;
	}
	.header_pet_button_browse, 
	.header_pet_button_stray, 
	.header_pet_button_alert, 
	.header_pet_button_rehome, 
	.header_pet_button_donate, 
	.header_pet_button_back {
		width:100px;
	}
}

@media screen and (max-width: 820px) {
	.header_pet_button_browse, 
	.header_pet_button_stray, 
	.header_pet_button_alert, 
	.header_pet_button_rehome, 
	.header_pet_button_donate, 
	.header_pet_button_back {
		width:80px;
	}
	.header_pet_link_browse, 
	.header_pet_link_stray,
	.header_pet_link_alert, 
	.header_pet_button_rehome, 
	.header_pet_link_donate, 
	.header_catalog_link {
		font-size:12px;
	}
	.stray_button_inline {
		position: relative;
	}
}
	
@media screen and (max-width: 720px) {
	.logo {
      	float: none;
	  	margin: 10px 0 10px 0;
	  	padding: 0;
		height:50px;
	}
	.logo_img {
		text-align: center;
	}
	.header_pet_link_browse,
	.header_pet_link_stray, 
	.header_pet_button_stray_dallas .header_pet_link_stray,
	.header_pet_link_alert, 
	.header_pet_link_donate, 
	.header_catalog_link {
		padding-top: 0px;
	}
	.header_buttons {
		float: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.header_pet_button_browse, 
	.header_pet_button_stray, 
	.header_pet_button_alert, 
	.header_pet_button_rehome, 
	.header_pet_button_donate, 
	.header_pet_button_back {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
		height: 30px;
		line-height: 30px;
		border-left:0px;
		border-bottom:0px;
	}
	.header_pet_button_stray_dallas {
		border-bottom: 1px solid #2E8B57;
	}
	.header_pet_link {
		padding: 0;
	}
	.header_pet_adopt_link {
		display: none;
	}
	.header_pet_adopt_link_on {
		padding: 0;
	}
	 .header_catalog_link_img {
        display: inline;
	    padding-left: 5px;
     }
	.header_bottom {
		display: none;
	}
	footer {
		height: 60px;
	}
	.landscape {
		display:block;
		margin-left:15px;
	}
}