/**
* Template Name: Personal - v4.1.0
* Template URL: https://bootstrapmade.com/personal-free-resume-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    font-family: "Open Sans", sans-serif;
    background-color: #000000;
    color: rgb(255, 255, 255);
    position: relative;
    background: transparent;
    --angle: 90deg;
    --col1: #ffffff;
    --col2: #ffffff;
    --col3: #ffffff;
}

html, body { 
    margin: 0; height: 100%; overflow: hidden 
}

body::before {
    content: "";
    position: fixed;
    background: #040404;
    background-size: cover;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh;
    z-index: -1;
}

@media (min-width: 1024px) {
    body::before {
        background-attachment: fixed;
    }
}

a {
    color: #CC2B5E;
    text-decoration: none;
    text-shadow: 1px 1px 5px #000000;
}

a:hover {
    color: #3A5488;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}

h1 {
    text-shadow: 4px 4px 20px #000000;
}

h2 {
    text-shadow: 3px 3px 15px #545151;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    transition: ease-in-out 0.3s;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    z-index: 997;
    overflow-y: auto;
    background: linear-gradient(107.56deg, #FF681C 0%, #CC2B5E 50.16%, #3A5488 100%);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

#header * {
    transition: ease-in-out 0.3s;
}

#header h1 {
    font-size: 48px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

#header h1 a,
#header h1 a:hover {
    color: #fff;
    line-height: 1;
    display: inline-block;
}

#header h2 {
    font-size: 24px;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.8);
}

#header h2 span {
    color: #fff;
    border-bottom: 2px solid #18d26e;
    padding-bottom: 6px;
}

#header img {
    padding: 0;
    margin: 0;
}

@media (max-width: 992px) {
    #header h1 {
        font-size: 36px;
    }
    #header h2 {
        font-size: 20px;
        line-height: 30px;
    }
    #header .social-links {
        margin-top: 15px;
    }
    #header .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

#header .wc-link a {
    color: #35e888;
    text-decoration: none;
    text-shadow: 1px 1px 5px #000000;
}

#header .wc-link a:hover {
    color: #8bf2bb;
    text-decoration: none;
}

#header a {
    color: #ffffff;
    text-decoration: none;
    text-shadow: 1px 1px 5px #000000;
}

#header a:hover {
    color: #35e888;
    text-decoration: none;
}
