#author-info-home-container {
    position: relative;
    background-color: #adc091;
    background-image: url('/img/jel-cap-3.png'), url('/img/halo.svg');
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 240px 220px, 400px, 400px;
    background-position: 40px bottom, -50px 60px;
    height: 240px;
    width: 100%;
    border-bottom: 1px solid rgb(50, 50, 50);
}

#author-info-home-text {
    position: absolute;
    float: right;
    left: 180px;
    top: 0;
    bottom: 0;
    right: 0;
}

#author-info-home-text-copy-container {
    text-align: center;
    margin-left: 100px;
    margin-top: 5%;
    font-family: "dejavu", "Times New Roman", serif;
    font-size: 16px;
}

#author-info-home-title {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    font-size: 36px;
    font-weight: bold;
}

#author-info-home-text-copy {
    text-align: center;
    width: 60%;
    margin: 0 auto;
}

#author-info-home-text-copy-buttons {
    text-align: center;
}

#author-info-home-text-copy-buttons > ul {
    width: 80%;
    margin: 0 auto;
    padding: 0;
}

#author-info-home-text-copy-buttons > ul > li {
    background-color: rgb(64, 36, 32);
}

@media screen and (max-width: 800px) {

    div#author-info-home-title {
        font-size: 30px;
    }

    div#author-info-home-text-copy-container {
        font-size: 13px;
    }

    #author-info-home-text-copy-buttons {
        display: none;
    }

}

@media screen and (max-width: 600px) {

    #author-info-home-container {
        background-size: 120px 110px, 200px, 200px;
        background-position: 10px bottom, -40px 20px;
        height: 110px;
    }

    #author-info-home-text {
        left: 80px;
    }

    div#author-info-home-text-copy-container {
        margin-left: 25px;
        margin-top: 4%;
        font-size: 9px;
    }

    div#author-info-home-title {
        font-size: 16px;
    }

    #author-info-home-text-copy-buttons > ul > li {
        font-size: 10px;
    }

    #author-info-home-text-copy-buttons > ul > li > img {
        width: 14px;
        height: 14px;
    }
}
