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{
    z-index: 100;
  }
  
  .main-raised {
    margin: -90px 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 );
}



/*NAVIGATION ICONS*/

.material-icons {
    position: relative;
    /* Adjust these values accordingly */
    top: 8px;
    left: 8px;
  }



.bg-dark{
    background-color: #0D0D0D !important;
}



/* Slider Section */

.carousel-item{
    height: 60vh;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    bottom: 3rem;
    z-index: 10;
  }
  
  /* Declare heights because of positioning of img element */
  .carousel-item {
    height: 32rem;
    background-color: #777;
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
  }
  .carousel-item:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.5);
  }
  
/* 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: 50px;
    }
  }
  
  @media (min-width: 62em) {
    .featurette-heading {
      margin-top: 7rem;
    }
  }  


  /*IMAGE GALLERY*/

  .photo-gallery {
    color:#313437;
    background-color:#fff;
  }
  
  .photo-gallery p {
    color:#7d8285;
  }
  
  .photo-gallery h2 {
    font-weight:bold;
    margin-bottom:40px;
    padding-top:40px;
    color:inherit;
  }
  
  @media (max-width:767px) {
    .photo-gallery h2 {
      margin-bottom:25px;
      padding-top:25px;
      font-size:24px;
    }
  }
  
  .photo-gallery .intro {
    font-size:16px;
    max-width:500px;
    margin:0 auto 40px;
  }
  
  .photo-gallery .intro p {
    margin-bottom:0;
  }
  
  .photo-gallery .photos {
    padding-bottom:20px;
  }
  
  .photo-gallery .item {
    padding-bottom:30px;
  }

  
  /*IMAGE GALLERY*/


/* MARKETING SECTION */

.marketing .container{
    padding-top: 100px;
    padding-bottom: 100px;
}

.marketing h2{
    padding-bottom: 50px;
}
.card{
    margin: auto;
}

.card .btn:hover{
    background: #0D0D0D; 
}

/* FOOTER */

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


    
