/* ===================================================

   Theme Name: MDL - Coming Soon

   Theme URI: 

   Description:

   Version: 1.0.0

   Author: MDL

   Author URI: https://twitter.com/MattDLong

   Tags:



   License: GPL

   License URI: http://www.gnu.org/copyleft/gpl.html

   

   Table of Contents:

    - File Imports

	- Universal Theme

   =================================================== */



/* ===================================================

   File Imports

   =================================================== */



@import "Theme/Library/animate.css";   

   



/* ===================================================

   Universal Theme

   =================================================== */



/** Body **/

html, body { height:100%; }

body { color:#fff; font-family:'Nunito', sans-serif; }



/** Background Pattern/Overlay **/

@-webkit-keyframes bkgdanim {

	from { background-position:0 0; }

	to { background-position:-1220px 0; }

}

@keyframes bkgdanim {

	from { background-position:0 0; }

	to { background-position:-1220px 0; }

}



.background { background:url(Theme/Skin/squares.blue.png) 0 0 repeat; bottom:0; left:0; position:fixed; right:0; top:0; width:100%; z-index:-9999; 

	-webkit-animation: bkgdanim 40s infinite linear;

		    animation: bkgdanim 40s infinite linear;	

}

.overlay { background:rgba(255,255,255,0.2); bottom:0; left:0; position:fixed; right:0; top:0; z-index:-1; }



/** Page Content **/

#content { position:absolute; text-align:center; top:50%; width:100%; -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); transform:translateY(-50%); }

#content .logo { margin:0 0 25px; }

#content .logo img { max-width:100%; vertical-align:middle; }

#content .sitedesc { font-size:18px; font-weight:700; letter-spacing:1.5px; }