body {
    font-family: 'Open Sans', sans-serif;
    font-family: 'Bebas Neue', cursive;
}
p{
    font-family: 'Lato', sans-serif;
}
nav {
    opacity: 0.7;
}

header {
    padding-top: 45vh;
    background-image: url('https://thomasgil.planethoster.world/P4_Thomas_Gil/public/img/bg_image_2.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.alert-success {
    position: absolute;
    top: 10vh;
    left: 0;
}

#last_posts img {
    width: 100%;
    height: 100%;
    size: cover;
    border-radius: 100px;
}
#art_title p{
    font-family: 'Bebas Neue', cursive;
}
#author_img {
    width: 225px;
    height: 225px;
    border-radius: 50%;
    margin-top: 50px;
}

#purple_author_div {
    background-color: rgb(48, 39, 170);
}

#last_posts .row {
    margin: 0;
    padding-left: 10%;
    padding-right: 10%;

}

#art_border {
    border-color: rgb(48, 39, 170);
}

#card_header {
    color: rgb(48, 39, 170);
}

#color_btn_article,
#comment_btn {
    background-color: rgb(48, 39, 170);
    color: white;
    border: 1px solid rgb(87, 81, 160);
}

footer ul {
    background-color: black;
}

@media screen and (min-width:1000px) {
    body {
        background-image: url('https://thomasgil.planethoster.world/P4_Thomas_Gil/public/img/bg_image_2.jpg');
        background-attachment: fixed;
        background-size: cover;
    }

    #last_posts .row {
        text-align: center;
    }

    header {
        padding-top: 35vh;
        background-image: none;
    }

    .alert-success {
        left: 60px;
    }

    #purple_author_div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 99vh;
        padding-top: 25vh !important;
    }

    #author_img {
        width: 400px;
        height: 400px;
        border-radius: 50%;
        margin-top: 0;
    }
}
