html{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: 'Kanit', sans-serif;
    height: 100%;
    /* background: rgb(250,250,250) !important; */
    background-image: url("https://images.unsplash.com/photo-1519744792095-2f2205e87b6f?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1502&q=80");

    /* Set a specific height */
    min-height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
h1{
    letter-spacing: 0.2rem;
}
a{
    outline: none;
}
.navbar{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2rem;
    background: rgba(0, 0, 0, 0.6) !important;
    padding: 15px 0;
}
.navbar-dark .navbar-nav .nav-link .active, 
.navbar-dark .navbar-nav .nav-link:hover{
    color:#007BFF;
    border-bottom: 2px solid #007BFF;
}
#about-me{
    padding-top: 70px;
    padding-bottom: 50px;
}
#projects{
    padding-top:70px;
}

#services{
    padding-top:70px;
}

#skills{
    padding-top: 70px;
}
.card{
    height: 300px;
    border: none;
}
.card:hover{
    background-color: #007BFF;
    color:white;
}

.mainContainer {
    width: 100%;
  }
  .loader {
    background-color: #007bff;
    /* width: 1%; */
    height: 20px;
    text-align: center;
    border-radius: 0px 10px 10px 0px;
    margin-top: 2px;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
