﻿@charset "utf-8";
/* CSS Document */


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;
  }

  body {
    overflow-x: hidden;
  }
}


/* Mobile Layout: 480px and below. */
body {
	margin: 0;
}

/*Default image jpg if avif or webp not used for background image*/

.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;
	width: 94%;
}
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;
}
a.one:active {
	border-radius: 20px;
	color: rgba(64,224,208,1);
	font-size: medium;
	text-align: center;
	text-shadow: 1px 1px 2px #999;
	width: 90%;	
}
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-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;
}
.Container {
	background-color: rgba(255,255,255,0.5);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	left: 9px;
	margin-top: 1rem;
	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: small;
	font-weight: bold;
	margin: auto;
	text-align: center;
	width: 100%;
}
.ADMSLogoNew {
	display: flex;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 570px;
	text-align: center;	
}
.ADMSLogo {
	border-radius: 15px;
	display: flex;
	height: auto;	
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	text-align: center;
}
.AddNewCustomerDiv, .AddPurchaseOrderDiv {
	background-color: rgba(225,198,172,0.7);	
	border-top-color: rgba(255,153,51,0.7);
	border-right-color: rgba(255,153,51,0.7);
	border-bottom-color: rgba(204,102,51,0.7);
	border-left-color: rgba(204,102,51,0.7);	
	border-style: outset;	
	border-width: medium;
	border-radius: 20px;
	color: rgba(0,0,153,1);
	display: block;	
	font-size: medium;
	font-style: oblique;	
	font-weight: bolder;
	height: auto;
	margin: auto;
	padding: 10px;
	text-align: center;
	text-shadow: 1px 1px 2px #666;
	vertical-align: baseline;
	width: 40%;
}
/* 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)
 {

.headersdiv {
	margin: auto;	
	width: 70%;
}
.headers2div {
	width: 60%;
}
.AddNewCustomerDiv, .AddPurchaseOrderDiv {
	clear: none;
	margin-left: 10%;
	width: auto;
}
.AddPurchaseOrderDiv {
	margin-right: 10%;
}
 }
 
 /*Tablet portrait*/

@media only screen and (min-width: 768px) {

.AddNewCustomerDiv, .AddPurchaseOrderDiv {
	clear: none;
	margin-left: 15%;
	margin-bottom: 3%;	
}
.AddPurchaseOrderDiv {
	margin-right: 15%;
}
.headersdiv {
	width: 60%;	
}
.headers2div {
	width: 50%;
}
}