* {
    font-family: 'Source Code Pro', sans-serif;
    color: black !important;
}

.navbar-menu {
    box-shadow: none !important;
}

.navlink {
    color: inherit;
    text-decoration: none;
}

.navlink {
    background:
        linear-gradient(to right,
            rgba(255, 255, 255, 1),
            rgba(255, 255, 255, 1)),
        linear-gradient(90deg, rgba(252, 92, 125, 1) 0%, rgba(106, 130, 251, 1) 100%);
    background-size: 100% 3px, 0 3px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 300ms;
}

.navlink:hover {
    background-size: 0 3px, 100% 3px;
}

.navbar-link.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
a.navbar-item.is-active,
a.navbar-item:focus,
a.navbar-item:focus-within,
a.navbar-item:hover {
    background-color: white;
}

.brand {
    background: url('./assets/brand.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.text-length{
    text-align: justify;
}

.gradient {
    background: rgb(252, 92, 125);
    background: linear-gradient(90deg, rgba(252, 92, 125, 1) 0%, rgb(106, 130, 251) 100%);
}

.gradient-light {
    background: rgb(252, 92, 125);
    background: linear-gradient(90deg, rgba(252, 92, 125, 0.3) 0%, rgba(106, 130, 251, 0.3) 100%);
}

.navpad {
    padding-right: 1.5rem;
}

.round {
    border-radius: 10px;
}

.letterspace {
    letter-spacing: 0.2em;
}

.servicefont {
    font-size: 36px;
}


.fontsize-1 {
    font-size: 36px;
}

.fontsize-2 {
    font-size: 24px;
}

.fontsize-3 {
    font-size: 18px;
}

.fontsize-4 {
    font-size: 15px;
}

img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nopad-x {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.hero-mobile {
    display: none;
}

.hero-desktop {
    display: block;
}

.serviceicon {
    max-height: 8vh;
}

.column {
    padding-bottom: 2rem !important;
}

.img-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact {
    background-image: url('./assets/contact-minified.svg');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 40%;
}

.cv-button-width {
    width: 300px;
}

.pl-desktop {
    padding-left: 3rem;
}

.pp {
    margin-bottom: 0px !important;
}

.content > ul{
    margin: 1.5em !important;
}

.help{
    font-size: 0.8em !important;
}

.help > li{
    font-size: 1.2em !important;
    font-weight: bold !important;
}



@media only screen and (max-width: 1023px) {

    .hero-mobile {
        display: none;
    }

    .hero-desktop {
        display: block;
    }

    .mobile-pad-side {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }

    .navpad {
        padding-right: 0;
        padding-bottom: 1rem;
    }

}

@media only screen and (max-width: 768px) {

    /* For mobile phones: */
    .navpad {
        padding-right: 0;
        padding-bottom: 1rem;
    }

    .hero-desktop {
        display: block;
    }

    .hero-mobile {
        display: none;
    }

    .servicefont {
        font-size: 24px;
    }

    .contact {
        background-image: none
    }

    .center-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .pp {
        display: flex;
        justify-content: center;
        margin-bottom: 1rem !important;
    }

    .pp>figure {
        width: 60%;
    }

    .cv-button-width {
        width: 100%;
    }

    .pl-desktop {
        padding-left: 0rem;
    }

    .foot-center>div {
        justify-content: center !important;
        align-items: center !important;
    }
}

@media only screen and (max-width: 600px) {
    .hero-desktop {
        display: none;
    }

    .hero-mobile {
        display: block;
        background: url('./assets/hero-header.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 66%;
    }

    .navpad {
        padding-right: 0;
        padding-bottom: 1rem;
    }

    .servicefont {
        font-size: 24px;
    }

    .contact {
        background-image: none
    }

    .center-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .pp {
        display: flex;
        justify-content: center;
        margin-bottom: 1rem !important;
    }

    .pp>figure {
        width: 60%;
    }

    .cv-button-width {
        width: 100%;
    }

    .pl-desktop {
        padding-left: 0rem;
    }

    .foot-center>div {
        justify-content: center !important;
        align-items: center !important;
    }
}