html {
    font-size: 16px;
}

html {
    position: relative;
    min-height: 100%;
}

.social-icons {
    font-size: 2rem;
    color: white;
}

.list-marker {
    font-size: 2rem;
    color: white;
}

body {
    background-image: url(../img/stars.svg);
    background-repeat: repeat-y;
    background-size: cover;
    background-attachment: fixed;
}

@media screen and (max-width: 768px) {
    #portfolio-section,
    #about-section {
        height: auto !important;
    }
}

#file-to-upload {
    display: none;
}

#pdf-canvas {
    border: 1px solid rgba(0,0,0,0.2);
    box-sizing: border-box;
    width: 100%;
}