body{
    background-color:  #EEEEEE;
    color: rgb(41, 37, 37);
    height: 100%;
    font-family: 'Roboto', sans-serif;
    padding-top: 50px;
}

/* Globals */

h1, h2, h3, h4, h5 {
    font-family: 'Anton', sans-serif;
}

  /*Raised Section*/

  @media (max-width: 830px) {
    .main-raised {
      margin-left: 10px;
      margin-right: 10px;
    }
  }
  
  .main-raised {
    margin: -60px 70px 0px;
    border-radius: 6px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    background-color: floralwhite;
  }
  
  @media (max-width: 830px) {
    .main-raised {
      margin-left: 10px;
      margin-right: 10px;
    }
  }

  /*Raised Card*/

.card{
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);    
}
  
.btn {
    background: #02732a;
    border-radius: 0;
    font-size: 80%;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    font-family: 'Anton', sans-serif;
}


/* NAVIGATION */
.navbar{
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: 'Anton', sans-serif;
    letter-spacing: 0.1em;
  }
  
  
  .nav-link.active, .nav-link:hover{
    min-width: 100px;
    background-color: rgba(2, 115, 42,0.5 );
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px ;
    border-radius: 5px;
  }
  
  .dropdown-menu{
  text-transform: capitalize;
  font-size: 13px;
  }
  
  .dropdown-item:hover{
  background-color: rgba(2, 115, 42,0.5 );
  }
  
  .material-icons {
      position: relative;
      /* Adjust these values accordingly */
      top: 8px;
      left: 8px;
    }

  .bg-img {
      background-image: url("../images/about-merani-tyres.jpg");
      background-size: cover;
      background-position: center center;
      background-attachment: fixed;
      background-repeat: no-repeat;
      z-index: -10; /* necessary? is this positioned relative or absolute elsewhere? */
      position: relative;
    }
      
   .bg-img::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(20, 20, 20, .6);
      z-index: -9 /*Moved one position above the -10 */
    }    
  


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  }
  
  /* Thin out the marketing headings */
  .featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
    margin-top: 50px;
  }
  
  
  /* RESPONSIVE CSS
  -------------------------------------------------- */
  
  @media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.4;
    }
  
    .featurette-heading {
      font-size: 30px;
    }
  }
  
  @media (min-width: 62em) {
    .featurette-heading {
      margin-top: 7rem;
    }
  }


  footer{
    padding-top: 50px;
    padding-bottom: 30px;
    bottom: 0;
    font-size: 14px;
}
