* {
  font-family: "Georgia", Times, serif;
  color: #a1b8cb;
}
h1 {
  margin-left: 33px;
  font-size: 30px;
  font-weight: 800;
  color: #a1b8cb;
}
h2 {
  margin-left: 33px;
  font-size: 24px;
  font-weight: 600;
  color: #fd7b00;
}
h3 {
  font-size:42px;
  color: red;
}
hr {
  width: 100%;
  border-color: #fd7b00;
}
body {
  background-color: #000;
  overflow-x: hidden;
}
.headerMenu {
  border-bottom: 2px solid  #fd7b00;
}
.conTable {
  margin-left: auto;
  margin-right: auto;
}
label {
  color: red;
}
footer {
  border-top: 1px solid #fd7b00;
}
.contact_textarea {
  resize: none;
}
.pages {
  float: right;
  margin-top: -20px;
  margin-right: 5%;
}
.contactFoot {
margin-top: 5px;
  margin-left: 5%;
}
#wrapper {
  height: 180px;
  background-color: #fff;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}
#wrapperBody {
  margin: auto;
  width: 90%;
  text-align: center;
  height: auto;
  background-color: #000;
	padding-top: 0px;
	padding-bottom: 0px;
  border-left: 2px solid  #fd7b00;
  border-right: 2px solid  #fd7b00;
}
#wrapperFoot {
  display: inline;
  background-color: #000;
}
#footer,
#footer a {
  width: 100%;
  text-decoration: none;
  font-weight: 600;
  color: #a1b8cb;
  text-align: center;
}
#menu {
  margin-right: 5%;
  background: none;
	position: absolute;
	top: 0px;
	right:0px;
	height: 155px;
	margin-top: 28px;
}

.menuWheel {
  -webkit-transition: -webkit-transform .8s ease-in-out;
          transition:  transform .8s ease-in-out;
}
.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: 170px;
	margin-top: 5px;
	width: auto;
}
.logo img {
	width: auto;
	height: 150px;
	padding-top: 10px;
	float: left;
	overflow: hidden;
}
#menu ul li {
  width: 120px;
  list-style: none;
}
#menu li ul {
    overflow: hidden;
    z-index:2;
    display: block;
    position: absolute;
    float: right;
    visibility: hidden;
    right: 10%;
}
#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: -250px;
      transition: all 0.5s ease-in-out;
}
#menu ul li a {
    font-size: 22px;
    display: block;
    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: #a1b8cb;
cursor: pointer;
}
.upPhoto {
  width: 100%;
  text-align: center;
}
.upPhoto img {
  width: 175px;
  height: 175px;
}
#servicesText{
  text-align: center;
}
.outerphotoContainerContainer {
  display: inline-block;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  border: 2px solid #a1b8cb;
  text-align: center;
  background-color: #fd7b00;
  border-radius: 8px;
  height: auto;
}
.outerPhotoContainer {
  display: inline-block;
  margin:11px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  text-align: center;
  border-radius: 8px;
  border: 2px solid #a1b8cb;
  color: #a1b8cb;
  background-color: #000;
  height: auto;
  padding-bottom:20px;
  width: 280px;
}
.innerPhotoContainer {
  border-radius: 8px;
  margin: auto;
  text-align: center;
  background-color: #a1b8cb;
  height: auto;
  width: 90%;
  color: #a1b8cb;
  text-decoration: none;
}
.innerconA {
  padding: 5px;
  padding-top: 2px;
  background-color: #000;
  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: #fff;
  width:90%;
  min-height: 110px;
}
.servicesText:focus,
.aboutText:focus,
.homeTxt:focus {
  border-radius: 8px;
  outline: none;

}
@media screen and (min-width: 500px){
  .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;
    cursor: pointer;
    -webkit-transition: -webkit-transform .8s ease-in-out;
            transition:  transform .8s ease-in-out;
  }

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

@media 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;
  }

  .contact_textarea {
    width: 312px;
    resize: none;
  }

  .fadein img {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width:95%;
    height: auto;
    max-height: 275px;
  }
  
.fadein {
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
  position:relative;
  border: 2px solid #fd7b00;
  border-radius: 8px;
  height:275px;
  background: none;
  padding: 10px;
}
}
