body,html {
    
    background-color: rgb(230, 177, 161);

    height: 100%;
    
    
}


.dark,
.dark * {
    background-color: rgb(7, 7, 7);
    color: #e6e6e6;
    border-color: #e6e6e6;
}
/* Nav bar */
.navbar-nav  {
    font-size: 18px;
    color: #cdee55;
    
    
}
.nav-item{
    color:#70b500
}
.switch {
    align-self: flex-end;
    margin: 0.9375rem;
    color:#14e7bd
}
.inner-switch {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #555;
    border-radius: 1.25rem;
    width: 3.125rem;
    text-align: center;
    font-size: 1rem;
    padding: 0.1875rem;
    margin-left: 0.3125rem;
    color:#14e7bd
}
/* hero background image */
.bgimage {
    height:100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("bg-imgs/big_data_01.jpg");
    background-size:cover;
    background-position: center;
    position:relative;
}
/* text css above hero image*/
.hero_title {
    font-size: 4.5rem;
}
.hero_desc {
    font-size: 2rem;
}
.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}
.GFG {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}

.GFG:hover {
    background-color: #18c4f8;
    color: white;
  }
.text-center{
    text-align: top;
}
/* about section image css */
.imageAboutPage {
    width: 100%;
    height: 300px;
}
.items {
    width: 90%;
    margin: 0px auto;
    margin-top: 30px;
    
    
}

.slick-slide {
    margin: 10px;
    height: auto;
    }

    .slick-slide img {
    width: 100%;
    border-radius: 100%;
    
    
}
/* services section css */
.servicesText.card {
    height: 300px;
    cursor: pointer;
  }
.servicesIcon {
    font-size: 36px;
    text-align: center;
    width: 100%;
}
.card-title {
    text-align: center;
}


.card:hover .servicesIcon {
    color: #008000;
}
.servicesText:hover {
    border: 1px solid #008000;
}

.card-img-top {
    height: 150px; 
   width:auto; 
}

.card-title{
    height: auto;
    width:auto;
}

card servicesText{
    height: 100px;
    width:auto;
}

.card-title-projects{
    height: 100px;
    width:auto;
}
/* display background color black on navbar scroll */
.navbarScroll.navbarDark {
    background-color: black;
}



/* spacing on all sections */
#about, #skills, #services, #projects, #contact {
    margin-top: 4rem;
    padding-top: 4rem;
}
#contact {
    padding-bottom: 4rem;
}

/* social media icons styling */
.social-icons {
    font-size: 36px;
    cursor: pointer;
}
.fa {
    padding: 9px;
    font-size: 15px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
  }
  
  .fa:hover {
      opacity: 0.7;
  }
  .fa-github{
    background: #0c0c0c;
    color: white; 
  }
  .fa-facebook {
    background: #3B5998;
    color: white;
  }
  
  
  .fa-linkedin {
    background: #007bb5;
    color: white;
  }
  
/* footer styling */
#footer {
    background-color: #808080;
    text-align: center;
}
