
/* display background color black on navbar scroll */
.navbarScroll.navbarDark {
    background-color: black;
    color: teal;
    
}
/* hero background image */
.bgimage {
    height:60vh;
    background-image: url();
    background-size:cover;


    

}

#fttx{
color: whitesmoke;

}

.wedo{
text-align: center;
margin-bottom: 150px;



}

.greeting{
margin-top: 450px;
margin-left:380px;
font-size: 25px;
text-align: center;
width: 50%;





}

#closing {
text-align: center;
    margin-top: 80px;

}


/* text css above hero image*/
.hero_desc {
    overflow:hidden; /* Ensure the text is hidden initially */
    border-right: 0.15em solid rgb(243, 242, 239); /* Add a border to simulate the cursor */
    white-space: nowrap; /* Prevent text from wrapping */
    margin: 0 auto;
    letter-spacing: 0.15em; /* Adjust letter spacing for a typewriter-like effect */
    animation: typing 10.5s steps(50, end), blink-caret 2.55s step-end infinite;

    text-align: center;
    font-size:1.5rem;
    font-style: italic;
    color: teal;
   
}

@keyframes typing {
    from { width: 0; }
    to { width: 50%; }
}

@keyframes blink-caret {
    from, to { border-color: transparent; }
    50% { border-color: rgb(238, 237, 234); }
}



.hero-text {
   
    position: absolute;
    top:20%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:white;
    
}

/* spacing on all sections */
#about2, #services, #contact {
    margin-top: 7rem;
    padding-top: 4rem;
    margin-left: 90px;
    width: 100%;
   
   
    
 
}
#contact {
    padding-bottom: 4rem;
}
/* about section image css */
.imageAboutPage {
    width: 60%;
margin-left: 160px;
    margin-top: 200px;
   
    
}


/* social media icons styling */
.social-icons {
    font-size: 36px;
    cursor: pointer;
}
.fa-facebook:hover,.fa-instagram:hover,.fa-twitter:hover,.fa-linkedin:hover, .fa-twitch:hover {
    color: #14b5ca;
}
.fab {
    color: #000000;
}
/* footer styling */
#footer {
    background-color: #808080;
    text-align: center;
}

#me2{

    color:#000000;
    
}
.typewriter-container {
  overflow: hidden;
  border: 1px solid #ccc;
  width: 300px;
}

#typewriter-text {
  display: inline-block;
  white-space: pre;
  animation: typewriter 2s steps(30) infinite;
}

@keyframes typewriter {
  from {    
        
      
    width: 0;
  }
  to {
    width: 100%;
  }
}

h1 {
    
 
   color: #484b4a;
    text-align: center;
    align-items: center;
    width: 0 auto;
   
    
    
    
}

h2 {
    color: rgb(3, 92, 92);
 
   
    border: solid;
    text-align: center;
    align-items: center;
    width: 0 auto;
    
    
    
}

h3{
    text-align: center;

}



.cd-words-wrapper {
    width: 45.3748px;
    overflow: hidden;
}

.cd-words-wrapper b {
    display: inline-block;
    opacity: 0;
    animation: showWord 0.8s;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}

@keyframes showWord {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

.hero_title {

    color: #005577;
    font-size: 60px;
    align-content: center;

  

   
   


}
/* Add this to your CSS stylesheet or in a <style> tag within your HTML file */

.navbarScroll {
    background-color: teal; /* Set the background color to teal */
}

.navbarScroll .nav-link {
    color: white; /* Set the text color to white */
}

.navbarScroll .nav-link:hover {
    color: #f0f0f0; /* Set the text color to a lighter shade on hover */
}

.navbarScroll .navbar-toggler-icon {
    background-color: white; /* Set the color of the navbar toggler icon to white */
}

/* Add this to your CSS stylesheet or in a <style> tag within your HTML file */

.teal-button {
    background-color: teal; /* Set the background color to teal */
    color: white; /* Set the text color to white */
    border: none;
    padding: 10px 20px; /* Adjust padding as needed */
    cursor: pointer;
    border-radius: 5px; /* Optional: Add rounded corners */
 margin-left: 450px;

}

.teal-button:hover {
    background-color: #808080; /* Set the background color to grey on hover */
    color: white; /* Set the text color to white on hover */
}

 hr {

    background-color: #808080;
    width: 100%;
    height: 20px;
}

 


ul {
    list-style-type: none;
    padding: 0;
}

li {
    margin-bottom: 10px;
}

.about{
    font-family: Arial, sans-serif;
  color: #181616;
 
   margin-right: 200px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  

}

#portfolio {
  
    margin:0% auto;
   color: rgb(25, 180, 219);
   margin-top: 80px;

}

#block1 {
width: 100%;
height: 20px;
margin-top: 20px;

background-color: rgb(231, 224, 213);  

}



