@font-face {
    font-family: Waves;
    src: url(../assets/WavesVF.woff2);
}

* {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #221e55;
    color: #e671AB;
    font-family: Waves;
    font-feature-settings: 'ss01';
}


#container {
    overflow: clip;

}

#quickLinks {
    position: fixed;
    bottom: 0;
}

.quickLink {
    background-color: #f0f0f0;
}

.link {
    width: 90%;
    float: left;
    color: #221e55;
    background-color: #f0f0f0;
    margin-top: -3px;
}

.arrow {
    float: right;
    text-align: right;
    color: #221e55;
    background-color: #f0f0f0;
    margin-top: -3px;

}

.heading {
    margin-bottom: 60px;
    margin-top: 20px;
    font-size: 2rem;
    font-variation-settings: 'wght' 500;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
    text-align: center;
    font-feature-settings: 'ss03', 'ss02';
}

.paragraph {
    font-variation-settings: "wght" 500;
    text-align: justify;
    text-align-last: left;
    font-size: 1.4rem;
    line-height: 2.3rem;
}    

.paragraphLink {
    color: white;
    text-underline-offset: 3px;
}

@media screen and (min-width: 0px) and (max-width: 700px) {

    #container {
        margin: 55px 7% 0 7%;
    }

    #quickLinks { 
        width: 90%;
    }

    #bio {
        margin-bottom: 400px;
    }

    .heading { 
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 1.5rem;
    }

    .paragraph {
        font-size: 1.2rem;
        line-height: 2rem;
    }

    .quickLink { 
        margin-bottom: 0px;
        height: 14px;
        width: 90%;
        padding: 14px;
        border: 1px solid #f0f0f0;
        border-radius: 20px 10px;
        font-size: 1.1rem;
        font-variation-settings: 'wght' 550;
    }

}

@media screen and (min-width: 701px) and (max-width: 1000px) {
    #container {
        margin: 55px auto 0 auto;
        width: 500px;
        float: center;
    }

    #bio {
        margin-bottom: 400px;
    }

    .heading {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    #quickLinks { 
        width: 520px;
    }

    .quickLink { 
        margin-bottom: 8px;
        height: 20px;
        width: 88%;
        padding: 20px;
        border: 1px solid #f0f0f0;
        border-radius: 30px 10px;
        font-size: 1.3rem;
        font-variation-settings: 'wght' 550;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1600px) {
    #container {
        margin: 55px auto 0 auto;
        width: 500px;
        float: center;
    }

    #bio {
        margin-bottom: 400px;
    }

    .heading {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    #quickLinks { 
        width: 500px;
    }

    .quickLink { 
        margin-bottom: 10px;
        height: 20px;
        width: 90%;
        padding: 20px;
        border: 1px solid #f0f0f0;
        border-radius:  30px 10px;
        font-size: 1.3rem;
        font-variation-settings: 'wght' 550;
    }
    
}

@media screen and (min-width: 1601px) and (max-width: 3000px) {
    #container {
        margin: 55px auto 0 auto;
        width: 500px;
        float: center;
    }

    #bio {
        margin-bottom: 400px;
    }

    .heading {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    
    #quickLinks {
        width: 500px;
    }

    .quickLink { 
        margin-bottom: 10px;
        height: 20px;
        width: 90%;
        padding: 20px;
        border: 1px solid #f0f0f0;
        border-radius: 30px 10px;
        font-size: 1.3rem;
        font-variation-settings: 'wght' 550;
    }
    
}