body, html {
    height: 100%;
}

.parallax {
    /* The image used */
    background-image: url("../img/notebook-1280538_.png");

    /* Set a specific height */
    height: 100vh;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-content {
    display: flex;
    justify-content: center;
    height: 100vh;
    flex-direction: column;
}

.section-header {
    margin: 80px auto;
    font-size: 25px;
}

.svg-container {
    padding: 13rem 0 0;
    width: 100%;
    position: relative;
}

#headertext-name {
    width: 40vw;;
}

.tab-content {
    margin: 50px auto;
}

.progress .progress-bar {
    -webkit-transition: none !important;
    transition: none !important;
}

.progress {
    margin: 10px 20px 25px;
}

.card-text {
    text-align: justify;
}

.tab-text {
    font-size: 20px;
}

.footer-link:hover {
    color: lightgrey !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .tab-text {
        font-size: 15px;
    }

    .section-header {
        font-size: 18px;
    }

    .parallax {
        background-position: left;
    }

    #headertext-name {
        width: 80vw;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .parallax {
        background-position: left;
    }
}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    #headertext-name {
        width: 60vw;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #headertext-name {
        width: 40vw;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}
