/*
Theme Name: Nothing Here
Theme URI: https://4dreamers.net
Author: 4Dreamers
Author URI: https://4dreamers.net
Description: Placeholder Theme for empty projects.
Version: 1.0.0
License: Copyright &copy; 2020 - 4dreamers.net
License URI: 
Text Domain: nothinghere
Tags: custom-theme, nothing-here, placeholder
*/

/* ============================================
    Generell Settings
============================================ */
html, body { height: 100%; }
body { margin: 0; padding: 0; font-family: 'Open Sans', Arial, sans-serif; }

.clear { clear: both; }


/* ============================================
    Landing Page
============================================ */

div.page-wrap { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }

div.text-wrap { width: 100%; text-align: center; position: absolute; }
div.text-wrap > p { display: inline-block; font-size: 38px; line-height: 44px; color: #888; margin: 0; text-transform: uppercase; font-weight: 300; }
div.text-wrap > p span { display: inline-block; }

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 736px) {
    div.text-wrap > p { font-size: 24px; line-height: 28px; }
}