/*
Theme Name: Diego Klabjan - Midnight Scholar Theme
Theme URI: http://diegoklabjan.com
Description: Academic theme with Midnight Scholar dark design - navy/teal color scheme
Author: Diego Klabjan
Version: 2.0
*/

@import url('midnight-scholar-style.css');

/* WordPress-specific overrides */
.wp-block-image img {
    border-radius: 8px;
    border: 2px solid rgba(100, 255, 218, 0.2);
}

.aligncenter {
    text-align: center;
}

.alignleft {
    float: left;
    margin-right: 20px;
}

.alignright {
    float: right;
    margin-left: 20px;
}

/* WordPress admin bar compatibility */
body.admin-bar header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar header {
        top: 46px;
    }
}
