@import url(https://fonts.googleapis.com/css?family=Nunito+Sans);
@import url(https://fonts.googleapis.com/css?family=Rubik);
:root {
    --gradient-pastel: linear-gradient(to right, lightpink 0%, lightcoral 100%);
    --gradient-forest: linear-gradient(to top, seagreen 0%, mediumseagreen 100%);
    --gradient-dusk: linear-gradient(to top, #48c6ef 0%, slateblue 100%);
    --gradient-sky: linear-gradient(to right, deepskyblue 0%, dodgerblue 100%);
    --gradient-sky-reverse: linear-gradient(to right, dodgerblue 0%, deepskyblue 100%);
    --gradient-dawn: linear-gradient(to right, #1e84ab 0%, #e2bdbd 100%);

    --main-gradient: linear-gradient(to top, rgb(62, 135, 232) 0%, rgb(8, 158, 178) 100%);
}
/**********************************************************************************************************************/
/* NavBar                                                                                                             */
/**********************************************************************************************************************/
#mainNav {
    font-weight: 500 !important;
    position: fixed;
    top: -80px;
    width: 100%;
    transition: top .3s;
    z-index: 99;
    backdrop-filter: blur(10px);
    background-image: linear-gradient(to right, rgba(62, 135, 232, 0.8) 0%, rgba(8, 158, 178, 0.8) 100%)
}
#mainNav .navbar-brand,
#mainNav .nav-link,
#mainNav .fa,
#mainNav .navbar-toggler {
    color: rgba(255, 255, 255, 0.75) !important;
}
#mainNav .nav-link:hover,
#mainNav .navbar-brand:hover,
#mainNav .fa:hover,
#mainNav .navbar-toggler:hover {
    color: rgba(255, 255, 255, 1) !important;
    transition: color 0.1s
}
#mainNav.scrolled {
    top: 0;
}
/**********************************************************************************************************************/
/* Header                                                                                                             */
/**********************************************************************************************************************/
#particles-js {
    display: flex;
    vertical-align: bottom;
    width: 100%;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: var(--main-gradient);
}
#particles-js .particles-js-canvas-el {
    width: 100% !important;
    height: 100vh !important
}
.header {
    z-index: 1;
    text-align: center;
    color: #fff;
    position: absolute;
    font-family: 'Rubik', sans-serif;
    width: 80%;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.header #me {
    width: 15%;
    border-radius: 50%;
    border: 5px solid white;
}
.header .site-title {
    font-size: 2vw;
    display: block;
    line-height: 1;
    color: #fff;
    margin-bottom: 1vw;
}
.header picture {
    display: block;
}
.header .site-description {
    font-size: 2.5vw;
    display: block;
    line-height: 1.5;
    color: #fff;
    margin-top: 1vw;
}
.header-links {
    margin-bottom: 3vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header-links a {
    display: inline-block;
}
.header-links .btn {
    display: inline-block;
    background-color: limegreen;
    color: white;
    padding: 8px 16px;
    border-radius: 5px;
    font-size: 0.9em;
    white-space: nowrap;
    transition: background-color .3s
}
.header-links .btn:active {
    background-color: forestgreen;
}
.header-links .link {
    color: #fff;
    text-decoration: none;
    font-size: 1.5vw;
    margin: 5px
}
.header-icons {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 0.5vw;
}
.down, .header-icons .icon {
    box-sizing: content-box !important;
    color: #fff;
    text-align: center
}
.header-icons .icon {
    height: 20px;
    padding: 10px;
    border-radius: 50%;
    transition: all .5s;
    width: 20px;
    font-size: 20px;
    margin: 5px
}
.header-icons .icon:active,
.header-icons .icon:hover {
    background: #fff
}
.header-icons .icon {
    width: 35px;
    height: 35px;
    font-size: 2vw;
}
.down {
    position: absolute;
    bottom: 25px;
    width: 100%;
    margin: 0 auto;
    display: block;
    font-size: 30px;
    cursor: pointer
}
.down .icon {
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    fill: #fff;
    -webkit-animation: pulse 1.3s infinite;
    animation: pulse 1.3s infinite
}
/**********************************************************************************************************************/
/* Career                                                                                                             */
/**********************************************************************************************************************/
#career {
    width: 100%;
    margin: 0 auto;
    max-width: 960px
}
#career p {
    margin-bottom: 30px;
}
/**********************************************************************************************************************/
/* Skills                                                                                                             */
/**********************************************************************************************************************/
.skills {
    text-align: center;
    font-size: 16px;
    display: block;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.skills h4 {
    font-size: 20px;
    margin-bottom: 20px;
}
.skills p {
    font-size: 16px;
}
.skills ul li {
    margin-bottom: 20px;
}
.skills .icon-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 40px
}
.skills .icon-list img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 5px;
}
.story {
    text-align: center;
    margin: 5px auto
}
.story h1 {
    margin: 0
}
/**********************************************************************************************************************/
/* Projects                                                                                                           */
/**********************************************************************************************************************/
#projects {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto
}
#projects p {
    margin-top: 0;
}
.user-projects {
    margin: 20px auto
}
.user-projects img {
    max-width: 100%;
    height: auto;
    border-radius: 5px
}
.user-projects h3 {
    padding-top: 0;
    margin-top: 10px;
    margin-bottom: 10px
}
.user-projects li {
    color: #1488CC;
    font-size: 1.1rem
}
.user-projects p {
    margin-right: 5px;
    display: flex;
    align-items: center
}
.user-projects .icon-list img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
}
.images-left {
    float: left;
    width: 48%;
    text-align: right;
    position: relative
}
.images-left img {
    display: inline-block;
    max-width: 90%;
    height: 80%;
    vertical-align: middle;
}
.contents-right {
    float: right;
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left
}
.images-right {
    float: right;
    width: 48%;
    text-align: left;
    position: relative
}
.images-right img {
    display: inline-block;
    max-width: 90%;
    height: 80%;
    min-height: 150px;
    max-height: 400px;
    vertical-align: middle
}
.contents-left {
    float: left;
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right
}
.plugin-card {
    width: 100%;
    aspect-ratio: auto;
    min-height: 16vw;
    border: none;
}
@supports (-webkit-appearance: none) and (not (-ms-ime-align: auto)) {
    .plugin-card {
        width: 101% !important; /* Fixes Edge */
    }
}
/**********************************************************************************************************************/
/* Contact                                                                                                            */
/**********************************************************************************************************************/
section#contact {
    background-image: url("https://pub-02ea3513901947f5a7b9743a8981e78a.r2.dev/assets/contact.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 5vh;
}
section#contact h1 {
    font-weight: bold;
    padding-top: 20px;
    color: white
}
.contact-form {
    max-width: 900px;
    padding: 30px;
    background: transparent;
    margin: 30px auto 0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.form-columns {
    display: flex;
    gap: 20px;
    align-items: stretch;
}
.form-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px
}
.form-column:last-child {
    height: 100%
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: dodgerblue;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 0 solid #ccc;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    border-radius: 6px;
    background: white;
    font-size: 1rem;
    color: #333;
    box-sizing: border-box;
    min-height: 100%
}
.contact-form textarea {
    min-height: 10.75em !important;
}
.contact-form select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,<svg width='12' height='8' xmlns='http://www.w3.org/2000/svg'><path fill='%23333' d='M6 8L0 0h12z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px 8px
}
.contact-form select:invalid {
    color: #757575;
}
.contact-form select option {
    padding: 50px
}
.contact-form button {
    display: block;
    margin: 10px auto 0;
    background: limegreen;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 12px 25px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity .2s;
    width: auto
}
.contact-form button:active {
    background: forestgreen;
}
.contact-form .form-message {
    text-align: center;
    margin-top:20px;
    color: forestgreen
}
/**********************************************************************************************************************/
/* Footer                                                                                                             */
/**********************************************************************************************************************/
.footer {
    background: transparent;
    padding: 10px 0;
    text-align: center;
}
.footer a {
    text-decoration: none;
    margin: 0;
    color: rgb(85, 85, 85);
}