/******* GENERAL *******/
/* spacing on all sections */
#about,
#skills,
#portfolio,
#contact {
    margin-top: 4rem;
    padding-top: 4rem;
}
#about h2,
#skills h2,
#portfolio h2,
#contact h2 {
    margin-bottom: 3rem;
}
#contact {
    padding-bottom: 4rem;
}

/* display background dark color on navbar scroll */
.navbarScroll.navbarDark {
    background-color: #000000;
    color: rgb(255, 255, 255, 1);
}
/* // Kickstart any navigation component with a set of style resets. Works with
// `<nav>`s, `<ul>`s or `<ol>`s. */

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left:0;
  margin-bottom: 0;
  list-style: none;
}

.nav-linker {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  font-weight: 400;
  color: white;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}


  .nav-linker:hover,
  .nav-linker:focus {
    color: white;
    text-decoration: none;
  }

  /* // Disabled state lightens text */
  .nav-linker.disabled {
    color: white;
    pointer-events: none;
    cursor: default;
  }
}



#navbarSupportedContent {
    color: rgb(255, 255, 255, 1);
    opacity:1;
    text-decoration: none;
}

.navbar_news {
    color: rgb(255, 255, 255, 1);;
}
/* hero background image */
.bgimage {
    height: 100vh;
    max-height: 900px;
    background: url("images/image1.jpg");
    background-color: black;
    background-size: cover;
    position: relative;
  
}
/* text css above hero image*/
.hero_title {
    font-size: 4.5rem;
    color: #fff;
  
}
.hero_desc {
    font-size: 2rem;
    color: #fff;
}
.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

/* about */
.imageAboutPage {
    max-width: 50%;
    margin: auto;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}



/* skills */
.skillsText.card {
    height: 350px;
    cursor: pointer;
}
.skillsText img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}
#skills p {
    text-align: center;
}
.skillsIcon {
    font-size: 36px;
    text-align: center;
    width: 100%;
}
.card-title {
    text-align: center;
}
.card:hover .skillsIcon {
    color: #008000;
}
.skillsText:hover {
    border: 1px solid #008000;
}

/* portfolio */
#portfolio p {
    text-align: center;
}

.card-body {
    
    display:flex;
    flex-direction:column;
    width: 100%;
    height: 215px;
    box-sizing: border-box;
    
}

.card-body.card-text {
    margin-bottom: 5px; 
}

.text-center {
    padding-top:1rem;
    padding-bottom: 1rem;
}

/* contact */
.contactColumn {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contactColumn i {
    color: #198754;
}
.hero_linkedin {
    color: black;
}
.hero_linkedin a {
    color: black;
    text-decoration: none;
}
.hero_linkedin i {
    color: black
}

.mask {
    visibility: inherit;
}

/* footer */
