* {
  font-family: "Georgia", Times, serif;
}
body{
   width: 100%;
   margin: 0;
   overflow-x:clip;
}
h1 {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  font-size: 30px;
  font-weight: 800;
  color: #fd7b00;
}
h2 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
h4 {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  font-size: 24px;
  font-weight: 600;
  color: #d9d9d9;
}
h5 {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  font-size: 24px;
  font-weight: 600;
  color: green;
}
h3 {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  font-size:42px;
  color: red;
}
hr {
  width: 100%;
  border-color: #000;
}
.headerMenu {
  background-image: linear-gradient(311.22deg, #fd7b00 25%, #d9d9d9);
  border-bottom: 2px solid  #000;
}
.conTable {
  margin-left: auto;
  margin-right: auto;
}
label {
  color: red;
}
footer {
  border-top: 1px solid #000;
}
.contact_textarea {
  resize: none;
  border-radius: 8px;
  border: 2px solid #fd7b00;
}
.pages {
  float: right;
  margin-right: 5%;
}
.pages a {
  color: #000;
}
.contactFoot {
  margin-top: 5px;
  margin-left: 5%;
}
.contactFoot a {
  color: #000;
}
#wrapper {
  height: 180px;
	overflow: hidden;
	padding: 0;
}
#wrapperBody {
  margin: auto;
  width: 100%;
  text-align: center;
  height: auto;
  background-color: none;
	padding-top: 0px;
	padding-bottom: 0px;
}
#wrapperFoot {
  display: inline;
  /* background-color: #d9d9d9; */
}
#footer,
#footer a {
  width: 100%;
  text-decoration: none;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.footerbar {
  background-image: linear-gradient(311.22deg, #d9d9d9 25%, #fd7b00);
}
#menu {
  margin-right: 5%;
  background: none;
	position: absolute;
	top: 0px;
	right:0px;
	height: 155px;
	margin-top: 28px;
}

.menuWheel:focus {
  margin-left: -13px;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  border: none;
  outline: none;
}
.menuWheel:hover {
  margin-left: -13px;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
.logo {
  margin-left: 5%;
  height: 148px;
	margin-top: 15px;
	width: auto;
  overflow: hidden;
}
.logo img {
  background-image: url('../images/chromeback.jpg');
  background-size: 100% 150px;
  background-position: center;
	width: auto;
	height: 150px;
	float: left;
  border-radius: 8px;
}
#menu ul li {
  width: 120px;
  list-style: none;
}
#menu li ul {
    overflow: hidden;
    z-index:2;
    position: absolute;
    float: right;
    visibility: hidden;
    right: -13px;
}
#menu li ul li:nth-child(1) {
  transition-delay: 0.0s;
}
#menu li ul li:nth-child(2) {
  transition-delay: 0.15s;
}
#menu li ul li:nth-child(3) {
  transition-delay: 0.3s;
}
#menu li ul li:nth-child(4) {
  transition-delay: 0.45s;
}
#menu li ul li:nth-child(5) {
  transition-delay: 0.6s;
}
#menu li ul li:nth-child(6) {
  transition-delay: 0.75s;
}
#menu li ul li:nth-child(7) {
  transition-delay: 0.9s;
}
#menu li ul li {
      height: 50px;
      width: 160px;
      position: relative;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url("../images/liTruck.svg");
      right: -175px;
      transition: all 0.75s ease-in-out;
}
@keyframes tran {
    from {right: -175px;}
    to {right: 0px;}
}
#menu ul li a {
    font-size: 22px;
    text-decoration: none;
    color: #fd7b00;
    padding: 5px 15px 5px 15px;
    margin-left: 1px;
    white-space: nowrap;
    float:right;
}
#menu ul li a:hover {
    border-radius: 8px;
    background: rgba(0,0,0,0.5);
}
#menuList li:hover ul,
#menuList li:focus ul {
    z-index:2;
    visibility: visible;
    display: block;
    position: absolute;
}
#menuList li:hover ul li,
#menuList li:focus ul li {
  display: block;
  position: relative;
  right: 0;
}
#menu li:hover li {
    float: none;
    font-size: 22px;
}
input:focus:required:invalid {
    background-image: url(../images/invalid.png);
    background-position: right;
	  border: 1px solid #FF0000;
	  background-repeat: no-repeat;
    -moz-box-shadow: none;
    color: #FF0000;
}

  input:required:valid {
    background-image: url(../images/valid.png);
    background-position: right;
	  margin-top: 2px;
    background-repeat: no-repeat;
  }
input[type="text"] {
  font-size: 18px;
  border-radius: 8px;
  border: 2px solid #fd7b00;
}
input[type="password"] {
font-size: 18px;
border-radius: 8px;
border: 2px solid #fd7b00;
}

input[type="submit"] {
font-size: 22px;
border-radius: 8px;
border: 2px solid #fd7b00;
color: #000;
background-color: #fd7b00;
cursor: pointer;
}
#updateInfo input {
  width: 360px;
  
}
.upPhoto {
  width: 100%;
  text-align: center;
}
.upPhoto img {
  width: 280px;
}
#servicesText{
  text-align: center;
}
.outerphotoContainerContainer {
  display: inline-block;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  border: 2px solid #fd7b00;
  text-align: center;
  background-color: #d9d9d9;
  border-radius: 8px;
  height: auto;
}
.outerPhotoContainer {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fd7b00;
  height: auto;
  width: 280px;
}
.innerPhotoContainer {
  border-radius: 8px;
  margin: auto;
  text-align: center;
  background-color: #d9d9d9;
  height: auto;
  color: #fd7b00;
  text-decoration: none;
}
.innerPhotoContainer a {
    text-decoration: none;
}
.innerconA {
  padding: 5px;
  padding-top: 2px;
  background-color: #d9d9d9;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.innerPhotoContainer img {
  height: auto;
  width: 100%;
}
.deleteButton {
  border: none;
	cursor: pointer;
	background: none;
	background-image:url(../images/invalid.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	margin-left: -20px;
	float: right;
}
.servicesText,
.aboutText,
.homeTxt {
  padding-top: 15px;
  font-size: 22px;
  resize: none;
  border-radius: 8px;
  border: 2px solid #fd7b00;
  color: #000;
  background-color: #d9d9d9;
  width:90%;
  height: auto;
}
.servicesText:focus,
.aboutText:focus,
.homeTxt:focus {
  border-radius: 8px;
  outline: none;

}
  .menuarch {
    background: none;
    margin-bottom:-33px;
    float: right;
    height: 50px;
    cursor: pointer;
  }
  .menuWheel {
    margin-left: -13px;
    border-radius: 100px;
    background: none;
    height: 120px;
    width: auto;
    background-color: #fd7b00;
    cursor: pointer;
    -webkit-transition: -webkit-transform .8s ease-in-out;
            transition:  transform .8s ease-in-out;
  }

  .fadein img {
    margin-left: auto;
    margin-right: auto;
    max-width: 95%;
    max-height: 330px;
  }
.fadein {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position:relative;
  border: 2px solid #fd7b00;
  border-radius: 8px;
}

@media only screen and (max-width: 499px){
  .menuarch {
    height:33px;
    float:right;
    margin-right: 2px;
    margin-top: 110px;
    margin-bottom: -130px;
  }
  .menuWheel {
    margin-top: 105px;
    margin-right: 11px;
    float: right;
    border-radius: 100px;
    background: none;
    height: 80px;
    width: auto;
    background-color: #fd7b00;
    cursor: pointer;
    -webkit-transition: -webkit-transform .8s ease-in-out;
            transition:  transform .8s ease-in-out;
  }
  #ulTrucks {
  z-index: 2;
    margin-top: 190px;
  }
#meHome {
  transition-delay: 1s;
}
  .contact_textarea {
    width: 312px;
    resize: none;
  }

  .fadein img {
    margin-left: auto;
    margin-right: auto;
    max-width:95%;
    height: auto;
    max-height: 275px;
  }

.fadein {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position:relative;
  border: 2px solid #fd7b00;
  border-radius: 8px;
  height:275px;
  background: none;
}
}
