/*
	Theme Name: Judy The Juju
	Theme URL: http://judythejuju.com
	Description: This is a is a child theme for Primer. 
	Author: World Web Wizards
	Author URI: http://www.worldwebwizards.com/
	Version: 1.0.0
 	License: GPL-2.0
	
	Template: primer
 	Tags: custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, threaded-comments, three-columns, translation-ready, two-columns
 
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 * 														    *       
 * 						 Project Start Date: 11/03/2021	    *
 *                       Publication Date: 11/03/2021  	    * 
 * 						 Last Modification Date: 11/03/2021 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Animation 
 
     USAGE: 
     -webkit-animation: fadein 2s;
       -moz-animation: fadein 2s;
        -ms-animation: fadein 2s;
         -o-animation: fadein 2s;
            animation: fadein 2s;
*/
@keyframes fadein { from { opacity: 0; } to   { opacity: 1; }}
@-moz-keyframes fadein { from { opacity: 0; } to   { opacity: 1; }} /* Firefox < 16 */
@-webkit-keyframes fadein { from { opacity: 0; } to   { opacity: 1; } } /* Safari, Chrome and Opera > 12.1 */
@-ms-keyframes fadein { from { opacity: 0; } to   { opacity: 1; } } /* Internet Explorer */
@-o-keyframes fadein { from { opacity: 0; } to   { opacity: 1; } } /* Opera < 12.1 */

/* Global */
body {
	overflow-x: hidden;
	background: radial-gradient(at bottom right,#5d1674,#2f0047);
}
object {pointer-events: none;}
html {scroll-behavior: smooth;} /* USAGE: <a href="#"></a> */
.site-content {max-width: 100%}
.hentry {
	padding: 0;
	background-color: transparent !important;
}

.overlay {
	height:100%;
	width:100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: 100% 100%;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;   
	background-image: url("/wp-content/uploads/2021/11/gold-border.png");
	z-index: 0;
}



/* Home */

/* About */

/* Services */

/* Employment */

/* Contact Us */

/* Become A Volunteer */



/* Mobile First Web Design *****************************************/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {}

/* Small devices (portrait tablets and normal phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets and large phones, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}

/* Mobile First Web Design *****************************************/


/* DESKTOP FIRST DESIGN

@media only screen and (min-width: 1400px) {}
@media only screen and (min-width: 1200px) {}
@media only screen and (min-width: 992px) {}
@media only screen and (max-width: 970px) {}
@media only screen and (max-width: 736px) {}
@media only screen and (max-width: 375px) {}
@media only screen and (max-width: 320px) {}
@media only screen and (max-width: 240px) {}

*/
