@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	bottom: auto;
	max-width: 100%;
	vertical-align: central;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

@media only screen and (max-width: 480px) {
  .Container {
    margin: 0 auto;
	width: 100vw;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  }

  body {
    overflow-x: hidden;
  }
}
/* Mobile Layout: 480px and below. */

body {
	margin: 0;
	padding-top: 10px;
}
.img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100vh;
  position: fixed;
  width: 100vw;
  z-index: -1;
  background-image: url('images/boxescatbearsmall2.jpg');
  background-image: url('images/boxescatbearsmall2.webp');
  background-image: url('images/boxescatbearsmall2.avif');

}

a:link {
	color: rgba(255,255,255,1);
	color: white;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 2px #666;
}
a:visited {
	color: #FF8000;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 2px #1067B6;
}
a:hover {
	color: rgba(255,255,189,1);
	font-weight: bold;
	text-decoration: none;
}
a:active {
	border-radius: 20px;
	color: rgba(218,18,58,1);
	text-align: center;
	text-shadow: 1px 1px 2px #999;
}
a.one {
	text-decoration: none;
	font-weight: bold;
	transition: background-color 0.3s;
}
a.one:link {
	color: rgba(64,0,128,1);
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 2px #666666;
}
a.one:visited {
	border-style: inset;
	color: rgba(0,0,0,1);
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 2px #666666;
}
a.one:hover {
	color: rgba(128,0,64,1);
	text-align: center;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.1);
}
a.one:active {
	border-radius: 20px;
	color: rgba(64,224,208,1);
/*	font-size: medium;*/
	text-align: center;
	text-shadow: 1px 1px 2px #999;
}
a.two:link {
	color: rgba(64,0,128,1);
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 2px #666;
}
a.two:visited {
	border-style: inset;
	color: rgba(0,0,0,1);
	text-decoration: none;
	text-shadow: 1px 1px 2px #666666;
}
a.two:hover {
	color: rgba(128,0,64,1);
	text-align: center;
	text-decoration: none;
}
a.two:active {
	border-radius: 20px;
	color: rgba(64,224,208,1);
	font-size: medium;
	text-align: center;
	text-shadow: 1px 1px 2px #999;
	width: 90%;
}
/*Black text, xx-large font */
h1 {
	color: rgba(16,35,101,1);
	font-size: x-large;
	font-weight: bold;
	text-shadow: 1px 1px 2px #9FC6F0;
}
/*Black text, xx-large font, 2px shadow */
h2 {
	color: black;
	font-size: xx-large;
	text-shadow: 1px 1px 2px #7BAFEA;
}
/*Black text, x-large font */
h3 {
	color: black;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	text-shadow: 1px 1px 2px #1067B6;
}
/*White text, xx-large font */
h4 {
	color: rgba(255,255,255,1);
	font-size: xx-large;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;	
}
/*White text, x-large font */
h5 {
	color: white;
	font-size: x-large;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}
/*Black text, x-large font */
h6 {
	color: black;
	font-size: x-large;
	text-align: center;
	text-shadow: 1px 1px 1px #7BAFEA;
	margin-bottom: 0;
}
/*Red text for error page*/
h7 {
	color: red;
	font-size: xx-large;
	font-weight: bold;
	text-shadow: 2px 2px 2px #7BAFEA;
}
*, *::before, *::after {
	box-sizing: border-box;
}
a.page-title {
	text-decoration: underline;
}
.Container {
	background-color: rgba(255,255,255,0.5);
	box-sizing: border-box;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	left: 9px;
	margin-top: 1rem;
	max-width: 100%;
	position: absolute;
	top: 4px;
	transform: translateX(-1%);
	width: 99vw;
}
.gridContainer.clearfix {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#AmericanDreamMoving {
	float: right;
	height: auto;	
}
.AmericanDreamHomeDiv {
	background-color: transparent;
	background-size: cover;
	clear: both;
	color: #000000;
	display: block;
	font-size: large;
	font-weight: bold;
	margin: auto;
	padding-top: 80px;
	text-align: center;
	width: 100%;
}
.ADMSLogoNew {
	border-radius: 20px;
	display: flex;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	text-align: center;
}
.ADMSLogo {
	max-width: 470px;
	border-radius: 20px;
	height: 209px;
	display: block;
}
.headersdiv {
	margin: auto;	
	max-width: 600px;
	text-align: center;
}
.headers2div {
	color: black;
	font-size: x-large;
	max-width: 550px;
	margin: auto;
	text-shadow: 1px 1px 1px #1067B6;
}
.navbar {
	position: fixed;
	display: flex;
	padding: 0;
	top: 0;
	width: 100%;
	height: 60px;
	align-items: center;
	z-index: 1000;
	backdrop-filter: blur(10px);
	background: rgba(255,255,255,0.85);
	transition: background 0.35s ease, opacity 0.3s ease, box-shadow 0.35s ease;
	align-items: center;
}
/* When scrolled */
.navbar.scrolled {
  background: rgba(255,255,255,0.95); /* your brand color */
  backdrop-filter: blur(6px);
  /*padding: 10px 0;*/
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.navbar .nav-menu a {
	color: #2F3FAF;
}
.navbar.scrolled .nav-menu a {
	color: #2F3FAF;
}
/* Menu Layout */
.nav-menu {
	  position: absolute;
	  left: 50%;
	  transform: translateX(-50%);
	  list-style: none;
	  display: flex;
	  /*display: none;*/
	  visibility: visible;
	  justify-content: center;
	  gap: 30px;
	  margin: 0;
/*	  padding: 0;  changed*/
	  padding: 20px;
	  opacity: 0;
	  transition: opacity 0.3s ease;
}
.nav-menu li {
	position: relative;
	white-space: nowrap;
}
.preload .navbar {
	opacity: 0;
}
/* When menu is open (mobile) */
.nav-menu.open {
  display: flex;
  visibility: visible;
  flex-direction: column;
  opacity: 1;
}

/* DESKTOP */
@media (min-width: 769px) {
  .nav-menu {
	display: flex;
	flex-wrap: nowrap;
	visibility: visible;
    flex-direction: row !important;
    opacity: 1 !important;
  }
  .nav-menu li {
	  white-space: nowrap;
  }
}
/* Links */
.nav-menu a {
  color: #2F3FAF;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 6px 0;
  position: relative;
  transition: all 0.3s ease;
}

/* Elegant underline hover */
.nav-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: rgba(255,255,255,0.95);
  transition: width 0.3s ease;
}

.nav-menu a:hover::after {
  width: 100%;
}

/* Dropdown */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(8px);
  color: #333;
  min-width: 200px;
  border-radius: 10px;
  padding: 8px 0;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.25s ease;
  pointer-events: none;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  list-style: none;
  margin: 0;
}

.dropdown-menu a {
  color: #333;
  padding: 10px 16px;
  display: block;
}

.dropdown-menu a:hover {
  background: rgba(0,0,0,0.05);
}

/* Show dropdown smoothly */
.dropdown:hover .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
#reqestimate {
	display: flex;
	padding: 2px 16px;
	color: white;
	border: .5px;
	border-radius: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	width: 100%;
	height: auto;
	margin: auto;
	background-color: rgba(218,18,58,1);		
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#reqestimate:hover {
	background-color: rgba(119,128,200,1);
	border-radius: 14px;
}
#reqestimate:focus {
	outline: 2px solid rgba(119,128,200,0.6);
	outline-offset: 2px;

}
/* Hamburger */
.menu-toggle {
  display: none;
  text-decoration: none;
  background: transparent;
  color: #2F3FAF; 
  border: none;
  font-size: 18px;
  padding: 5px 15px;
}
.nav-cta {
  border: 1px solid white;
  padding: 6px 14px;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.nav-cta:hover {
  background: white;
  border-radius: 20px;
  color: #413F9C !important;
}
.picture img:hover {
	transform: scale(1.03);
}
.AboutUsDiv, .MovingTipsDiv, .DesignServicesDiv {
	background-color: rgba(218,18,58,.6);
	clear: both;
	display: block;
	padding: 10px 0;
	text-align: center;
	width: 100%;	
}
.DesignerServDiv {
	font-size: large;
	text-align: left;
	margin: 0 auto;
	padding: 1vw 10vw;
	width: 85%;
}
.DesignerServDiv h3 {
	font-size: x-large;
	text-align: center;
}

.AboutUsDescriptionDiv {
	color: rgba(0,0,0,1);
	display: block;
	margin: auto;
	padding: 10px;
	text-align: justify;
	width: 90%;	
}
.AboutPicDiv {
	display: inline-block;
	float: left;
	margin-left: 0;
	border: thin;
	border-width:thin;
	border-radius: 25%;
	padding-right: 2%;
	padding-top: 2%;
	overflow: hidden;
}
.AboutPicDiv img{
	border-radius: 25%;
	overflow: hidden;
}
.phonediv h2 a.one{
	display: flex;
	font-size: xx-large;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 300px;	
}
.InventoryPortal {
	background-color: rgba(0,0,220,0.7);
	border: 3px outset #009;
	border-color: rgba(0,204,255,0.7) rgba(0,204,255,0.7) rgba(0,0,102,0.7) rgba(0,0,102,0.7);
	border-radius: 30px;
	color: #FFFFFF;
	font-size: large;
	font-weight: bold;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #006;
	width: 230px;		
}
.button-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 5px;
	justify-content: space-between;
	max-width: 900px;
	margin: 0 auto;
	width: 98%;
}
.more .button-container {
	color: white;
}
.AddNewCustomerDiv, .AddPurchaseOrderDiv {
	align-items: center;
	background-color: rgba(225,198,172,0.7);	
	border-color: rgba(255,153,51,0.7) rgba(255,153,51,0.7) rgba(204,102,51,0.7) rgba(204,102,51,0.7);	
	border: outset medium;	
	border-radius: 20px;
	color: rgba(64,0,128,1);
	display: flex;	
	flex: 0 1 auto;
	flex-wrap: wrap;
	font-size: medium oblique bolder;
	height: auto;
	justify-content: center;
	margin: auto;
	padding: 10px 5px;
	text-align: center;
	text-shadow: 1px 1px 2px #666;
	vertical-align: baseline;
	width: 180px;
}
.gmap {
	padding-top: 20px;
}
.ServicesDiv {
	background-color: #413F9C;
	clear: both;
	color: #FFF;
	display: block;
	font-style: normal;
	height: auto;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.ServicesDiv h3 {
	color: #FFF;
}
.MovingImgDiv img{
	border-color:black;
	border-width: medium;
}
.MovingImgDiv {
	clear: both;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	flex-direction: row;	
}
.movetext {
	text-align: left;
	width: 100%;	
}
.ServicesText h2 {
	color: white;
	text-align: center;
	font-size: x-large;
	font-weight: bold;
}
.ServicesText h3 {
	color: white;
	font-size: large;
	font-weight: bold;
	text-align: center;	
}
.ServicesText {
	clear: none;
	width: 100%;
	text-align: left;
	margin: 0 auto;
	padding: 1vw 8vw;
}
.services {
	background-color: #413F9C;
	display: flex;
	flex-wrap: wrap;
	gap: 0;	
	justify-content: space-between;
	margin-top: 0;
	min-height: 600px;
}
.DesignerServicesDiv, .ProfessionalsDiv, .MovingCareDiv {
	display: flex;
	flex-direction: column;
	width: 100%;	
}
.WarehouseImgDiv {
	max-width: 990px;
	border: medium;
	border-radius: 25px;
	margin: 0 auto;
	text-align:center;
	padding: 10px;
}
.WarehouseTextDiv {
	width: 75%;
	margin: 0 auto;
	padding: 1vw 10vw;
	text-align: left;
}
.WarehouseTextDiv h3 {
	text-align: center;
	color: white;
	font-size: x-large;
}
.ServicesPic {
	height: 220px;
	width: 220px;
}
.RequestFormDiv {
	background-color: rgba(159,198,240,1);
	border: outset black 2px;
	border-radius: 35px;
	color: black;
	height: 578px;
	margin: auto;
	width: 90%;
}
.ContactForm {
	background-color: rgba(159,198,240,1);
	border-radius: 35px;
	padding-left: 12%;
	text-align: left;
	width: 90%;
}
.TipsDiv {
	margin-left: auto;
	margin-right: auto;
	width: 94%;
}
button {
	background-color: rgba(119,128,200,1);
	border-radius: 4px;
	color: rgba(0,0,0,1);
	cursor: pointer;
	padding: 4px;
	text-decoration: underline;
}
#tswname, #tswemail, #tswtel {
	height: 30px;
	width: 95%;
}
#tswcomments {
	width: 95%;
}
#tswsubmit {
	background-color: rgba(254,139,185,0.6);
	border: 5px outset medium rgba(0,0,153,1);
	cursor: pointer;
	float: inherit;
	font-size: medium;
	font-weight: bold;
	height: 25px;
	vertical-align: middle;
	width: 90px;
}
#packingsupplies {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.movingtipslist li {
	color: black;
	font-size: larger;
	font-weight: medium;
	text-shadow: 1px 1px 2px #CCC;
}
.designerpictureDiv {
	background-color: #413F9C;
}
.GoogleReviewsDiv {
	background-color: rgba(159,198,240,.6);	
	clear: both;
	color: rgb(250,255,255);
	color: #FAFFFF;
	display: block;
	font: x-large bold;	
	padding-top: 10px;
	text-align: center;
	vertical-align: central;
	width: 100%;
}
.PackLoadServicesDiv {
	background-color: rgba(159,198,240,.6);	
	clear: both;
	color:rgba(64,0,128,1);
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font: x-large bold;	
	padding-top: 10px;
	text-align: center;
	vertical-align: central;
	width: 100%;	
}
.ReviewsDiv {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;	
	justify-content: space-between;	
}
.MoverReview1, .MoverReview2, .MoverReview3, .MoverReview4 {
	background-color: rgba(133,0,66,.7);
	border: 2px solid #800040;
	border-radius: 15px;
	box-shadow: 1px 1px 2px #000;
	color: white;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	font-size: medium;
	justify-content: space-between;
	margin: auto;
	min-height: 150px;
	padding: 15px;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
	width: 100vw;
}
.MoverReview4 {
	text-align: center;
}
.Review {
	clear: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 10px;
	text-align: justify;
}
.stars {
	display: flex;
	justify-content: start;
	padding: 5px 0;
}
.AddressDiv {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	font-weight: bold;
	gap: 10px;
	justify-content: center;
	width: 100%;
}
.warehouseaddress, .mailingaddress {
	align-items: center;
	color: rgba(204,204,204,1);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	padding-left: 18px;
	padding-right: 18px;
	width: 100%;
}
.warehouseaddress a {
	text-decoration: underline;
}
.ContactUsDiv {
	background-color: #413F9C;
	clear: both;
	color: #FFFFFF;
	padding-bottom: 15px;
	padding-top: 10px;
	text-align: center;
	width: 100%;	
}
.ErrorDiv {
	background-color: #413F9C;
	clear: both;
	color: #FFFFFF;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	width: 100%;
}
.nav-link {
	padding:4px;
	border: medium;
	font: x-large bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	text-decoration: none;
	border: 3px outset #009;
	border-color: rgba(0,204,255,0.7) rgba(0,204,255,0.7) rgba(0,0,102,0.7) rgba(0,0,102,0.7);
	border-radius: 25px;
	background-color: rgba(159,198,240,1);
}
.nav-link:hover{
	background-color: rgba(214,214,214,1);
}
.nav-link:focus {
	outline: 2px solid rgba(119,128,200,0.6);
	outline-offset: 2px;
}
.ContentText  {
	color: rgba(255,255,255,1);
	margin-left: auto;
	margin-right: auto;
	text-justify:auto;
	width: 80%;
}
.PackLoadDiv {
	color: black;
	width: 70%;
	margin: auto;
}
.SocialMediaDiv {
	background-color: rgba(159,198,240,.6);
	clear: both;
	display:block;
	font: x-large bold; 
	margin: 0;
	padding-top: 10px;
	text-align: center;
	width: 100%;
}
.LinksDiv {
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
	margin-left: 25px;	
	min-height: 50px;
}
.SocialDiv {
	display: flex;
	flex-direction: row;
	height: auto;
	width: 15%;
}
.LinksDiv,
.SocialDiv {
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
.social {
	display: block;
	height: 30px;
	margin: auto;
	width: 30px;
}
.MapAreaHours {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1000px;
	padding: 0;
}
.GoogleMapsDiv {
	display: flex;
	height: 450px;
	margin-left: 0;
	max-width: 440px;
	overflow: hidden;
	width: 95%;
}
.flex-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 600px;
}
.service-area {
	margin: 0 auto;
	max-width: 700px;
	padding-left: 0;
	padding-right: 0;
}
.service-area ul {
	column-count: 2;
	column-gap: 15px;
	list-style-type: none;
}
.service-area .column{
	padding-top: 0;
}
.column {
	flex: 1;
	margin: auto;
	margin-bottom: 0;
	max-width: 400px;
	min-width: 300px;
}
.column ul {
	margin-top: 0;
}
.hours-list {
	list-style: none;
	margin: auto;
	padding-left: 20;
	padding-right: 20;
}
.hours-list li {
	color: rgba(65,63,156,1);
	display: flex;
	justify-content: space-between;
	padding: 2px 0;
}
.hours-list li span:first-child {
	font-weight: bold;
	width: 100px; /* Set fixed width so times align */
}
.hours-list li span:last-child {
	padding-right: 20px;
	text-align: right;
}	
.service-area li {
	color: rgba(65,63,156,1);
	font-weight: bold;
}
li {
	text-align: left;
}
.FooterDiv {
	clear: both;
	display: flex;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding-left: 10px;
	padding-top: 8px;
	width: 95%;
}
.FLMoverRegNoDiv {
	background-color: #413F9C;
	clear: both;
	color: #FFF;
	display: flex;
	padding-left: 10px;
	padding-right: 10px;
	text-shadow: 1px 1px 2px rgba(0,0,0,1);
	width: 100%;
}
.smBreak {
	font-size: 9px;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

/*@media mobile landscape only screen and (min-width: 481px)*/
@media only screen and (min-width: 480px)
 {
.gridContainer.clearfix {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
	.ADMSLogoNew {
	  display: flex;
	  justify-content: center; /* centers horizontally */
	  align-items: center;
	  width: 100%;
	  max-width: 470px;
	  margin: 0 auto;  /* centers container */
	  padding: 10px;   /* space on small screens */
	  box-sizing: border-box;
	}
	.ADMSLogo {
	  width: 100%;
	  height: auto;
	  max-width: 100%;
	  display: block;
	}
.AboutUsDescriptionDiv{
	margin: auto;
	width: 90%;	
}
.ProfessionalsDiv, .MovingCareDiv, .DesignerServicesDiv {
	clear: none;
	padding: 1px;
	width: 33%;
}
.ServicesPic {
	height: auto;
	width: auto;	
}
.ServicesText {
	width: 90%;
	margin: auto;
	
}
.MovingImgDiv img {
	width: 98%;
	padding-top: 8px;
	padding-bottom: 8px;
	height: auto;
	margin: auto;
}
.ServicesText h2 {
	color: white;
	font-size: x-large;
	font-weight: bold;
}
.ServicesText h3 {
	color: white;
	font-size: large;
	font-weight: bold;	
}
.PackLoadDiv {
	width: 90%;	
}
.MoverReview1, .MoverReview3, .MoverReview2, .MoverReview4 {
	width: 45%;
}
.RequestFormDiv {
	width: 60%;	
}
.ContactForm {
	padding-left: 16%;
	width: 90%;
}
.warehouseaddress, .mailingaddress {
	width: 98%;	
	margin: auto;	
}
.GoogleMapsDiv {
	display: flex;
	margin: auto;
	overflow: hidden;
	width: 450px;
}
.moversimg {
	clear: both;
	width: 98%;
	height: auto;
}
.flex-container {
	max-width: 700px;
}
.service-area {
	max-width: 700px;
}
.hours-list li span:first-child {
    width: 120px; /* Set fixed width so times align */
}
.hours-list li span:last-child {
 	padding-right: 10px;
}
.FooterDiv {
	clear: both;
	width: 99%;
}
.nav-link {
	padding: 4px;
}
.WarehouseTextDiv {
	width: 100%;
}
.AmericanDreamHomeDiv h1{
	width: 70%;
	text-align: center;
	margin: auto;
}
}


/* Mobile Styles */
@media (max-width: 768px) {

.menu-toggle {
	display: block;
}
.gmap {
	width: 95%;
	padding: 5px;
	height: auto;
	overflow: hidden;
}
.nav-menu {
	display: none;
	visibility: visible;
	flex-direction: column;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #ffffff; /* clean white */
	transform: none;
}
.nav-menu.open {
	display: flex;
}
.nav-menu a {
	padding: 16px;
	border-top: 1px solid rgba(0,0,0,0.08);
	color: #2F3FAF; /* readable blue */
}
.dropdown-menu {
	display: none;
	position: static;
	width: 100%;
	background: #f9f9f9;
	opacity: 1;
	transform: none;
	pointer-events: auto;
	box-shadow: none;
}
.dropdown-menu a {
	color: #2F3FAF;
}
.dropdown.active .dropdown-menu {
	display: block;
}
#reqestimate {
	width: auto;
	margin: 0 16px;
}
.ADMSLogoNew {
	display: flex;
	justify-content: center; /* centers horizontally */
	align-items: center;
	width: 100%;
	max-width: 470px;
	margin: 0 auto;  /* centers container */
	padding: 10px;   /* space on small screens */
	box-sizing: border-box;
}
.ADMSLogo {
	width: 100%;
	height: auto;
	max-width: 100%;
	display: block;
}
.AmericanDreamHomeDiv {
	padding-top: 50px;
}
.DesignerServDiv {
	width: 100%;
	padding: 1vw;
}
.DesignServicesDiv {
	width: 100%;
	padding: 1vw;
}
.PackLoadDiv {
	width: 92%;
}
.nav-link {
	padding: 4px;
	width: 75%;
}	
.WarehouseTextDiv {
	width: 100%;
}
.AmericanDreamHomeDiv h1{
	width: 85%;
	text-align: center;
	margin: auto;
}
.AddNewCustomerDiv, .AddPurchaseOrderDiv {
	width: 48%;
}
.AboutUsDescriptionDiv {
	width: 95%;
}
}
/*Tablet portrait*/

@media only screen and (min-width: 768px) {
.gridContainer.clearfix {
	width: 100%;
}
.RequestFormDiv {
	clear: both;
	width: 50%;
}
.ContactForm {
	padding-left: 20%;
	width: 80%;		
}
.headersdiv {
	width: 60%;	
}
.headers2div {
	width: 50%;
}
.nav-menu {
	display: flex;
	flex-wrap: nowrap;  /* KEY FIX */
	align-items: center;
}
.moversimg img{
	clear: both;
	display: flex;
	width: 48%;
	max-width: 600px;
}
.WarehouseTextDiv {
	width: 80%;
}
.warehouseaddress, .mailingaddress {
	padding-left: 15px;
	padding-right: 15px;
	width: 48%;
}
.AmericanDreamHomeDiv h1{
	width: 70%;
	text-align: center;
	margin: auto;
}
}

/* Tablet landscape min 992.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 992px) {
.gridContainer.clearfix {
	width: 100%;
}
.headersdiv {
	max-width: 50%;	
}
.headers2div {
	width: 40%;
}
.ADMSLogoNew {
	max-width: 572px;
	max-height: 250px;
}
.ADMSLogo {
	width: 570px;
	height: 248px;
}
.social {
	height: 70px;
	width: 70px;
}
.ContentText {
	width: 75%;
}
.warehouseaddress, .mailingaddress {
	padding-left: 10px;
	padding-right: 10px;
	width: 48%;
}
.RequestFormDiv {
	margin: auto;
	width: 30%;
}
.ContactForm {
	padding-left: 13%;
	width: 85%;
}
.TipsDiv {
	width: 80%;
}
.MovingImgDiv img {
	padding: 0;
	width: 45%;
}
.moversimg {
	width: 48%;
}
.AmericanDreamHomeDiv h1{
	width: 90%;
	text-align: center;
	margin: auto;
}

}


/*@media only screen and (min-width: 1200px)*/
@media only screen and (min-width: 1200px) {
.gridContainer.clearfix {
	width: 100%;	
}
.RequestForm {
	width: 25%;	
}
.ContactForm {
	padding-left: 35px;		
}
.ContentText {
	width: 70%;	
}
.MapAreaHours {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	gap: 10px;
	margin: 0 auto;
	max-width: 100%;	
}	
.GoogleMapsDiv {
	display: flex;
	height: 410px;
	margin-left: 0;
	max-width: 410px;
	overflow: hidden;
}	
.flex-container {
	display: flex;                
	flex-direction: column;
	margin: 0;
	max-width: 800px;
	padding: 0 170px;
	text-align: left;
}
.service-area {
	margin: auto;
	max-width: 100%;
	padding: 0 10px;
}
.column {
	flex: 1;
	margin: 0 0 10px 0;
	max-width: 100%;
	min-width: 250px;
}
.FooterDiv {
	clear: both;
	display: block;
	margin-left: 0;
	width: 98%;
}
.WarehouseTextDiv {
	width: 75%;
}
}
