*{
  margin: 0;
  padding: 0;
  font-family: arial;
}

body{
  height: auto;
  width: 100%;
  background-color: black;
}

#header{
  width: 100%;
  height: 150px;
  -webkit-box-shadow: 0px 10px 150px -25px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 10px 150px -25px rgba(0,0,0,0.75);
  box-shadow: 0px 10px 150px -25px rgba(0,0,0,0.75);
  z-index: 999;
  background-color: black;
  position: relative;
}

.header-content{
  max-width: 1200px;
  height: 80px;
  margin: auto;
  padding: 10px;
  position: relative;
}

.header-left{
  float: left;
  position: relative;;
}

.logo{
  height: 80px;
  top: -10px
}

.header-right{
  height: 60px;
  float: right;
  padding-top: 30px;
  padding-right: 10px;
  position: relative;
}

#header ul{
  font-size: 20px;
  height: 22px;
}

#header ul li{
  display: inline-block;
  margin-left: 7.5px;
  padding-left: 7.5px;
  border-left: 2px solid white;
}

#header ul li:first-child{
  border: none;
}

#header ul li a{
  list-style: none;
  text-decoration: none;
  color: white;
}

#header ul li a:hover{
  text-decoration: underline;
}

.header-bottom{
  background-image: url(images/tyre-bg.png);
  height: 44px;
  border-bottom: 6px solid #F6A613;
}

.header-bottom-text{
  margin: auto;
  width: 100%;
  text-align: center;
  padding: 5px 0;
  position: relative;
  top: 50px;
  background-color: black;
}

.header-bottom-text h1{
  color: #E62A21;
  text-shadow: rgb(0, 0, 0) 0px 0px 18px;
}

#content{
  position: relative;
  height: 100%;
}

.body-top{
  margin-top: -148px;
  height: 100vh;
  width:100%;
  background-image: url(images/tyre-on-road.jpg);
  background-position: center;
  background-size: cover;
}

.mobile-tyres-top{
  margin-top: -148px;
  height: 100vh;
  width:100%;
  background-image: url(images/lassa-tyres.jpg);
  background-position: top right;
  background-size: cover;
}

.emergency-tyres-top{
  margin-top: -148px;
  height: 100vh;
  width:100%;
  background-image: url(images/tyre-tread.jpg);
  background-position: top;
  background-size: cover;
}

.plant-commercial-top{
  margin-top: -148px;
  height: 100vh;
  width:100%;
  background-image: url(images/tyres-stock.jpg);
  background-position: top;
  background-size: cover;
}

.home-content{
  height: 100vh;
  width: 100%;
  padding: 10px 0;
  position: relative;
  background: linear-gradient(to right, black, transparent 100%);
}

.home-content-text-box{
  width: 960px;
  height: 400px;
  margin: auto;
  padding: 25px;
  position: relative;
  top: 180px;
}

.home-content-text{
  color: white;
  width: 60%;
  float: left;
}

.home-content-text p{
  font-size: 18px;
}

.home-machine{
  width: 40%;
  float: right;
}

#mobile-tyres-position{
  position: relative;
  top: 150px;
}

#emergency-tyres-colour{
  background-color: black;
}

.services-background{
  height: 405px;
  width: 100%;
  padding: 10px 0;
  position: relative;
  top: -200px;
}

.plant-background{
  height: 364px;
  width: 100%;
  padding: 10px 0;
  position: relative;
  top: -200px;
}

.services-content{
  max-width: 1200px;
  margin: auto;
  padding: 25px;
  height: 355px;
}

.plant-content{
  max-width: 1200px;
  margin: auto;
  padding: 25px;
  height: 313px;
  background-color: black;
}

article{
  float: left;
  width: 59%;
  color: white;
}

article h1{
  font-size: 31px;
}

article p{
  font-size: 20px;
}

article a{
  color: #E62A21;
  text-decoration: none;
}

aside{
  float: right;
  width: 39%;
  height: 100%;
}

.services-img{
  width: 100%;
}

.contact-content{
  width: 360px;
  height: 0;
  left: 25%;
  position: relative;
  top: -540px;
  text-align: center;
  color: white;
  text-shadow: rgb(0, 0, 0) 0px 0px 18px;
}

.contact-content h1{
  font-size: 40px;
}

.contact-content h2{
  font-size: 32px;
}

.contact-content p{
  font-size: 22px;
}

#footer{
  width: 100%;
  background-color: #d1d3d4;
  position: relative;
}

.footer-section{
  max-width: 1150px;
  height: 35px;
  margin: auto;
  padding: 20px 25px;
  font-family: arial;
  color: #504A4B;
  font-size: 18px
}

.footer-left{
  float: left;
}

.footer-right{
  float: right;
}

#footer a{
  color: #504A4B;
  text-decoration: none;
}

#footer a:link{
  color: #504A4B;
  text-decoration: none;
}

#footer a:visited{
  color: #504A4B;
  text-decoration: none;
}
