/* https://www.happyhues.co/palettes/14 */

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,700;0,800;1,900&display=swap&family=Style+Script&display=swap');

body {
    background: #fffffe;
    font-family: 'Raleway', sans-serif;
}

h1 {
    font-family: 'Style Script', cursive;
    color: #ffd803;
    text-align: center;
    font-weight: 300;
    font-size: 40px;
}

a.site-title {
    text-decoration: none;
}

h2 {
    color: #2d334a;
    text-align: center;
    font-size: 20px;
}

div.container {
    background: #fffffe;
    max-width: 700px;
    margin: auto;
}

div.items {
    background: #fffffe;
    padding: 10px;
}

div.item {
    background: #fffffe;
    padding: 20px;
    margin-bottom: 20px;
}

div.item div.text {
    background: #e3f6f5;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 25px;
    color: #2d334a;
    clear: both;
    font-weight: 900;
    font-style: italic;
}

div.item div.source {
    font-size: 15px;
    color: #2d334a;
    text-align: right;
    float: right;
    font-weight: 700;
}

div.item div.published {
    font-size: 10px;
    color: #2d334a;
    text-align: right;
    float: left;
    margin-bottom: 20px;
}

div.item div.tags {
    clear: both;
    margin-top: 20px;
}

div.item div.tags a {
    background: #ffd803;
    padding: 10px;
    text-decoration: none;
    color: #272343;
    margin-right: 10px;
    display: inline-block;
    margin-top: 10px;
    font-size: 15px;
}

div.pagination button.btn {
    border: none;
    background: #ffd803;
    color: #272343;
    padding: 10px;
    font-size: 20px;
    margin-right: 10px;
}

div.pagination button.btn.btn-active {
    background: #fffffe !important;
    color: #272343 !important;
}

/* An easy way to generate instagram posts. Add .fullscreen to div.text for
 * the quote you want to publish. */
div.fullscreen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center !important;
    padding: 40% !important;
}
