﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
.padding50{
	padding-top: 50px;
	padding-bottom: 50px;
}
.blackbackground{
	background: #000;
	height: 180px;
}
.heroimagebox {
    background: url("../siteart/houston-hero.jpg");
    background-size: 121%;
    z-index: 100;
    height: 880px;
    background-position: 0% 50%;
    background-repeat: no-repeat;
}

.nav{
	padding-right: 50px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.logocontainer{
	z-index: 300;
	position: absolute;
	padding-top: 30px;
	padding-left: 60px;
}

.navcontainer{
	position: absolute;
    top: 107px;
    z-index: 100;
	width: 100%;

}
.overlay {
    background: url(../siteart/transparency.png);
 	background-size: 100%;
    z-index: 500;
    position: relative;
    height: 880px;
    background-position: left center;
    background-repeat: no-repeat;
}
.navinfobox{
	display: flex;
	left: 235px;
	top: 55px;
	position: absolute;
	color: #cdcdcd;
	font-family: Arial, "Arial Black", "sans-serif";
	font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.navinfobox a{
	padding-left: 5px;
	color: #e8e8e8;
}
.herotextbox{
position: absolute;
    padding: 80px 55px;
    background: #e8e8e8e0;
    top: 300px;
    left: 44px;
}
.heroheader{
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 45px;
	
}
.herotext{
	font-family: Arial, "Arial Black", "sans-serif";
	text-transform: uppercase;
	font-size: 18px;
    line-height: 23px;
    padding: 10px 0px 35px 0px;
}
.blackbutton{
	color: #fff;
	background: #000;
	width: 60px;
	height: 45px;
	padding: 15px 40px;
	font-family: Arial, "Arial Black", "sans-serif";
	font-weight: 700;
	font-size: 14px;
}
/*---DEFAULT INVENTORY SECTION--------------------------------*/
.defaultequipment{
	background: url("../siteart/textureoption2.jpg");
	padding: 5% 10%;
}
.inventorybuttonbox{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.inventorybuttons{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 0 0px;
    background-color: #fff;
    margin: 20px;
    height: 230px;
    width: 360px;
    align-items: center;
    border: #cdcdcd solid 3px;
    align-content: center;
}
.inventorybuttons a{
	border: none;
	width:auto;
}

.inventorybuttons:hover a{
	background: transparent;
}
.inventorybuttons:hover{
	background: #f7f7f7;
}
/* Shadow */
.hvr-shadow {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
  box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.5);
}
.inventorytitlebutton{
	display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding: 0 0px;
    margin: 20px;
    height: 230px;
    width: 360px;
    align-items: center;
    align-content: center;
}
.inventoryimage{
	width: 100%;
    padding-bottom: 25px;
}
.inventorytext{
	width: 100%;
	font-family: Arial, "Arial Black", "sans-serif";
	font-weight: 900;
	font-size: 18px;
	color: #000;
	
}
.longwhtbutton{
	font-family: Arial, "Arial Black", "sans-serif";
    font-weight: 900;
    background: #fff;
    font-size: 13px;
    text-align: center;
    width: 325px;
    padding: 15px 12px;
    border: 3px solid #cdcdcd;
	margin-bottom: 30px;
	color: #000;
	
}
.longwhtbutton a{
	border: none;
	width: auto;
	padding: 0px;
}
.longwhtbutton:hover{
	background: #fdfdfd;
}
.longblkbutton{
	font-family: Arial, "Arial Black", "sans-serif";
    font-weight: 900;
    background: #000;
    font-size: 12px;
    text-align: center;
    width: 325px;
    padding: 15px 12px;
   	color: #fff;
	border: 3px solid #000;
}
.longblkbutton a{
	border: none;
	width: auto;
	padding: 0px;
}
.longblkbutton:hover{
	background: #202020;
}


/*---DEFAULT ABOUT SECTION--------------------------------*/
.aboutflex{
	display: flex;
	padding: 5% 0%;
	align-items: center;
}
.aboutpicture{
	width: 50%;
}
.orangetruck{
	width: 90%;
}
.abouttext{
	width: 34%;
    padding: 0px 161px;
}
.blackheader{
	font-family: 'Raleway', sans-serif;
	font-size: 40px;
	font-weight: 800;
	text-align: left;
}
.subhead{
	text-transform: uppercase;
	font-family: Arial, "Arial Black", "sans-serif";
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 20px;
	text-align: left;
}
.blackparagraph{
	font-family: Arial, "Arial Black", "sans-serif";
	font-size: 15px;
	line-height: 22px;
	padding-bottom: 35px
}
.italic{
	background: none;
	font-style: italic;
	line-height: 36px;
}



/*---DEFAULT MAP SECTION--------------------------------*/

.mapbox{
	display: flex;
	margin-bottom: 10%;
	align-items: center;
}
.mapinfobox{
	background: url("../siteart/gradient.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 5% 10% 5% 10%;
	width: 30%;
}
.mapinfo{
	display: flex;
	padding: 25px 0px;
	align-items: center;
}
.mapicons{
	padding-right: 45px;
	width: 8%
	
}
.mapsubhead{
	text-transform: uppercase;
	font-family: Arial, "Arial Black", "sans-serif";
	font-size: 22px;
	font-weight: 500;
	padding-bottom: 5px;
	text-align: left;
	line-height:32px;
}
.map{
	width: 50%;
	text-align: right;
}
.homemap{
	width: 90%;
    height: 510px;
    padding-left: 31px;
}
/*--------CONTACT PAGE--------------------*/
.fullmap{
	width: 100%;
	height: 300px;
}
.contactheader{
	padding-left: 50px;
    text-align: center;
    padding-top: 35px;
    color: #454545;
    text-transform: uppercase;
    padding-bottom: 20px;
	width: 40%;
}
.triangle{
	width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 600px solid transparent;
    border-bottom: 300px solid #2b2b2b;
}
.triangletop{
	width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 400px solid transparent;
    border-top: 500px solid #efefef;
    margin-bottom: -380px;
}
.contactinfobox{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 85px;
}
.contactinfo{
margin: 70px 35px 20px 35px;
	padding: 20px;
	width: 25%;
}
.contactinfo a{
	padding: 20px;
    background: #fff;
	color: #000;
	border: 3px #e8e8e8 solid;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
	height: 70px;
}
.contactsubhead{
	font-family: Arial, "Arial Black", "sans-serif";
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
	
}
.contacttext{
	font-family: Arial, "Arial Black", "sans-serif";
	width: 100%;
}
.contacttext a{
	color: #000;
}
.greybckg{
	background: #f9f9f9;
}
/*--------THANK YOU PAGE--------------------*/
.thankyoupadding{
	padding: 10% 15% 20% 15%;
	text-align: center;
}



/*--------FORM STYLES--------------------*/
.center{
	text-align: center;
	width: 100%;
}
.form{
	background: url(../siteart/formbackground.jpg);
    border-top: #efefef solid 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 20px;
	border-bottom: #efefef solid 30px;
}
.formcontainer{
	display: flex;
    justify-content: center;
  
    padding-bottom: 50px;
}
.formfields{
	width: 200px;
	height: 32px;
	font-family: 'Raleway', sans-serif;
	padding-left: 5px;
	margin: 10px 5px;
}
.message {
    font-family: 'Raleway', sans-serif;
    width: 652px;
    margin: 5px;
    height: 90px;
    padding-left: 5px;
}
.submit{
	font-family: 'Raleway', sans-serif;
	border: none;
	width: 120px;
	height: auto;
	padding: 10px;
	background: #000;
	color: #fff;
	box-sizing: content-box;

}
.CaptchaPanel{
	text-align: left!important;
}
.CaptchaMessagePanel{
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
}
.CaptchaWhatsThisPanel a{
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	color: #000;
}
/*-------- ABOUT PAGE STYLES ----------------*/
.aboutpagesection{
	display: flex;
	padding: 0px 0% 5% 0%;
    align-items: center;
    justify-content: space-between;
	overflow: hidden;
}
.aboutpagetext{
	width: 42%;
    padding-right: 50px;
    padding-left: 145px;
}
.aboutimagebox{
	width: 51%;
}
.aboutimage{
	width: 100%;
}
.aboutheading{
font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 35px;
}
.aboutparagraph{
	font-family: Arial, "Arial Black", "sans-serif";
	font-size: 14px;
    line-height: 25px;
    padding: 20px 80px 35px 0px;
}
.abouttriangle{
	width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 260px solid transparent;
    border-top: 500px solid #efefef;
    margin-bottom: -380px;
}

/*-------- FOOTER STYLES ----------------*/
.footer{
	background-color: #000;
	display: flex;
	align-items: center;
	padding: 50px 5px;
}

.footerlogo{
	width: 25%;
}
.footernavbox{
	display: flex;
	width: 50%;
	justify-content: center;
}
.footernavlinks a{
	color: #cdcdcd;
}
.footernavlinks{
	color: #cdcdcd;
	width: 22%;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
}
.footersubnav{
	color: #cdcdcd;
	font-family: Arial, "Arial Black", "sans-serif";
	line-height: 18px;
    font-size: 14px;
	font-weight: 300;
}
.footernav{
	padding-bottom: 5px;
	font-size: 20px;
}
.footerinfo{
	width: 22%;
	text-align: right;
	color: #cdcdcd;
	font-family: Arial, "Arial Black", "sans-serif";
}
.footericons{
	padding-right: 12px;
}
.footertext{
	padding-top: 12px;
    font-size: 14px;
}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.faceted-search-content .selected-facets-container .selected-facet{
	background-color: #000000!important;
}

.list-top-section .list-title .list-listings-count{
	color: #888888 !important;
}
.list-content .list-error-container .info button{
	background-color: #888888!important;
}

.list-content .list-error-container .info .selected-facet button{
	background-color: transparent!important;
}
.mobile-option-bar .mobile-option-bar-filter{
	color: #000 !important;
}
.faceted-search-content .mobile-done-button-container .mobile-done-button{
	background-color: #000!important;
}
.view-listing-details-link{
	background-color: #888888!important;
}
.view-listing-details-link:hover{
	background-color: #979797!important;
}
.list-content .price-container .price{
	color: #888888!important;
}
.listing-prices__retail-price, .listing-prices__discount-formatted-price, .listing-prices__alternate-retail-price, .listing-prices__exclusive-wholesale-price{
	color: #888888!important;
}
/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1604px) {

	.overlay{
		background-size: 92%;
	}
}
@media only screen and (max-width: 1545px) {
		.defaultequipment{
		padding: 10% 5%;
	}
}
@media only screen and (max-width: 1490px) {
	.overlay{
		background-size: 100%;
	}

}

@media only screen and (max-width:1425px){
	
	.heroimagebox{
		background-size: cover;
		background-position: center;
	}
	.overlay{
		background-size: cover;
	}
}
@media only screen and (max-width:1373px){
	.defaultequipment{
		padding: 10% 0%;
	}
	.inventorybuttons{
		width: 340px;
	}
	.inventorytitlebutton{
		width: 340px;
	}
}
@media only screen and (max-width:1180px){
	.defaultequipment{
		padding: 10% 2%;
	}
	.inventorybuttons{
		width: 350px;
	}
	.inventorytitlebutton{
		width: 350px;
	}
	.abouttext{
		width:45%;
		padding: 0px 69px;
	}
	.homemap{
		height: 430px;
	}
	.mapinfobox{
	padding: 5% 6% 5% 5%;
    width: 44%;
	}
	.mapsubhead{
		line-height: 28px;
		font-size: 20px;
	}
		.footer{
		flex-wrap: wrap;
	}
	.footerlogo{
		width: 25%;
	}
	.footernavbox{
		 width: 75%;
	}
	.footersubnav{
		line-height: 24px;
	}
	.footerinfo{
		width: 100%;
    text-align: right;
    color: #cdcdcd;
    font-family: Arial, "Arial Black", "sans-serif";
    border-top: #cdcdcd solid 1px;
    padding-top: 13px;
}
	.contactinfo {
  
    padding: 20px 0px;
    width: 40%;
}
	.aboutpagetext {
    width: 46%;
    padding-right: 10px;
    padding-left: 62px;
}
	.aboutimagebox {
    width: 52%;
}
}
@media only screen and (max-width:1023px){
	.overlay{
		background: url("../siteart/transparency_mobile.png");
		background-size: cover;
    background-size: 111%;
    background-repeat: no-repeat;
    background-position: center;
	}
	.heroimagebox{
		background-size: 135%;
	}
	.header{
	background: #000;
    height: 140px;
	width: 100%;
	}
	.logocontainer {
    z-index: 500;
    position: absolute;
    padding-top: 30px;
	padding-left: 30px;
}
	
	.navinfobox{
		width: 100%;
		justify-content: flex-end;
		top: 45px;
		left: -39px;
	}
	.nav{
		display: none;
	}
	#menu-button{
		border-bottom: #cdcdcd solid 3px;
		padding: 0px;
		font-size: 30px!important;
		line-height: 50px!important;
	}
	#menu-button a{
		margin-right: 43px!important;
		color: #e8e8e8!important;
	}
	.herotextbox{
	position: relative;
    top: 427px;
    left: 0px;
    text-align: center;
    background: #ffffff;
    padding: 68px 37px;
	}
	.defaultequipment{
		margin-top: 130px;
	}
	.navlogo{
		width: 85%;
	}
	.heroheader{
		font-size: 37px;
	}
	.aboutflex{
		flex-wrap: wrap;
		align-content: center;
		justify-content: flex-end;
	}
	.aboutpicture{
		width: 100%;
		background: #000;
    border: none;
    text-align: end;
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
	}
	.orangetruck {
    width: 100%;
    position: relative;
	top: -30px;
	}
	.abouttext {
    width: 100%;
    padding: 30px 30px 10% 30px;
}
	.mapinfobox {
    padding: 5% 0% 5% 3%;
    width: 40%;
}
	.map {
    width: 57%;
    text-align: right;
}
	.homemap {
    height: 430px;
	padding:0px;
	width:100%;
}

.form{
		flex-wrap: wrap;
	}
	.contactheader{
		width: 100%;
		padding-left: 0px;
	}
	.contactheader h1{
		text-align: center;
	}
	.CaptchaPanel{
		text-align: center!important;
	}
	.formcontainer{
		width: 90%;
		    padding: 0px 20px 50px 20px;
    text-align: center;
	}
}
@media only screen and (max-width:860px){

	.navinfobox{
		top: 27px;
		left: -38px;
		flex-wrap: wrap;
		text-align: right;
	}
	.navinfobox a{
		width: 100%;
	}
	.heroheader {
    font-size: 42px;
    line-height: 36px;
}
	.herotext{
		font-size: 18px;
		line-height: 28px;

	}
	.inventorytitlebutton{
		width: 100%;
		align-items: flex-start;
   		justify-content: center;
	}
	.inventorytitle{
		width: 100%;
	}
	.longwhtbutton{
		margin-right: 15px;
		width: 40%;
		margin-bottom: 10px;
	}
	.longblkbutton{
		margin-left: 15px;
		width: 44%;
		margin-bottom: 10px;
	}
	.inventorybuttonbox{
		justify-content: space-between;
		align-items: center;
	}
	.inventorybuttons{
		width: 40%;
	}
	.contactinfo{
		margin: 70px 15px 15px 15px;
	}
	
	.abouttriangle{
		display: none;
	}
	.aboutpagesection{
		flex-wrap: wrap-reverse;
	}
	.aboutpagetext{
		width: 100%;
		padding: 45px 10px 62px 45px;
	}
	.aboutimagebox{
		width: 100%;
	}
}
@media only screen and (max-width:800px){
	.mapbox{
		flex-wrap: wrap;
	}
	.mapinfobox{
		padding: 10% 0% 5% 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	}
	.blackheader{
		width: 100%;
	}
	.mapinfo{
		padding: 25px 7px;
	}
	.map{
		width: 100%;
	}
		.footer {
    justify-content: center;
	}
	.footerlogo {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
	}
	.footernavbox {
    width: 90%;
	padding-bottom: 20px;
	}
	.footernavlinks{
		width: 25%;
	}
	.footerinfo{
	width: 100%;
    text-align: center;
	padding-top: 33px;
	}
}

@media only screen and (max-width:718px){
	.blackheader{
		padding-bottom: 25px;
	}
	.contactinfo {
		margin: 0px 15px 15px 15px;
		width: 100%;
    	height: 71px;
	}
	.triangletop{
		border-top: 250px solid #efefef;
   		 margin-bottom: -19px;
		height: 30px;
	}
	.w100over{
		width: 100%;
		overflow: hidden;
	}
	.contactinfobox{
		padding-top: 0px;
		
	}
}
@media only screen and (max-width:700px){
	.formfields{
		width: 100%;
		height: 45px;
		margin: 10px 0px;
	}
	.message{
		width: 100%;
		height: 90px;
		margin: 10px 0px;
	}
	.contactheader{
		width: 100%;
		padding-left: 0px;
	}
	.submit{
		height: 20px;
	}
	.orangetruck {
    width: 100%;
    position: relative;
    top: 0px;
    height: auto;
}
	.aboutpicture{
		height: 300px;
		background: #fff;
	}
}

@media only screen and (max-width:690px){

	.aboutflex{
		padding: 0px;
	}
}
	
@media only screen and (max-width:660px){
	.blackheader{
		text-align: center;
		
	}
	.subhead{
		text-align: center;
	}
	.longwhtbutton{
		margin-right: 0px;
		width: 100%;
		margin-bottom: 10px;
	}
	.longblkbutton{
		margin-left: 0px;
		width: 100%;
		margin-bottom: 10px;
	}
	.inventorybuttons{
		width: 100%;
		height: 115px;
		margin: 5px;
	}
	.inventoryimage {
    width: 28%;
    padding-bottom: 0px;
}
	.inventoryicons{
		width: 100%;
	}
	.inventorytext{
		width: 60%;
		font-size: 18px;
	}
	.mapinfobox{
		justify-content: flex-start;
	}
	.triangletop {
    border-top: 145px solid #efefef;
    margin-bottom: -19px;
    height: 30px;
}
	.contactpageinfo{
		padding-bottom: 20px;
	}
	.mapicons{
		width: 14%;
	}
		.heroimagebox {
    background-size: 250%;
    height: 785px;
    background-position: 31% 46%;
}
	.herotextbox {
    top: 410px;
}
	.overlay {
    background-size: 200%;
    background-repeat: no-repeat;
    background-position: center;
}
		.footermobilelogo{
		width: 130px;
	}
	.footernavbox {
    width: 98%;
    padding-bottom: 20px;
	}
	.footernavlinks {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
	}
	.footernavbox{
		flex-wrap: wrap;
	}
}

@media only screen and (max-width:500px){

	.defaultequipment {
    margin-top: 175px;
}
}
@media only screen and (max-width:415px){
	.navlogo{
		width: 75%;
		padding-top: 10px;
	}
	.navinfobox{
		top:30px;
		left:-10px;
	}
	.logocontainer{
		padding-left: 5px;
		padding-top: 42px;
	}
	#menu-button{
		line-height: 80px!important;
	}
	.header{
		height: 105px;
	}
	.subhead{
		padding-top: 10px;
	}
	.homemap{
		height: 330px;
	}
	.aboutparagraph{
		padding: 20px 0px 31px 0px;
	}
	.aboutpagetext{
		padding: 35px 10px 62px 10px;
	}
}
@media only screen and (max-width:380px){
	.heroimagebox{
		background-size: 200%;
		height: 590px;
	}
	.overlay{
		background-repeat: no-repeat;
		background: none;
		
	}
	.herotextbox{
		top: 210px;
		padding: 40px 26px;
		
	}
	.defaultequipment{
		margin-top: 185px;
	}
	.inventorytitlebutton{
		height: 205px;
	}
	.blackheader{
		font-size: 30px;
	}
	.inventorybuttons{
		width: 100%;
		height: 115px;
		margin: 5px 0px;
	}
	.inventoryimage{
		width: 26%;
		padding-bottom: 0px;
	}
	.inventorytext{
		width: 53%;
	}
	.longblkbutton{
		padding: 15px 0px;
	}

	.abouttext{
		padding: 30px 15px 10% 15px;
	}
	.mapinfo {
    padding: 25px 7px 5px 7px;
}
	.mapicons {
    padding-right: 25px;
    height: auto;
	width: 16%;
}
	.mapsubhead {
    line-height: 21px;
    font-size: 16px;
}
	.thankyoupadding{
		padding: 10% 5% 30% 5%;
	}
}
@media only screen and (max-width:270px){
	.logocontainer{
		padding-top: 42px;
	}
	.navlogo{
		width: 64%;
		padding-top: 23px;
	}
	#menu-button a{
		margin-right:10px!important; 
	}
	.heroimagebox{
	background-size: 270%;
    height: 400px;
    background-position: bottom;
	}
	.blackbutton{
		padding: 14px 12px;
	}
	.defaultequipment{
		margin-top: 370px;
	}
	.blackheader{
		font-size: 27px;
	}
	.inventorybuttons{
		height: 65px;
	}
	.inventoryimage{
		display: none;
	}
	.inventorytext{
		width: 100%;
	}
	.inventorytitlebutton{
		margin: 20px 0px;
	}
	.message {
    width: 90%;
    height: 90px;
}
	.formfields {
    width: 90%;
    height: 45px;
}
	.contactsubhead{
		font-size: 16px;
	}
	.contacttext{
		font-size: 13px;
	}
}