
/* Shared -------------------------------- */

header{
position: fixed;
color: black; 
background-color: black; 
z-index: 1000;
height: auto; 
width: 100%;
border-bottom: 5px solid grey;
}


.button {
  margin-top: 1rem; 
  margin-bottom: 0rem;
  border-radius: 100px;
  margin-right: 4rem;

}

.navigation{
position: relative;
text-align: center;
background-color: black; 
height: 100%; 
width: 100%;

}

.table{
max-width: 960px;
}

/* Sections ---------------------------*/
.section {
  padding: 8rem 0 7rem;
  text-align: center;

}
.section-heading,
.section-description{
  margin-bottom: 1.2rem;
}

/* home -------------------------- */ 
.home, .solutions{
  background-color: #000000;
  background-size: cover;
  color: #cfe4ad;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ddd;
  
}

.logo{
  position: relative;
  max-width: 100%;
  margin-bottom: 5rem;
}


/* Values ------------------------- */
.OEM, .contact{
  background-color: #cfe4ad;
  background-size: cover;
  color: #000000;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ddd;
}


/*.OEM-multiplier{
  margin-bottom: .5rem;
  color: #11DFC7;
}
.OEM-heading {
  margin-bottom: .3rem;
}
.OEM-description {
  opacity: .8;
  font-weight: 300;
}*/


/* Help -------------------------------*/
/*.solutions{
  background-color: #000000;
  background-size: cover;
  color: #cfe4ad;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ddd;
}*/

/* contact ---------------------------*/

/*.contact{
  background-color: #cfe4ad;
  background-size: cover;
  color: #000000;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ddd;
  
}*/

.contact-img{
  position: relative;
  max-width: 100%;
}

.contact.section-description { 
  margin-bottom: 1rem;
}

/*-----------------------------------*/


/* Bigger than 550 */
@media (min-width: 550px) {
  .section {
    padding: 12rem 0 11rem;
    width: 100%;
  }
  
  /*.hero {
    padding-bottom: 12rem;
    text-align: left;
    height: 165px;
  }
  .phone {
    position: absolute;
    top: -7rem;
    right: 3rem;
    max-height: 362px;
    z-index: 3;
  }
  .phone + .phone {
    top: -6rem;
    display: block;
    max-width: 73.8%;
    right: 0;
    z-index: 2;
    max-height: 338px;
  }
  .hero-heading {
    font-size: 2.4rem;
  }*/
}

/* Bigger than 750 */
@media (min-width: 750px) {

    .section {
    padding: 14rem 0 15rem;
    width: 100%;
  }
  /*
  .hero {
    height: 190px;
  }
  .hero-heading {
    font-size: 2.6rem;
  }

  .hero {
    padding: 16rem 0 14rem;
  }
  .section-description {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .phone {
    top: -14rem;
    right: 5rem;
    max-height: 510px;
  }
  .phone + .phone {
    top: -12rem;
    max-height: 472px;
  }
  .categories {
    padding: 15rem 0 8rem;
  }*/
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .section {
    padding: 20rem 0 19rem;
    width: 100%;
  }
  /*
  .hero {
    padding: 22rem 0;
  }
  .hero-heading {
    font-size: 3.0rem;
  }
  .phone {
    top: -16rem;
    max-height: 615px;
  }
  .phone + .phone {
    top: -14rem;
    max-height: 570px;
  }*/
}
