/* touchscreens */
@media (hover: none) {

    body,
    #particles-js {
        margin: 0;
        height: 100%;
        width: 100%;
        position: fixed;
        background-position: 60% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
}

/* mouse */
@media (hover: hover) {

    body,
    #particles-js {
        margin: 0;
        height: 100%;
        width: 100%;
        position: fixed;
        background-position: 80% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
}


html {
    overflow: hidden;
}

#particles-js {
    height: 100%;
    width: 100%;
    position: relative;
}


html {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

a+a {
    margin-left: 10px;
}

.projButton:hover {
    transition: 0.2s;
    box-shadow: 0px 7px 0px orange, 0 0 15px rgb(40, 40, 40);
    cursor: pointer;
    color: white;
}

.projButton {
    user-select: none;
    text-decoration: none;
    position: fixed;

    margin: 0 auto;
    right: 0;
    bottom: 50px;
    left: 0;

    width: 300px;
    height: 50px;
    display: inline-block;
    
    vertical-align: middle; 
    font-size:24pt;

    color: white;
    background-color: #2a2a2acf;
    box-shadow: 0px 7px 0 #48abe0, 0 0 15px rgb(40, 40, 40);
    border-radius: 10px;
    transition: 0.2s;

    text-align: center;
    text-anchor: middle;
    /*font-family: 'Roboto', sans-serif;*/
    font-weight: 400;

    @media (max-width: 650px) {
        bottom: 90px;
    }

    @media (min-width: 650px) {
        bottom: 40px;
    }
}

.aboutButton:hover {
    transition: 0.2s;
    box-shadow: 0px 7px 0px orange, 0 0 15px rgb(40, 40, 40);
    cursor: pointer;
    color: white;
}

.aboutButton {
    user-select: none;
    text-decoration: none;
    position: fixed;

    margin: 0 auto;
    right: 0;
    bottom: 50px;
    left: 0;

    width: 300px;
    height: 50px;
    display: inline-block;

    vertical-align: middle;
    font-size:24pt;

    color: white;
    background-color: #2a2a2acf;
    box-shadow: 0px 7px 0 #48abe0, 0 0 15px rgb(40, 40, 40);
    border-radius: 10px;
    transition: 0.2s;

    text-align: center;
    text-anchor: middle;
    /*font-family: 'Roboto', sans-serif;*/
    font-weight: 400;

    @media (max-width: 650px) {
        bottom: 70px;
    }

    @media (min-width: 650px) {
        bottom: 40px;
    }
}



.social {
    border-radius: 10px;
    padding: 5px;
    padding-left: 9px;
    padding-right: 9px;
    transition: 0.2s;
    position: fixed;

    width: max-content;
    height: max-content;
    background-color: #2a2a2acf;
    color: white;

    @media (max-width: 650px) {
        margin: 0 auto;
        right: 0;
        bottom: 10px;
        left: 0;

    }

    @media (min-width: 650px) {
        margin-right: 15px;
        margin-bottom: 10px;
        bottom: 0;
        right: 0;
    }
}

