@import url('https://fonts.googleapis.com/css?family=Bebas Neue');
@import url('https://fonts.googleapis.com/css?family=Advent Pro');
@import url('https://fonts.googleapis.com/css?family=Abel');

/* THE BASIC PAGE FUNCTION */

* {
    box-sizing: border-box;
  }
  
  body {
    margin: 0;
  }

/* THE NAVIGATION */

  nav {
    background-color: rgb(48, 47, 47);
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100px;
    padding-right: 10%;
    padding-top: 20px;
    z-index: 9999;
  
   
  }
  nav ul {
    margin: 0;
    
    overflow: hidden;
   
  }
  
  nav li {
    float: left;
    margin-left: 2%;
    display: block;
    z-index: 9999;
   
  }

  
  nav li a {
    color: white;
    size: 25px;
    display: block;
    text-align: center;
    padding: 14px 16px;
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: none;
    border-radius: 50%;
    font-family: 'Abel';font-size: 22px;
  
  
  }
  
  nav li a:hover {
    background-color: #ddd;
    color: black;
    transition: background-color 0.7s;
  }

 .pNum {
   position: fixed;
   top: 16px;
   right: 2%;
   font-family: 'Abel';font-size: 22px;
   color: white;
 }

/* THE HOME PAGE */

.Intial{
    padding-top: 100px;
}

.Suppliers{
    padding-top: 50px;
}

.SuppliersP {
  font-family: 'Bebas Neue';font-size: 52px;
  text-align: center;
    color: blue;
    margin: 0;
    margin-top: 10%;
}

.Intro {
  font-family: 'Bebas Neue';font-size: 32px;
  text-align: center;
    color: grey;
    margin: 0;
    margin-top: 15%;
}

.column {
    float: left;
    width: 50%;
    padding: 15px;
  }
  
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  @media screen and (max-width:600px) {
    .column {
      width: 100%;
    }
}

.Description {
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    font-family: 'Advent Pro';font-size: 25px;
    background-color: #F1F2F3;
}

.Description h2 {
  font-family: 'Abel';font-size: 38px;
  text-align: left;
}

.ReadM {
    padding: 15px;
    text-decoration: none;
    border-radius: 75%;
    font-family: 'Abel';font-size: 22px;
    color: blue;
}

.ReadM:hover {
    background-color:black;
    color: white;
    transition: background-color 0.7s;
}

/* THE PARTS AND PRODUCTS PAGE */

.PaPIntro {
  padding-top: 100px;
  text-align: center;
  font-family: 'Advent Pro';font-size: 32px;
}

.PartsAndProducts {
  text-align: center;
  margin-top: 50px;
  padding-top: 75px;
  background-color: #F1F2F3;
}
.PartsAndProducts img {
  border-radius: 95%;
}

.PaPList {
  list-style: none;
  font-family: 'Abel';font-size: 22px;
}

.column2 {
  float: left;
  width: 33.33%;
  padding: 15px;
}
.column2 h2 {
  font-family: 'Abel';font-size: 32px;
}

.row2:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width:600px) {
  .column2 {
    width: 100%;
  }
}

/* THE ABOUT PAGE */

.mainAbout {
  padding-top: 100px;
  margin-left: 5%;
  margin-right: 5%;
}

.mainAbout p {
  font-family: 'Abel';font-size: 32px;
  text-align: center;
}

.mainAbout h2 {
  font-family: 'Abel';font-size: 42px;
  text-align: center;
}

.mainAbout h3 {
  font-family: 'Abel';font-size: 32px;
  text-align: center;
}

/* CONTACT PAGE */

.details{
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 100px;
}

.details h3 {
  font-family: 'Abel';font-size: 32px;
  text-align: left;
  margin: 2%;
}

.details h2 {
  font-family: 'Abel';font-size: 42px;
  text-align: center;
}

.fas {
  padding: 20px;
  font-size: 30px;
  text-decoration: none;
  margin: 5px 5px;
  border-radius: 50%;
  background: grey;
  color: white;
  
}

.column3 {
  float: left;
  padding: 5px;
}


.row3:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width:600px) {
  .column3 {
    width: 100%;
  }
}

/* THE FOOTER */

footer {
    background-color: rgb(46, 42, 42);
    color: rgb(236, 236, 236);
    padding-left: 10%;
    
}

.foh3 {
  font-family: 'Abel';font-size: 22px;
}

.foh3 a{
  font-family: 'Abel';font-size: 22px;
}
.foh3-2 {
  font-family: 'Advent Pro';font-size: 32px;
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-linkedin {
  background: #007bb5;
  color: white;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}