/* @override
    http://localhost/proto/wp-content/themes/proto/style.css?*
    https://proto.signaturecreative.com/wp-content/themes/proto/style.css?*
    https://stage.protohologram.com/wp-content/themes/proto/style.css?*
    https://protohologram.com/wp-content/themes/proto/style.css?* */

/*!
Theme Name: proto
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: proto
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/
@import "lib/css/normalize.css";
@import "lib/css/fonts.css";
@import "main.css?v1";

@import "lib/css/developer-competition.css";
@import "lib/css/platform.css";
@import "lib/css/luma.css?v=3";


/* @end */

/*  Flex help classes  */
.flex-row-between-start {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.flex-row-between-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}