html {
    scroll-behavior: smooth;
  }

.side-nav-item {
margin: 0px 20px;
} 

.video-intro {
    width: 100%;
}

.nav-icon {
height: 50px;
width: 50px;
/* hiding social icons */
display: none;
}

.navbar-brand {
    height: 44px;
    width: 44px;
}

.email-icon {
    height: 44px;
    width: 44px;
    /* padding: 20px; */
}

h1 {
text-align: center;
}

.title {
font-size: 100px;
margin-bottom: 30px;
}

.work-title {
    font-size: 40px;
}

.slogan {
    font-size: 30px;
    }

.section-title {
font-size: 45px;
}
.about-me-title {
    margin-top: 70px;
}
.my-projects {
    margin-top: 100px;
}

.bio-section {
text-align: center;
}


.fam-tech {
    display: inline;
}


h2  {
text-align: center;
}

/* social media icons */

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
    position: fixed;
    top: 87%;
    /* right: 0; */
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }
  
  /* Style the icon bar links */
  .icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
    border: 1px solid white;
  }
  
  /* Style the social media icons with color, if you want */
  .icon-bar a:hover {
    background-color: #000;
    transform: scaleX(1.5);
    transition: .4s ease;
    
  }
  
  
  .github {
    background: rgb(187, 187, 187);
    /* font-size:36px; */
    color: white;
  }
  
  .google {
    background: #dd4b39;
    color: white;
  }
  
  .linkedin {
    background: #007bb5;
    color: white;
  }


.about-me-grid {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 30% 30%;
    justify-content: center;
    justify-items: center;
    align-items: top;
    grid-gap: 10px 50px;
    margin: 20px auto;
    }
.about-me-col {
    display: block;
    grid-row: 1;
    grid-column: 1;
}
.me-tech-col {
    display: block;
    grid-row: 1;
    grid-column: 2;
}

.title-who-am-fam-tech {

}

.content-who-am-fam-tech {

}

/* PNG */
.resume-img-png {
    /* height: 900px; */
    height: 100%;
    width: 45%;
    /* margin: 20px; */
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}

/* PDF */
.resume-img-pdf {
    height: 900px;
    width: 80%;
    margin-left: 10%;
    /* margin: 0 auto;
    text-align: center; */
}


/* PROJECT CSS */

.all-project-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;

}

.project-imgs {
    width: 100%;
    height: 100%;
    border: 2px solid black;
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
}


.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .8s ease;
    background-image: linear-gradient(to right bottom, rgba(41, 51, 70, 1), rgba(153, 31, 0, .6));
    background-color:rgba(41, 51, 70, 1);
    /* zoom */
    /* -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); */
  }

/* .project-imgs:hover {
    opacity: 0.3;
    border: 2px solid black;
} */

.project-container {
    position: relative;
    /* size of project pictures */
    width: 60%;
    margin-bottom: 3%;
}

.project-container:hover .overlay{
    opacity: 1;
    border: 2px solid black;
    /* zoom */
    /* -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); */
}


.project-hover-content {
    color: white;
    font-size: 20px;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}


.project-github-buttons {
    width: 11%;
    height: 11%;
}

.project-github-btn-one {
    margin-right: 5%;

}

.project-buttons {
    /* display: flex;
    justify-content: space-around;
    align-items: center; */
    text-align: center;
    margin: 0 auto;
    margin-top: 2%; 
}

.hover-text-items {
    margin-bottom: 2%; 
}

.hrs {
    background-color: white;
}


.hover-text {
    padding: 10px;
    text-align: left; 
}

.div-project-title {
    text-align: center;
    font-size: 3vw; 
    color: white;
    border: 2px solid white;
    border-radius: 15px;
    width: auto;
    background-color: rgba(192, 195, 201, .3);
    margin-bottom: 1%;
}
.div-proj-title-link {
    text-decoration: none;
}

.div-project-title:hover {
    /* text-shadow: 4px 2px 2px #888888; */
    /* color: rgba(132, 134, 138, 1); */
    color: black;
    background-color: rgba(192, 195, 201, .8);
    /* transform: scale(1.3); */
    transition: .4s ease;

}

.project-github-buttons:hover  {
    transform: scale(1.3);
    transition: .4s ease;
}

.descrip-tech {
    font-size: 1.5vw; 
}

body {
    font-family: 'Noto Serif SC', serif;
  }

.black-text {
    color: black;
}

.background-image {
    width: 100%;
    height: 100%;
}

/* for monitors and bigger */
@media only screen and (min-width: 1450px) {
    .section-title {
        font-size: 60px;
        }
    .title-who-am-fam-tech {
        font-size: 40px;
    }
    .content-who-am-fam-tech {
        font-size: 20px;
    }
    .div-project-title {
        font-size: 45px; 
    }
    .descrip-tech {
        font-size: 25px; 
    }
    .project-github-buttons {
        width: 10%;
        height: 10%;
    }
    

}



/* for projects column */
@media only screen and (max-width: 880px) {
    .all-project-container {
        flex-direction: column;
    }
    .project-container {
        width: 80%;
    }
    .descrip-tech {
        font-size: 2.6vw; 
    }
    .div-project-title {
        text-align: center;
        font-size: 4.3vw; 
        color: white;
    }
    .icon-bar {
       width: 10%;
       
      }
    

}



/* TABLETS */
@media only screen and (max-width: 768px) {
    .navbar {
        display:  none;
    }
    
    .about-me-grid { 
    grid-template-columns: 35% 35%;
    }

    .resume-img-pdf {
        width: 80%;
        margin-left: 10%;
    }
    .div-project-title {
        font-size: 4vw; 
    }
    .descrip-tech {
        font-size: 2.4vw; 
    }

} 

/* CELL PHONES */
@media only screen and (max-width: 600px) {
    .navbar {
        display:  none;
    }

    .about-me-title {
        margin-bottom: -10px;
    }
    
    .about-me-grid { 
    grid-template-columns: 80%;
    grid-template-rows: auto auto;
    margin-left: 2px;
    margin-right: 2px;
    }
    .about-me-col {
        display: block;
        grid-row: 1;
        grid-column: 1;
    }
    .me-tech-col {
        display: block;
        grid-row: 2;
        grid-column: 1;
    }
    .title {
        font-size: 15vw;
    }
        
    .work-title {
        font-size: 7vw;
    }

    .slogan {
        font-size: 5vw;
        }

    .resume-img-pdf {
        height: 500px;
    }
    .hover-text-items {
        margin-top: 1%; 
    }
} 


