body{
    background-image: url("whitebackground.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Karla', sans-serif;
}
p{
    color:  #696969;
    font-family: 'Karla', sans-serif;
    font-size: 24px;
}
.navbar{
    position: absolute!important;
    width: 100%;
    margin-top: 20px;
}
.navbar-text-center{
    width: 100%;;
    text-align: center;
}
.navbar a{
    color: #e96269;
    font-family: 'Indie Flower', cursive;
    text-decoration: none;
    font-size: 2.4rem;
    margin-left: 30px;
    font-weight:bold;
}
.headline{
    font-family: 'Indie Flower', cursive;
}
.header-main{
    height: 100vh !important;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    display: flex;
}
.heading-text-1{
    font-size: 2rem;
    margin: 10px 0;
    color: #e96269;
    position: relative;
    max-width: 250px;
    width: 80%;
}
.heading-text-1 h2{
    font-weight: 600!important;
}
.heading-text-2{
    font-family: 'Karla', sans-serif;
    font-size: 24px;
    color: #696969;
}
.heading .heading-background::after{
    content: "";
    position: absolute;
    background-color: #ffe9e9;
    -webkit-box-shadow: 0 0 8px #ffd6d6!important;
    box-shadow: 0 0 8px #ffd6d6!important;
    height: 15px;
    left: 8px;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.avatar{
    max-width: 180px;
    width: 100%;
    height: auto;
    border-radius: 50%;
    margin-top: 17px;
}
.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #e96269ae;
}
.hover-underline-animation:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #e96269ae;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.icon{
    width: 50px;
    height: 70px;
}
.my-projects::after{
    content: "";
    position: absolute;
    background-color: #ffe9e9;
    -webkit-box-shadow: 0 0 8px #ffd6d6;
    box-shadow: 0 0 8px #ffd6d6;
    height: 18px;
    left: 5px;
    bottom: 0;
    width: 140px;
    z-index: -1;
}
.about-me::after{
    content: "";
    position: absolute;
    background-color: #ffe9e9;
    -webkit-box-shadow: 0 0 8px #ffd6d6;
    box-shadow: 0 0 8px #ffd6d6;
    height: 18px;
    left: 5px;
    bottom: 0;
    width: 160px;
    z-index: -1;
}
.my-toolings::after{
    content: "";
    position: absolute;
    background-color: #ffe9e9;
    -webkit-box-shadow: 0 0 8px #ffd6d6;
    box-shadow: 0 0 8px #ffd6d6;
    height: 18px;
    left: 5px;
    bottom: 0;
    width: 75px;
    z-index: -1;
}
.skills {
    font-family: "Nanum Pen Script", "cursive";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px auto 60px auto;
    padding: 20px 0;
}
.skills li{
    list-style: none;
    text-align: center;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.2rem;
    margin: 0 20px;
    width: 120px;
}
.contact-header::after{
    content: "";
    position: absolute;
    background-color: #ffe9e9;
    -webkit-box-shadow: 0 0 8px #ffd6d6;
    box-shadow: 0 0 8px #ffd6d6;
    height: 18px;
    left: 5px;
    bottom: 0;
    width: 120px;
    z-index: -1;
}
.contact-me-details{
    color:  #696969;
    font-family: 'Karla', sans-serif;
    font-size: 20px;
}
.mt-100{
    margin-top: 100px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-100{
    margin-bottom: 100px;
}
.contact-text{
    font-size: 14px;
    text-align: center;
}
.send-message{
    margin: auto;
    text-align: center;
}
.btn-pink{
    background-color: #e96269!important;
    color: white!important;
    border: 0px!important;
    padding: 7px 18px!important;
    border-radius: 50px!important;
}
.btn-pink:hover{
    border: 1px solid #e96269!important;
    background-color: rgba(15, 177, 183, 0)!important;
    color: #e96269!important;
}
.down-arrow{
    color: #e96269;
    position: absolute;
    z-index: 10;
    bottom: 50px;
    font-size: 25px;
}
.center{
    text-align: center;
}
.project-img{
    max-width: 500px;
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.used-tools{
    list-style: none;
    display: flex;
    padding: 0 0 0 0!important;
}
.used-tools li{
    border: 1px solid grey;
    margin-right: 15px;
    padding: 5px;
    cursor: default;
}
.click-demo{
    color: #e974af;
    text-align: center;
}
footer{
    background-color: #fd8489;
    margin: 0;
    padding: 10px;
    text-align: center;
    font-size: 14px;
}
footer span{
    color: white;
}
footer span .author{
    font-family: 'Indie Flower', cursive;
}
.overflow{
    overflow-x: hidden;
}
.highlight{
    font-family: 'Indie Flower', cursive;
    color: #e96268;
    font-weight: bold;
}
.test {
    animation: UpDown 1s linear infinite;
    position: absolute;
    left: 0;
    bottom: 0;
}
@keyframes UpDown {
    0% {
      bottom: 0;
    }
    50% {
      bottom: .8em;
    }
    100% {
      bottom: 0;
    }
  }
/*Screen less than 768*/
@media only screen and (max-width: 768px) {
    .project-photo {
      margin-bottom: 20px;
    }
    .project-details {
        margin-bottom: 50px;
    }
    .navbar a{
        font-size: 1.5rem;
        margin-right: 10px;
        margin-left: 0!important;
    }
    .heading-text-2 {
        font-size: 1.1rem;
    }
}

/*Screen more than 768*/
@media only screen and (min-width: 768px) {
    .project-photo {
      margin-bottom: 100px;
    }
}