/*
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: 2.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
Requires at least: 4.6
Tested up to: 5.5
Requires PHP: 5.6
*/


body {
  margin: 0;
}


#blackground {width: 100%;height: 100%;position: fixed;z-index: 5;background: #303030;font-family:'Playfair Display', serif;font-weight:500;}

#formholder {position: relative;display: block;padding: 20px;margin-left: auto;margin-right: auto;margin-top:5%;}
#entryform input {font-family:'Playfair Display', serif;font-weight:500;}
#indicator {display:none;font-size:1em;font-family:'Playfair Display', serif;color:#ffffff;margin-top:10px}

/* Larger than tablet */
@media (max-width: 574px) {
	#formholder{width: 90%;}
}

@media (min-width: 575px) {
	#formholder{width: 60%;}
}

.embed-branding-overlay, #ReadNowOverlay {display:none}

.x {
  animation: x 8s linear infinite alternate;
}

.y {
  animation: y 5s linear infinite alternate;
}

@keyframes x {
  100% {transform:translateX(calc(100vw - 250px))}}

@keyframes y {
  100% {transform: translateY( calc(100vh - 177px))}}
