@charset "utf-8";
/* CSS Document */

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

body {
	font-family: "Source Sans Pro", sans-serif;
	box-sizing: border-box;
	background: #4169e1;
	}
a {
	text-decoration: none;
	color: inherit;
	}
#menuBtn {
	display: none;
	}
.header {
	background: #4169e1;
	font-size: 21px;
	color: #fff;
	font-weight: 700;
	padding: 0px;
	}
	/************* wrappers / containers *************/
	
.wrap {
		max-width: 1150px;
		margin: 0 auto;
		padding: 10px;
		}
#headwrap,
#footwrap,
#contentwrap {
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	}
#headwrap {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	            -ms-grid-row-align: flex-end;
	        align-items: flex-end;
	}
#footwrap {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	            -ms-grid-row-align: flex-start;
	        align-items: flex-start;
	}
	/************* end wrappers / containers *************/
.headerleft {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	}
#logo {
	margin-bottom: 5px;
	margin-left: 5px;
	}
#address {
	margin-bottom: 10px;
	margin-left: 10px;
	}
.headerright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	text-align: right;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-bottom: 10px;
	margin-right: 10px;
	}
.socialicons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	}
#habla {
	font-size: 14px;
	}
.socialicons li {
	color:#fff;
	}
.socialicons i {
	font-size: 32px;
	}
.navwrapper {
	height: 0px;
	}
.nav {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 0;
	background-color: #1a1a1a;
	position: relative;
	z-index: 150;
	-webkit-transition:.5s ease-in-out;
	transition: .5s ease-in-out;
	margin: 0 auto;
	box-shadow: rgba(0,0,0,.2) 3px;
	}
.nav-scrolled {
	position: fixed;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	top: 0;
	background: #1a1a1a;
	width: 100%;
	margin: 0 auto;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	}
.nav-scrolled li {
	font-size: 1rem;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	}
.nav-scrolled:before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: -5px;
	color: #fff;
	padding-right: 20px;
	}
.nav a {
	text-decoration: none;
	}
.nav li {
	font-size: 16px;
	font-weight: 700;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	border-left: .5px solid rgba(255,255,255,.3);
	border-right: .5px solid rgba(255,255,255,.3);
	color: #eee;
	border-bottom: 5px solid transparent;
	position: relative;
	}	
#inv {
	border-left: none;
	}
#email {
	border-right: none;
	}
.nav li:hover{
	border-bottom: 5px solid #fff;
	-webkit-transition:.2s ease-in-out;
	transition: .2s ease-in-out;
	}
	

#forms:after {
	content: "\f0d7";
	padding-left: 5px;
	font-family: FontAwesome;
	color: #3a3a3a;
	}
.formslist li {
	font-size: 16px;
	border-right: none;
	border-left: none;
	}
.formslist li:hover {
	background: #1a1a1a;
	border-bottom: 5px solid transparent;
	}
.formslist li:hover:after {
	content: "\f0da";
	padding-left: 5px;
	font-family: FontAwesome;
	}

.formslist {
	display: none;
	position: absolute;
	background: #fff;
	margin-left: -30px;
	width: 225px;
	margin-top: 15px;
	}
.formslist li {
	font-size: 16px;
	color: #4169e1;
	}
#forms:hover ul,
.formslist:hover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
			box-shadow: 5px 5px 7px #000;
	}
/*Overlay and cut sheets stuff*/
.overlay {
	background-color: rgba(0,0,16,0.7);
	display: none;
		width: 100%;
		height: 100%;
	position: fixed;
		top: 0;
		left: 0;
		z-index: 500;
}
.modal {
	background-color: #4161e1;
	color: #fff;
	display: block;
	padding: 20px;
	position: absolute;
	top: calc(50% - 200px);
	left: calc(50% - 200px);
	z-index: 520;
	box-shadow: 5px 5px 7px #000;
	font-size: 18px;
	border: 5px solid #000;
	height: auto;
	width: 400px;
}
.modal h1 {
	font-weight: 700;
	margin-bottom: 10px;
}
.modalX {
	color: #000;
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 1em;
	position: absolute;
		top: .5rem;
		right: .75rem;
}
.modal a {
	text-decoration: none;
}
.modal a:hover, .modal a:active {
	color: #fff;
	text-decoration: underline;
}
.modalX:hover {
	color: #fff;
	cursor: pointer;
}
.modal ul.sheets {
	padding: 10px;
}
.modal ul.sheets li:before {
	font-family: FontAwesome;
	content: "\f00c";
	padding-right: 0.5em;
	}
.sheets li {
	padding-bottom: 5px;
	}
.sheets:after {
	font-family: FontAwesome;
	content: "\f1b9";
	float: right;
	positon: absolute;
	margin-top: -190px;
	margin-right: 20px;
	font-size: 184px;
	color: #fff;
	}
#forms,
#cutSheetsBtn:hover {
	cursor: pointer;
	}

/*End cut sheet stuff*/	

.hero {
		background: url("graphics/truck_new.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 30%;
		border-bottom: 5px solid #fff;
		height: 800px;
				}
	#topwrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
				height: 600px;
				text-align: right;
		}
	.top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 100%;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
		height: 400px;
		}
	
	.top li:nth-of-type(1) {
		font-size: 3rem;
		color: #fff;
		background: #4169e1;
		padding: .5rem 1rem;
		font-weight: 700;
		}
	.top li:nth-of-type(2) {
		font-size: 2rem;
		color: #fff;
		max-width: 42ch;
		letter-spacing: 2px;
		background: #4169e1;
		padding: .5rem .6rem;
	}

	#searchbutton {
	font-size: 36px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #4169e1;
	border-radius: 5px;
	border-bottom: 5px solid #3454a3;
	text-align: center;
	display: inline-block;
	color: #fff;
	margin-bottom: 10px;
	text-shadow: none;
	}
#searchbutton:hover {
	}
#searchbutton:active {
	opacity: .8;
	border-bottom: 2px solid #3454a3;
	margin-bottom: 13px;
	}
.about {
	background: url("graphics/bg.png");
	background-attachment: fixed;
	background-color: #4161e1;
	background-blend-mode: multiply;
	border-bottom: 5px solid #fff;
	overflow: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	}
.about h1 {
	font-size: 36px;
	padding-bottom: 40px;
	text-align: center;
	letter-spacing: 6.5px;
	font-weight: 700;
	color: #fff;
	}
.about p {
	font-size: 21px;
	line-height: 220%;
	letter-spacing: 0px;
	color: #fff;
}
#imgwrp {
	float: right;
	padding-left: 20px;
	}
#imgwrp img {
	padding: 10px;
	border: 1px solid rgba(0,0,0,.4);
	box-shadow: 2px 3px 4px #000; 
	}

.content {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #1a1a1a;
	border-bottom: 5px solid #fff;
}
.wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
.topleft {
	margin-top: 0px;
	background: #4169e1;
	border: 5px solid #111111;
	border-radius: 15px;
	padding-top:20px;
	padding-bottom: 20px;
	padding-left: 45px;
	padding-right: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	box-shadow: 5px 5px 7px #000;
	}
.topleft li {
	text-align: center;
	}
.topleft li:nth-of-type(2){
	margin-top: 40px;
	margin-bottom: 40px;
	color: #fff;
	font-weight: 700;
	font-size: 28px;
	}
.topleft li:nth-of-type(1),
.topleft li:nth-of-type(3){
	color: #fff;
	font-size: 51px;
	font-weight: 700;
	text-shadow: 2px 2px #111;
	}
.topright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: 0px;
	width: 600px;
	}
.topright h1 {
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	text-shadow: 5px 3px 5px #000;
	border-bottom: 5px dashed #fff;
	padding-bottom: 5px;
	}
.toplist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	height: 200px;
	padding-left: 0px;
	list-style: none;
	padding-top: 5px;
	}
.toplist li {
	padding-bottom: 5px;
	color: #fff;
	font-size: 21px;
	text-shadow: 2px 1px 0px #000;
	}
#post {
	-ms-flex-item-align: end;
	    align-self: flex-end;
		padding-left: 10px;
	}
.specialize {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
			flex-direction: column;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
		padding: 20px;
	border-bottom: 5px solid #fff;
	}
#bottomnew {
	display: flex;
	align-items: center;
	}
.bottomleft {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
			margin-right: 20px;
	}
.bottomleft li {
	width: 232px;
	color: #111;
	background: #fff;
	margin-top: 10px;
	font-size: 16px;
	padding: 10px;
	text-align: left;
	border: 3px solid #111;
	}
.bottomleft li:hover {
	background: none;
	color: #fff;
	}
.calltoday {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	}
.calltoday li {
	font-size: 2rem;
	color: #fff;
	padding: 10px;
	font-weight: 700;
	}
#mapimg {
	height: 443px;
	width: 583px;
	box-shadow: 2px 2px 5px #000;
	}
#mapimg img {
	height: auto;
	width: 100%;
	}
.footer {
	background: #1a1a1a;
	padding: 15px;
	color: #fff;
	}
.leftfoot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	}
#lefticons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-top: 10px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	}
#lefticons li:nth-of-type(2) {
	padding-left: 5px;
	}
.midfoot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-size: 18px;
	}
.midfoot li:nth-of-type(1){
	text-align: center;
	border-bottom: 2px solid #fff;
	font-size: 24px;
	}
.day {
	float: left;
	}
.time {
	float: right;
	}
.rightfoot {
	text-align: right;
	}
#copy{
	font-size: 24px;
	}
.rightfoot a {
	color: #fff;
	}
	
/*END DESKTOP, START MOBILE*/

@media all and (max-width: 1205px) {
	
	.nav li {
		padding-left: 15px;
		padding-right: 15px;
		-webkit-transition:.2s ease-in-out;
		transition: .2s ease-in-out;
		}
	}
	
@media all and (max-width: 1023px) {
	.hero {
	background-position: center;
	}
		#mapimg {
			height: auto;
			width: auto;
			padding-left: 5px;
			padding-right: 5px;
			}
	.wrap {
	flex-direction: column;
	}
	.content {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #1a1a1a;
	border-bottom: 5px solid #fff;
}
.wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
.topright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: 50px;
	width: auto;
	}
.topright h1 {
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	text-shadow: 5px 3px 5px #000;
	border-bottom: 5px dashed #fff;
	padding-bottom: 5px;
	}
.toplist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	height: auto;
	padding-left: 0px;
	list-style: none;
	padding-top: 5px;
	}
.toplist li {
	padding-bottom: 5px;
	color: #fff;
	font-size: 21px;
	text-shadow: 2px 1px 0px #000;
	}
#post {
	-ms-flex-item-align: end;
	    align-self: flex-end;
		padding-left: 0px;
	}
	.midfoot {
		font-size: 18px;
		}
	.midfoot li:nth-of-type(1){
	text-align: center;
	border-bottom: 2px solid #fff;
	font-size: 21px;
	}
	}


@media all and (max-width: 837px) {
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
 -ms-flex-pack: distribute;
     justify-content: space-around;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  height: auto;
}
.headerleft {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none; 
  text-align: center;
}
.headerleft img {
	max-width: 65%;
	}
.headerleft li:nth-of-type(2) {
	font-size: 21px;
	}
.headerright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headerright li {
	padding-top: 5px;
	}
.formslist {
	width: 170px;
	}
#fb {
	display: none;
	}
#fb2 {
	display: block;
	}
.nav li {
	padding-left: 4px;
	padding-right: 4px;
	font-size: 15px;
	}
.hero {
	height: 490px;
	background-position: 20% 20%;
	}
#topwrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		height: auto;
		}
	.top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 100%;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		height: 400px;
		text-align: left;
		}
	
	.top li:nth-of-type(1) {
		font-size: 3rem;
		color: #E7E7E7;
		max-width: 18ch;
		font-weight: 700;
		text-shadow: none;
		background: rgba(65, 105, 225, .75);
		}
	.top li:nth-of-type(2) {
		font-size: 2rem;
		color: #e7e7e7;
		max-width: 42ch;
		letter-spacing: 2px;
		background: rgba(65, 105, 225, .75);
	}

	#searchbutton {
	font-size: 36px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #4169e1;
	border-radius: 5px;
	border-bottom: 5px solid #3454a3;
	text-align: center;
	display: inline-block;
	color: #fff;
	margin-bottom: 10px;
	}
#searchbutton:hover {
	}
#searchbutton:active {
	opacity: .8;
	border-bottom: 2px solid #3454a3;
	margin-bottom: 13px;
	}
.about h1 {
	font-size: 36px;
	padding-bottom: 20px;
	text-align: center;
	letter-spacing: 2px;
	}
#aboutinfo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	}
.about p {
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 1px;
}

#imgwrp {
	float: none;
	margin: 0 auto;
	padding-left: 0;
	}
#imgwrp img {
	padding: 0;
	border: none;
	box-shadow: none;
	height: auto;
	width: 90vw;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	}
.topleft li:nth-of-type(1),
.topleft li:nth-of-type(3) {
		font-size: 2rem;
		text-shadow: none;
	}
.contentlist {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	            -ms-grid-row-align: center;
	        align-items: center;
			margin-top: -1px;
			margin-bottom: 10px;
	}
.specialize {
	padding-top: 0px;
	padding-bottom: 10px;
	height: auto;
	}
.toplist li {
	text-shadow: none;
	}
.calltoday {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	}
.calltoday li {
	font-size: 32px;
	}
	.calltoday li i {
	font-size: 44px;
	}
	#footwrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				            -ms-grid-row-align: center;
				        align-items: center;
		}
	.midfoot {
		-webkit-box-ordinal-group: -1;
		    -ms-flex-order: -2;
		        order: -2;
		}
	.rightfoot {
		text-align: center;
		}
	}
	
@media all and (max-width: 660px) {
	.formslist {
		margin-top: 10px;
		z-index: 5;
		margin-left: -5px;
		}
	.modal {
	height: auto;
	width: auto;
	top: 0%;
	right: 0;
	}
.sheets:after {
	font-family: FontAwesome;
	content: "\f1b9";
	float: right;
	positon: absolute;
	margin-top: -150px;
	margin-left: 20px;
	font-size: 104px;
	}

	.top {
		margin-top: 30px;
		}
	.about h1 {
		text-align: left;
		}
	#headwrap,
	#footwrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				            -ms-grid-row-align: center;
				        align-items: center;
		}
	#firstleft li:nth-of-type(1) {
	text-align: left;
	}
#firstleft li:nth-of-type(2) {
	text-align: left;
	}
	#menuBtn {
	margin-top: 0px;
	padding-left: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	z-index: 100;
	background-color: #fff;
	padding-bottom: 5px;
	padding-top: 5px;
	}
#menuBtn i {
	color: #4161e1;
	}
	.nav {
		display: none;
		position: absolute;
		z-index: 99;
		}

.nav.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
			padding-bottom: 0;
			height: auto;
			width: 100%;
				}
.nav li {
	text-align: left;
	padding-left: 10px;
	padding-bottom: 10px;
	background: #fff;
	color: #4169e1;
	font-size: 18px;
	}
.nav li:hover {
	color: #fff;
	background: #1a1a1a;
	}
#firstleft {
	margin-top: 10px;
	}
.specialize {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
			flex-direction: column;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
		padding: 20px;
	border-bottom: 5px solid #fff;
	}
#bottomnew {
	display: flex;
	align-items: center;
	flex-direction: column;
	}
.bottomleft {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
			margin-right: 0px;
	}
.bottomleft li {
	width: 232px;
	color: #111;
	background: #fff;
	margin-top: 10px;
	font-size: 16px;
	padding: 10px;
	text-align: left;
	border: 3px solid #111;
	}
.bottomleft li:hover {
	background: none;
	color: #fff;
	}
#mapimg {
	box-shadow: none;
	padding: 0;
	margin-top: 20px;
	}
	}
@media all and (max-width: 350px) {
	#firstleft li:nth-of-type(1){
		font-size: 36px;
		}
	#firstleft li:nth-of-type(2){
		font-size: 18px;
		max-width: 26ch;
		}
	#searchbutton {
	font-size: 21px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	#pasadena {
		font-size: 36px;
		}
	#spectitle {
		font-size: 2rem;
		}
	}