/*
Theme Name: Intentionally Blank
Theme URI: https://www.nilovelez.com/portfolio/blank/
Author: Nilo Velez
Author URI: https://www.nilovelez.com/
Description: This theme was intentionally left blank. There are times when all you need is the WordPress dashboard and an blank frontend. You might be using the WordPress REST API as a backend for a mobile App or you might be a minimalism obsessed hipster. This is your theme.
Version: 1.4.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, theme-options, translation-ready
Text Domain: intentionally-blank
*/

* { padding: 0; margin: 0; }
html, body { font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; }
.viewport { position: absolute; width: 100%; height: 100%; background: #333; overflow: hidden; background-size: cover; background-position: center center; z-index: 1; background-image: url('./img/home.jpg'); }
.main-title { position: absolute; color: #f9f1e9; text-align: center; width: 100%; top: 48%; -webkit-transform: translate3d(0,-50%,0); transform: translate3d(0,-50%,0); text-transform: uppercase; font-size: 1.6em; font-weight: normal; }
.main-title .thin { font-weight: 200; display: block; font-size: .4em; }
.main-title .logo { padding-bottom: 15px; }
.main-title .logo img { display: none; }

.page-template-default {}
.page-template-default .site-title { display: none; }
.page-template-default article { max-width: 800px; margin: 0 auto; }
