/*CORE*/
* {
  box-sizing: border-box;
}

@font-face {
  font-family: GFSFont;
  src: url('../fonts/BalooBhaijaan2.ttf');
}

@font-face {
  font-family: GFSFont2;
  src: url('../fonts/moolbor.ttf');
}

html {
	font-size: 16px; /*SET ROOT FONT SIZE FOR MOBILE SCREENS*/
}

body {
	margin: 0;
	background-color: #222222;
	color: #FFF;
	font-family: GFSFont;
}

a {
	text-decoration: none;
	color: #2EC7FF;
}

a:hover{
	color: #FFF48E;
}

.bold {
     font-weight: 500;
}

.yellow {
     color: #FFFD8F;
}

.blue {
     color: #7CCEFF;
}

.red {
	color: #ff99e6;
}

.green {
	color: #00ff64;
}

.full_centered {
	width: 100%;
	text-align: center;
}

.underline {
	text-decoration: underline;
}

a[href="/statistics/src/index.php"] {
	display: none;
}

/*THE FOLLOWING FIXES BLURRED IMAGE DOWNSIZING IN CHROME, OPERA, & SAFARI*/
img {
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}


/*MAIN LAYOUT STYLES*/
#main_logo{
	width: 300px;
	height: auto;
     image-rendering: -webkit-optimize-contrast;
}

.main_header{
	width: 100%;
	height: auto;
	padding: 0 30px;
	box-sizing: border-box;
}

.main_header div{
	text-align: center;
	width: 100%;
}

#header_address{
	font-size: 1.5rem;
	line-height: 1.5rem;
	padding-top: 8px;
	font-family: GFSFont2;
}

#header_phone{
	font-size: 3.0rem;
	display: inline-block;
	margin-top: .8rem;
}

#store_hours {
	font-size: 1.5rem;
	line-height: 1.4rem;
     margin-top: 5px;
}

.header_yellow {
	color: #FBE196;
}

.header_red {
	color: #FFABAB;
}

main {
	width: 100%;
	height: auto;
	padding: 1.0rem .5rem;
	background-color: #3e3e3e;
	box-sizing: border-box;
}

nav{
	width: 95%;
	margin: 0 auto !important;
	box-sizing: border-box;
}

nav h3{
	font-size: 19px !important;
     padding: 12px 2px !important;
     background-color: #392323 !important;
     font-weight: 500 !important;
}

nav h3:hover {
     background-color: #800B0B !important;
}

nav .ui-widget-content {
     background-color: #191919 !important;
}

nav ul {
     margin: 0 0 0 18px;
     padding: 0;
     list-style-type: none;
	 list-style-position: outside;
}

nav li {
     margin: 11px 0;
}

nav li::before {
     content: "\25B6";
     color: #FFFFFF;
     padding-right: 5px;
	 margin-left: -18px;
}

.navbar_link {
     font-size: 22px;
}

.navbar_link_smaller {
     font-size: 19px;
}

nav ul a:link {
     color: #FFFFFF;
}

nav ul a:visited {
     color: #FFFFFF;
}

nav ul a:hover {
     color: #FFF48E;
}

.ui-widget { /*OVERRIDE NAV MENU FONT*/
     font-family: GFSFont !important;
}

.ui-accordion .ui-accordion-content {
     padding: 6px !important;
}

#nav_show {
     width: 95%;
     margin: 0 auto;
     text-align: center;
     font-size: 2.4rem;
     background-color: #392323;
     border-radius: 8px;
     color: #FFFFFF;
     cursor: pointer;
     border: 2px solid #2f0505;
}

#nav_show_icon {
     font-size: 4.0rem;
     position: relative;
     display: inline-block;
     top: 9px;
     margin-right: 16px;
}

#main_content{
	box-sizing: border-box;
	padding: .2vw;
	text-align: justify;
	font-size: 1.4rem;
	letter-spacing: .05rem;
	line-height: 1.3rem;
	font-weight: bold;
	color: #FFFEBC;
}

footer{
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: .8rem;
	font-size: .8rem;
	line-height: 1.0rem;
     font-weight: 400;
}

#footer_browser_note {
     width: -moz-fit-content;
     width: fit-content;
     max-width: 95%;
     padding: 20px 10px;
     margin: 40px auto 0 auto;
     border: 1px solid #4C4C4C;
}

footer p {
     margin: 8px 0;
}

#footer_links {
	margin-bottom: 20px;
}

#footer_browser_icons img {
     width: 30px;
     height: auto;
     margin: 10px;
}

h2.page_header {
     font-size: 1.6rem;
     line-height: 1.9rem;
     font-weight: 500;
}

.page_header_paragraph {
     color: #FFFFFF;
     font-size: 1.1rem;
     font-weight: 400;
     line-height: 1.3rem;
     margin: 20px auto;
     width: 95%;
}

.page_content_paragraph {
     width: 90%;
     margin-top: 40px;
}

.page_header_paragraph {
     margin: 15px 0;
}

.main_content_section_header {
     width: 95%;
     text-align: left;
     margin: 20px auto;
     color: #9effc4;
     font-size: 1.7rem;
     font-weight: 500;
     line-height: 1.7rem;
}

.main_content_section_container {
     display: flex;
     flex-wrap: wrap;
     width: 100%;
     margin: 20px auto;
     justify-content: center;
     align-items: center;
     gap: 10px;
}

.main_content_section_img {
     width: 200px;
     height: 150px;
     border: 1px solid #b7b7b7;
}

.main_content_section_text {
     width: 80%;
}

/*HOME PAGE CARDS*/
ul#home_cards a{
	width: 100%;
	color: #1B1B1B;
}

ul#home_cards a:hover{
	width: 100%;
	color: #D92A2A;
}

ul#home_cards{
	width: 100%;
	padding: 0;
}

#home_cards li{
	list-style-type: none;
	width: 90%;
	max-width: 300px;
	background-color: #E7E7E7;
	margin: 1.2rem auto;
	border: 1px solid #000;
	overflow: hidden;
	cursor: pointer;
}

#home_cards img{
	width: 100%;
	height: auto;
	display: block;
}

.home_card_title{
	padding: 1rem .5rem;
	width: 100%;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
}

#home_banner {
	width: 100%;
	text-align: center;
	background-color: #5e5b43;
	color: yellow;
	padding: 10px;
	border: 2px solid yellow;
	border-radius: 10px;
}

#home_banner img {
	width: min(70vw,600px);
}

/*HOME PAGE MENUS*/
div.menu_overlay{
	display: none;
	position:fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color:#7C0202;
	opacity: 0.99;
     z-index: 10000;
     overflow: scroll;
}

div.menu_overlay_container{
	width: 100%;
	padding: 2.0vw 3.0vw;
}

.menu_overlay img{
	display: block;
	margin-bottom: 1vw;
	width: max(100px,10vw);
	height: auto;
}

.menu_overlay h2{
	font-size: max(3.1vw,2.1rem);
	margin: 0 0 -.5vw 0;
}

.menu_overlay_hr{
	width: 85vw;
	height: 6px;
	margin-bottom: 15px;
	background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(124,2,2,1) 100%);
}

.menu_overlay_description{
     font-size: max(2.1vw,1.5rem);
     line-height: max(2.5vw,1.5rem);
}

.menu_overlay_list a{
	color: #222222;
	font-weight: 500;
}

.menu_overlay_list a:hover, .menu_overlay_list a:active{
	color: #F00;
}

.menu_overlay_list{
	list-style-type: none;
	padding: 0;
	margin: 44px 0 0 0;
	width: 60%;
	border: 0 solid #000;
	border-width: 0 0 1px 1px;
}

.menu_overlay_list li{
	padding: max(.3vh,10px) max(2vw,4px);
	border: 1px solid #000;
	border-width: 1px 1px 0 0;
	font-size: max(2.5vw,1.6rem);
	background-color: #DBDBDB;
}

.menu_overlay_list li:hover{
	background-color: #FFF;
}

div.menu_overlay_close{
	cursor: pointer;
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	font-size: 23px;
	height: 36px;
	width: 120px;
	border: 1px solid #000;
	display: flex;
	justify-content: space-between;
	align-content: stretch;
	align-items: stretch;
	background-color: #FFF;
	color: #000;
	font-weight: bold;
}

span.menu_overlay_close_x{
	display: inline-block;
	padding: 0 11px;
	height: 100%;
	border-left: 1px solid #000;
	background-color: #FFF35F;
}

span.menu_overlay_close_text{
	display: inline-block;
	padding-left: 8px;
}


/*PHOTO GALLERY STYLES*/

.photo_gallery_container {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     width: 99%;
     background-color: #2d2d2d;
     border: 1px solid #6c6c6c;
     padding: 20px 5px 5px 5px;
}

.photo_gallery_photo {
     width: clamp(175px,14vw,300px);
     height: auto;
     position: relative;
}

.photo_gallery_photo img{
     width: clamp(175px,14vw,300px);
     height: auto;
     border: 1px solid #FFFFFF;
}

.photo_gallery_alt_link {
     display: none;
}

.photo_title {
     color: #FFFFFF;
     font-size: clamp(.95rem,1.2vw,1.2rem);
     text-align: center;
     font-weight: 400;
     letter-spacing: 0;
     line-height: clamp(1.0rem,1.3vw,1.3rem);
}

.photo_gallery_tag_container {
     display: flex;
     justify-content: space-between;
     position: absolute;
     width: 100%;
     top: 0;
     left: 0;
     background-color: rgba(0,0,0,.8);
     font-size: clamp(.9rem,1.3vw,1.1rem);
     font-weight: 400;
     padding: 3px 3px 1px 3px;
     color: #FFF;
     border-color: #FFFFFF;
     border-width: 1px 1px 0 1px;
     border-style: solid;
}

.photo_gallery_category_header {
     margin: 30px 0 10px 10px;
     text-align: left;
     font-size: 1.5rem;
     font-weight: 500;
}

.photo_gallery_category_line {
     width: 350px;
     height: 6px;
     background: rgb(136,136,136);
     background: linear-gradient(90deg, rgba(136,136,136,1) 0%, rgba(136,136,136,1) 65%, rgba(62,62,62,1) 100%);
}

#photo_gallery_category_chooser {
     text-align: center;
     margin: 20px auto;
     max-width: 500px;
     color: #FF9494;
     font-size: 1.5rem;
     line-height: 2.0rem;
}

#photo_gallery_category_chooser select{
     font-size: 25px;
     font-family: GFSFont;
}
/*END PHOTO GALLERY STYLES*/


/*LOT INVENTORY STYLES*/

#lot_inventory_last_update {
     max-width: 400px;
     padding: 20px 12px;
     margin: 30px auto;
     color: #B7FFB5;
     background-color: #333333;
     border: 1px solid #FFFFFF;
     font-weight: 400;
     font-size: 1.4rem;
     text-align: center;
}

#lot_inventory_last_update_header {
     font-size: 1.0rem;
     margin-bottom: 5px;
     color: #FFFFFF;
}

.lot_inventory_table_header {
     background-color: #400505;
     font-weight: 500;
     position: sticky;
     top:0;
     z-index: 5000;
}

.lot_inventory_item_container {
     width: 100%;
     font-weight: 400;
     border: 1px solid #7B7979;
     color: #FFFFFF;padding: .1vw;
     letter-spacing: normal;
}

.lot_inventory_item_details {
     display: flex;
     justify-content: space-between;
     align-items: center;
}

.lot_inventory_even_row {
     background-color: #222222;
}

.lot_inventory_item_mfg {
     width: 30%;
}
.lot_inventory_item_model {
     width: 30%;
}
.lot_inventory_item_tag {
     width: 10%;
}
.lot_inventory_item_price {
     width: 17%;
     text-align: right;
}
.lot_inventory_item_photo {
     width: 13%;
     text-align: right;
}

#lot_inventory_back_to_top {
     width: 200px;
     padding: 5px;
     background-color: rgba(0,0,0,.7);
     text-align: center;
     font-size: 1.0rem;
     position: fixed;
     bottom: 2px;
     left: 50%;
     margin-left: -100px;
}

/*END LOT INVENTORY STYLES*/

/*PARTS, OIL, SUPPLIES, & HARDWARE PAGES*/

#parts_uft_list {
     font-weight: 500;
     color: #ffb657;
}

#parts_jd_list {
     font-weight: 500;
     color: #00ca00;
}

.store_link {
     font-size: 1.6rem;
     color: #e3ffbb;
}

#supplies_mag1_logo {
     width: 150px;
}

.page_header_paragraph {
     text-align: left;
}

.main_content_section_text li {
     text-align: left;
     margin: 8px 0;
}

.main_content_section_text li::marker {
     color: #83b3ff;
}

.page_category_list {
     width: 100%;
     border: 1px solid #FFFFFF;
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     background-color: #051717;
}

.page_category_list_item {
     font-weight: normal;
     font-size: clamp(1.4rem,1.3vw,1.5rem);
     margin: clamp(5px,calc(25px - .8vw),25px) 15px;
}

.page_back_to_top_link {
     width: 100%;
     text-align: center;
     margin: 20px auto;
}

/*END PARTS, OIL, SUPPLIES, & HARDWARE PAGES STYLES*/



/*AUCTIONTIME PAGE*/

#auctiontime_map {
     width: 100%;
     max-width: 800px;
     height: auto;
     margin: 0 auto;
     display: block;
}

.subheader {
     font-size: 1.5rem;
     color: #9effc4;
}

.auctiontime_calc_heading {
     font-size: 1.5rem;
     font-weight: 500;
     margin-bottom: 10px;
     color: #3bedff;
}

.auctiontime_calc_button {
     width: 120px;
     height: 37px;
     font-size: 20px;
}

.auctiontime_input {
     height: 37px;
     font-size: 24px;
     width: 170px;
}

#comCalcCom, #comCalcNet, #homeCalcGross, #homeCalcCom {
     width: 100%;
     margin: 22px 0;
     text-align: left;
     font-weight: 500;
     font-size: 1.4rem;
}

.auctiontime_error {
     color: #FF6966;
}

.auctiontime_success {
     color: #00D154;
}

/*END AUCTIONTIME PAGE*/


/*ABOUT US PAGE*/

#about_map {
     overflow:hidden;
     padding-bottom:56.25%;
     position:relative;
     height:0;
     margin-top: 30px;
}

#about_map iframe {
     left:0;
     top:0;
     height:100%;
     width:100%;
     position:absolute;
}

/*END ABOUT US PAGE*/



/*CONTACT US PAGE*/

.contact_header {
     font-weight: 500;
     color: #00FFFF;
     font-size: 1.4rem;
     margin-top: 40px;
}

.contact_body {
     font-weight: 200;
     font-size: 1.3rem;
     color: #FFFFFF;
     margin: 15px 0 0 30px;
     line-height: 1.5rem;
}

#contact_form input:not([type="submit"]) {
     width: 300px;
     margin: 5px 0;
}

#contact_form textarea {
     width: 100%;
     max-width: 800px;
     height: 200px;
}

#contact_fail, #contact_success {
     display: none;
     width:95%;
     max-width: 500px;
     text-align: center;
     padding: 30px 10px;
     font-size: 1.5rem;
     border-radius: 12px;
     line-height: 1.7rem;
}

#contact_fail {
     background-color:#AB2121;
     border: 2px solid #2E0000;
     position: fixed;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
}

#contact_success {
     background-color:#006B48;
     border: 2px solid #012414;
     margin-top: 40px;
}

/*END CONTACT US PAGE*/



/*SALEBILL - ADDED 08/29/2023*/
h3.salebill_header {
	color: #FFF;
	font-size: 1.8rem;
	line-height: 1.9rem;
}

div.salebill_header_info_text {
	font-weight: normal;
	font-size: 1.6rem;
	line-height: 1.8rem;
}

div.salebill_header_smaller_text {
	color: #FFF;
	font-weight: normal;
	font-size: 1.6rem;
	line-height: 1.8rem;
}

#salebill_auction_location_link {
	font-size: 18px;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

#salebill_printable {
	font-size: 24px;
	width: 100%;
	text-align: center;
}

#salebill_printable img{
	vertical-align: middle;
}

#auction_bill_photos_message {
	width: 100%;
	text-align: center;
}

#salebill_online_catalog_note {
	font-size: 14px;
	line-height: 15px;
}

#auction_items_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	gap: 40px 5px;
}

.auction_items_section {
	width: clamp(330px,60vw,650px);
}

.auction_items_header {
	width: 100%;
	border: 1px solid white;
	padding: 11px 4px 8px 4px;
    font-size: clamp(18px,8vw,26px);
	background-color: #680000;
	text-align: center;
}

#auction_late_additions_note {
	font-size: clamp(16px,6vw,20px);
}

.auction_items_list {
	width: 100%;
	border: 1px solid white;
	padding: 8px 5px;
	font-size: clamp(17px,6vw,22px);
	font-weight: normal;
	color: #FFF;
	text-align: left;
}

.auction_items_list ul {
  list-style: none; /* Remove default bullets */
  list-style-position: outside;
}

.auction_items_list li {
  margin: 5px 0;
}

.auction_items_list li::before {
	content: "\2022";
	color: #FFFD8F;
	font-weight: bold;
	display: inline-block;
	width: 18px;
	margin-left: -18px;
	font-size: 43px;
	vertical-align: middle;
}

/*Styles For Auction Weather Forecast*/
#auction_weather_div {
	width: min(700px,95%);
	text-align: center;
	margin: 25px auto;
	font-size: 25px;
	color: #b9e1ff;
	border: 2px solid #0080D5;
	padding: 5px;
	background: rgb(9,41,58); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzOSUiIHN0b3AtY29sb3I9IiMwOTI5M2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAxMDNmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(9,41,58,1) 39%, rgba(0,16,63,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(39%,rgba(9,41,58,1)), color-stop(100%,rgba(0,16,63,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(9,41,58,1) 39%,rgba(0,16,63,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(9,41,58,1) 39%,rgba(0,16,63,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(9,41,58,1) 39%,rgba(0,16,63,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(9,41,58,1) 39%,rgba(0,16,63,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09293a', endColorstr='#00103f',GradientType=0 ); /* IE6-8 */


}

#auction_weather_details {
	font-size: 18px;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
}

#auction_weather_header {
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
}

#auction_weather_header_text {
	line-height: 28px;
	margin-bottom: 5px;
}

#weather_container {
	position: relative;
	width: 200px;
	height: 200px;
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
}

#temp {
	position: absolute;
	font-size: 50px;
	right: 7px;
	bottom: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	z-index: 100;
}

#temp_back {
	position: absolute;
	font-size: 50px;
	right: 4px;
	bottom: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
	z-index: 99;
}

#auction_weather_details {
	margin-top: 5px;
	font-size:18px;
	color:#FCF990;
	line-height: 22px;
	font-weight: normal;
}




/*END SALEBILL PAGE*/




/*MEDIA QUERIES*/
@media screen and (min-width: 1000px) { /*ONLY ON VERY WIDE SCREENS*/
     .photo_gallery_category_header {
          font-size: 1.7rem;
     }
}

@media screen and (min-width: 900px) { /*ONLY ON WIDE SCREENS*/
	html{
		font-size: 18px; /*GROW ALL FONTS ON WIDER SCREENS*/
	}

	.main_header{
		justify-content: space-between;
		align-items: center;
	}

	.main_header div{
		width: 310px;
	}

	#main_logo{
		width: 300px;
	}

	#header_address{
		padding-top: 0;
	}

	#header_phone{
		font-size: 3.0rem;
		display: inline-block;
		margin-top: 1.5rem;
	}

     #nav_show {
          display: none; /*HIDE MENU BUTTON ON WIDE SCREENS*/
     }

	.flex{
		display: flex;
		flex-wrap: wrap;
	}

	main.normal {
		display: grid;
		grid-template-columns: 1fr 4fr;
	}

	#main_content {
		padding: .5rem;
	}

	nav{
		width: 250px;
	}

	/*HOME PAGE CARDS*/
	ul#home_cards{
		width: 100%;
		justify-content: center;
		align-content: center;
		align-items: flex-start;
	}

	#home_cards li{
		width: 20%;
		margin: 2%;
		max-width: 250px;
	}

	#home_cards li:hover{
		background-color: #1B1B1B;
	}

	#home_cards li:hover img{
		-webkit-transform: scale(1.1,1.1);
	  -webkit-transition-timing-function: ease-out;
	  -webkit-transition-duration: 250ms;
	  -moz-transform: scale(1.1,1.1);
	  -moz-transition-timing-function: ease-out;
	  -moz-transition-duration: 250ms;
	}

	.home_card_title{
		font-size: clamp(.9rem,1.3vw,1.4rem); /*MIN FONT SIZE 1.0rem, MAX IS 1.4rem*/
          font-weight: 500;
	}

     /*PHOTO GALLERY*/
     .photo_gallery_photo {
          margin: 15px 5px;
     }


     /*LOT INVENTORY*/
     .lot_inventory_item_container {
          display: flex;
          justify-content: space-between;
          align-items: center;
          font-size: min(1.4vw,1.1rem);
          padding: .1vw;
          line-height: min(1.7vw,1.4rem);
     }

     .lot_inventory_item_header {
          width: 40%;
          margin: 0px 2px -.2vw 2px;
     }

     .lot_inventory_item_details {
          width: 60%;
     }

     .lot_inventory_item_details div{
          margin: 0px 2px -.2vw 2px;
     }

     .lot_inventory_camera_icon {
          width: 2.2vw;
          margin-top: .4vw;
     }
}


@media screen and (max-width: 900px) { /*ONLY ON NARROW SCREENS*/
	div.menu_overlay_container{
		padding-top: 9.0vw;
	}

	.menu_overlay_list li{
		padding: 16px max(2vw,4px);
	}

	.menu_overlay_list{
		margin: 24px auto 0 auto;
	}

     .menu_overlay h2 {
          line-height: 2.4rem;
          margin-top: 30px;
     }

     #nav_show {
          display: block; /*SHOW MENU BUTTON ON NARROW SCREENS*/
     }

     nav {
          display: none; /*HIDE NAV ON NARROW SCREENS BY DEFAULT*/
     }

     nav h3{
     	padding: 30px 0 !important;
          font-size: 27px !important;
          font-weight: 500 !important;
     }

     nav ul {
          line-height: 50px;
     }

     .navbar_link {
          font-size: 28px;
     }

     .navbar_link_smaller {
          font-size: 25px;
     }

     h2.page_header {
         font-size: 2.6rem;
         text-align: center;
         line-height: 2.8rem;
     }

     .page_header_paragraph {
          font-size: 1.2rem;
     }

     /*PHOTO GALLERY*/
     .photo_gallery_photo {
          width: 300px;
          height: auto;
          margin: 0 5px 30px 5px;
     }

     .photo_gallery_photo img{
          width: 300px;
          height: auto;
     }

     .photo_title {
          font-size: 26px;
          line-height: 1.8rem
     }

     .photo_gallery_tag_container {
          font-size: 1.5rem;
          padding: 4px;
     }

     .photo_gallery_category_line {
          width: 300px;
     }

     #photo_gallery_category_chooser select{
          font-size: 19px;
     }


     /*LOT INVENTORY*/

     #lot_inventory_item_header_item {
          display: none; /*Hide MFG label on narrow screens*/
     }

     .lot_inventory_item_container {
          font-size: min(4.8vw,1.5rem);
          line-height: min(4.8vw,1.5rem);
          padding: .5vw;
     }

     .lot_inventory_item_details {
          width: 100%;
          font-size: min(3.8vw,1.2rem);
     }

     .lot_inventory_item_tag {
          text-align: center;
     }

     .lot_inventory_item_header {
          color: #FFFFBE;
     }

     .lot_inventory_camera_icon {
          width: 8.5vw;
          margin-top: .4vw;
     }

     /*PARTS & SUPPLIES*/

     .page_content_paragraph {
         width: 100%;
     }

     .main_content_section_text {
         width: 95%;
     }

}

@media screen and (max-width: 850px) {
	.menu_overlay_list{
		width: 100%;
	}
}

@media screen and (max-width: 1480px) { /*BREAKPOINT FOR WIDENING PARAGRAPHS*/
     .main_content_section_text {
         width: 95%;
     }

     .main_content_section_img {
          width: 300px;
          height: 225px;
     }
}

@media screen and (min-width: 1050px) { /*BREAKPOINT FOR PAGE LISTS*/
     .page_header_paragraph li {
          margin: 3px 0;
     }
}
