/*!
Theme Name: Rogue
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

html{
    background: 10304A;
    background: linear-gradient(135deg, rgba(0, 0, 0, 1) 0%, rgba(20, 24, 39, 1) 50%);
    min-height: 100%;
}


h1.brand{
    margin-bottom:0;
}

h1.brand a img{
    max-height: 48px;
    margin-top: 0.5em;
}


/* Custom Grid Setup */

.responsive-grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 1.5rem;
}