/*
Theme Name: Elements
Theme URI: http://bioship.space
Description: Child Theme for BioShip. Use this child theme to safely make modifications to the existing theme. Using a child theme ensures that you do not lose the modifications with theme updates.
Version: 2.0.7
Author: DreamJester
Author URI: http://dreamjester.net
Template: bioship
License: GPL
License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Make sure to leave the (above) child theme header intact! */

/*
----------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------

This child theme enables you to make customizations while allowing for safe updates to the parent theme.
The parent theme's style.css is imported below. If you wish to make customizations, do one of the following:

A.) Leave this file alone and use the Dynamic CSS in the Theme Options menu.
B.) Leave this file alone and add a custom.css your Child Theme / or /css/ (or both A+B.)
C.) Add specific rules BELOW the import. This is intended for customizations.
D.) Optionally remove the import rule and copy the contents of Parent Theme style.css into this file.

----------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------

*/

@import url("../bioship/style.css");

/* CUSTOM RULES */