.parallax {
    /* The image used */
    background-image: url("/assets/images/profile.jpeg");
    /* Full height */
    height: 100%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.videobg {
    width: 100%;
}

.parallaxExp {
    /* The image used */
    /* background-image: url("/assets/images/cs.jpg"); */
    /* Full height */
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

nav {
    background-color: rgba(105, 105, 105, 1);
}

body,
html {
    height: 100%;
}

#careerVision {
    padding: 10% 5%;
    height: 100%;
}

.introInfo,
#aboutInfo {
    font-size: 120%;
    /* max-width: 50%; */
}

#about,
#experiences,
#projects {
    padding: 5%;
    /* height: 100%; */
}

#about>p,
#experiences>p,
#education>p,
#contact>p {
    text-shadow: 2px 2px 4px rgb(255, 255, 255), 0 0 25px greenyellow, 3px 2px 5px rgb(55, 55, 255);
    padding-bottom: 30px;
}

#projects {
    /* background-color: rgba(0, 0, 0, 0.438); */
}

#projects>p {
    text-shadow: 2px 2px 4px rgb(255, 255, 255), 0 0 25px greenyellow, 3px 2px 5px rgb(55, 55, 255);
    padding-bottom: 30px;
}

.btnExpInsights {
    background-color: transparent;
    /* Green */
    border: 1px;
    border-style: solid;
    color: rgb(0, 0, 0);
    border-color: aliceblue;
    padding: 1.3% 5%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.2), 0 17px 50px 0 rgba(0, 0, 0, 0.25);
}

.btnExpInsights:hover {
    box-shadow: 2px 2px 4px rgb(255, 255, 255), 0 0 25px rgba(172, 255, 47, 0.616), 0 0 5px rgb(55, 55, 255);
    color: #e61111;
}


/* #experiences>p {
    color: black;
    
 */

#aboutImage {
    padding: 3%;
    width: 100%;
    height: auto;
}

#collapsibleNavbar>ul>li>a {
    color: aliceblue;
}

.gridAbout {
    display: grid;
    grid-template-columns: 30% 70%;
}

#girdExperience {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
}

.experience {
    height: auto;
    padding: 5%;
    margin: 15%;
    box-shadow: 25px 125px 25px rgb(255, 255, 255), 0 0 20px rgba(172, 255, 47, 0.616), 2px 2px 7px rgb(55, 55, 255);
    border-radius: 10px;
    flex-direction: column;
}

.experience>p {
    font-size: large;
    color: black;
}

h5 {
    color: darkblue;
    /* box-shadow: ; */
}

.experience:hover {
    background: rgba(202, 255, 122, 0.13);
    text-shadow: 2px 2px 5px rgb(168, 168, 168);
    box-shadow: 0px 0px 750px rgb(228, 100, 100), 0 0 10px rgba(172, 255, 47, 0.616), 0 0 5px rgb(55, 55, 255);
}

.experience>img {
    /* max-width: 300px; */
    height: 150px;
    max-width: 300px;
    padding: 15px;
}

.gridProjects {
    display: grid;
    grid-template-columns: auto auto auto auto;
}

.flexCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .introInfo {
        font-size: 120%;
        max-width: 100%;
        background-color: rgba(240, 248, 255, 0.5);
    }
    #careerVision {
        padding: 20% 5%;
    }
    .gridAbout {
        grid-template-columns: auto;
    }
    #girdExperience {
        grid-template-columns: auto;
    }
    .experience {
        height: 310px;
    }
    .experience>img {
        /* max-width: 300px; */
        height: 70px;
        padding: 2px;
    }
}

@media only screen and (max-width: 767px) {
    #aboutInfo {
        max-width: 100%;
    }
}


/* old css */

.projectPic {
    height: auto;
    width: 100%;
}

.flexTechItem {
    text-align: center;
    font-family: "Laila";
    font-size: 120%;
}

.flexProjectTechContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.projectDetail {
    font-family: "Livvic";
    font-size: 120%;
    flex-direction: column;
}

.projectLink>a {
    font-size: 110%;
    target: "_blank";
}

.projectLink {
    padding: 10px;
}

h2 {
    font-family: "Comfortaa";
    font-size: 130%;
    font-weight: bolder;
    box-shadow: 5px 10px 8px #88888878;
    padding: 2%;
}

.socialContainer {
    height: 80px;
    display: grid;
    grid-template-columns: auto auto auto auto;
}

.socialItem {
    padding-bottom: 200px;
}

.socialItem>a>img {
    max-height: 60px;
    padding: 10px;
}

.socialItem>a>img:hover {
    max-height: 80px;
}


/* snow flack: reference https://pajasevi.github.io/CSSnowflakes/ */

.snowflake {
    color: #fff;
    font-size: 1em;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 5px #000;
}

@-webkit-keyframes snowflakes-fall {
    0% {
        top: -10%;
    }
    100% {
        top: 100%;
    }
}

@-webkit-keyframes snowflakes-shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
    }
}

@keyframes snowflakes-fall {
    0% {
        top: -10%;
    }
    100% {
        top: 100%;
    }
}

@keyframes snowflakes-shake {
    0%,
    100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(80px);
    }
}

.snowflake {
    position: fixed;
    top: -10%;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: snowflakes-fall, snowflakes-shake;
    -webkit-animation-duration: 10s, 3s;
    -webkit-animation-timing-function: linear, ease-in-out;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-play-state: running, running;
    animation-name: snowflakes-fall, snowflakes-shake;
    animation-duration: 10s, 3s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-play-state: running, running;
}

.snowflake:nth-of-type(0) {
    left: 1%;
    -webkit-animation-delay: 0s, 0s;
    animation-delay: 0s, 0s;
}

.snowflake:nth-of-type(1) {
    left: 10%;
    -webkit-animation-delay: 1s, 1s;
    animation-delay: 1s, 1s;
}

.snowflake:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 6s, 0.5s;
    animation-delay: 6s, 0.5s;
}

.snowflake:nth-of-type(3) {
    left: 30%;
    -webkit-animation-delay: 4s, 2s;
    animation-delay: 4s, 2s;
}

.snowflake:nth-of-type(4) {
    left: 40%;
    -webkit-animation-delay: 2s, 2s;
    animation-delay: 2s, 2s;
}

.snowflake:nth-of-type(5) {
    left: 50%;
    -webkit-animation-delay: 8s, 3s;
    animation-delay: 8s, 3s;
}

.snowflake:nth-of-type(6) {
    left: 60%;
    -webkit-animation-delay: 6s, 2s;
    animation-delay: 6s, 2s;
}

.snowflake:nth-of-type(7) {
    left: 70%;
    -webkit-animation-delay: 2.5s, 1s;
    animation-delay: 2.5s, 1s;
}

.snowflake:nth-of-type(8) {
    left: 80%;
    -webkit-animation-delay: 1s, 0s;
    animation-delay: 1s, 0s;
}

.snowflake:nth-of-type(9) {
    left: 90%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s;
}

.snowflake:nth-of-type(10) {
    left: 25%;
    -webkit-animation-delay: 2s, 0s;
    animation-delay: 2s, 0s;
}

.snowflake:nth-of-type(11) {
    left: 65%;
    -webkit-animation-delay: 4s, 2.5s;
    animation-delay: 4s, 2.5s;
}