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

/* 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: -20px 30px 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;
    }



/* Middle */



.contact {
    padding-top:100px;
    padding-bottom: 100px;
}


.gmap_canvas {
    overflow: hidden;
    background: none !important;

}

@media (min-width: 730px) {
  .gmap_canvas {
    height: 600px;
    width: 620px;
}
}



/* FOOTER */


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