body {
    background-color: #F9F3CC;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Playpen Sans', cursive;
    font-family: 'Ubuntu', sans-serif;
    margin: 0; /* Remove default margin */
    padding: 0; /* Remove default padding */
    min-height: 100vh; /* Set minimum height to 100% of viewport height */
    display: flex;
    flex-direction: column;
    min-width: 100vh;
}

h3{
    white-space: nowrap;
}

.welcome-message{
    text-align: center;
    color: #A9A9A9;
    font-size: 4rem;
    margin-top: 50px;
    margin-left:auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: auto;   
    
}
.header{
    height: auto;
    position: relative; 
    padding-bottom:15%;
    padding-top: 5%;   
    color: #818FB4;
    height: 100vh;
    display: flex;
}

.welcome-container{
    padding-bottom: 40px;
    align-items: center;
    text-align: center;
    display: flex;
    white-space: nowrap;
    justify-content: center;
}

.intro-para{
    font-size: 1rem;
}

.intro-header{
     padding-bottom: 20px;
}

.projects{
    
    height: 100vh;
    background-color: #818FB4;
    padding-top: 5%;
    padding-bottom: 20%;
    color:#F9F3CC;
    display: inline-block;

}


.skills{
    
    height: 100vh;
    background-color:#F9F3CC ;
    padding-top: 5%;
    padding-bottom: 20%;
    color:#818FB4;
    display: inline-block;

}

.row1{

    margin: 40px auto 10px auto;
    text-align: justify;
    align-items: center;
    display: flex;
}

.row2{
   margin: 40px auto 10px auto;
    text-align: justify;
    align-items: center; 
    padding-bottom: 10px;
    display: flex;
}

.skill-icon1{
    width: 128px;
    height:128px;
    float:left;
    margin-right: 10px;
}

.skill-icon2{
    width: 128px;
    height: 128px;    
    float:right;
    margin-left: 30px;
   
}

#profile-image{
    border-radius: 50%;
    width:30%;
    margin-left: 10px;
}

.row1 h2, .row2 h2{
    text-align: center;
}

.certifications{
    background-color: #818FB4;
    display: flex;
    align-items: center;
    height:100vh;
    justify-content: center;
    color:#F9F3CC;
}
#carouselExample{
    align-items: center;
    padding-top: 40px;
    max-width: 800px;

}

.carousel{
    position: relative;
    z-index: 0; 
}

.carousel-inner{
    aspect-ratio: 16/9;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-header{
    margin-bottom: 1rem;
    text-align: center;
    z-index: 1;
}

#topProject{
    margin-bottom: auto;
}

#bottomProject{
    margin-top: auto;
}

.certifications h2{

    text-align: center;
        
}

#second ul li {
  list-style-type: none; /* Better than inline styles */
  padding: 4px 0;
}

.footer{
    background-color:#F9F3CC;
    margin-top: 20px;
    justify-content: center;
    text-align: center;
    color:#818FB4;
}

.btn {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    margin: 0 auto 20px auto;
    border-radius: 8;
  }
  .btn:hover {
    background: #30e3cb;
    background-image: -webkit-linear-gradient(top, #077A7D, #077A7D);
    background-image: -moz-linear-gradient(top, #077A7D, #077A7D);
    background-image: -ms-linear-gradient(top, #077A7D, #077A7D);
    background-image: -o-linear-gradient(top, #077A7D, #077A7D);
    background-image: linear-gradient(to bottom, #077A7D, #077A7D);
    color: white;
    text-decoration: none;
  }

.contact-me{
    background-color:#818FB4;
    text-align: center;
    margin-top:0;
    color:#F9F3CC;
  
}
@media only screen and (min-width: 768px) {
  
    .welcome-message {
        font-size: 4rem;
    }

    .skill-icon {
        width: 128px;
        height: 128px;
    }

    #profile-image {
        width: 30%;
        margin: 10px;
    }
}




