
/*--------------------------------------------------------------
# BG
--------------------------------------------------------------*/
#bg {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%; 
	min-height: 100%;
	z-index: -20;
	background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhEXA2FKUab2hNcWWRbaTF80U_LQczVEpRzp7_XnHt0hNQW3DFSqi2JFSFmBcvqIU98muU35Jiu5WxwlZQKqSjg4mfm_gjI64MReXnhxxh5_9rN16TmLr54qLbttgyPCqR4u-RtcPunyTaokp6jmJSyxjjyukjWnJ_U0_ooD7e6RKDSKJ8Anf3eCzLwS6k/s820/518355019_783532747928479_2588341245630165911_n%20copy.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.overlay-pattern {
    background: url('overlay');
    opacity: 2;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: -10;
    width: 100%;
    height: 100%;
	box-shadow: inset 0 0 300px 0 #000000;
}
.overlay {
    -moz-animation: overlay .5s .5s forwards;
    -webkit-animation: overlay .5s .5s forwards;
    -ms-animation: overlay .5s .5s forwards;
    animation: overlay .5s .5s forwards;
    background-attachment: fixed, fixed;
    background-image: url(overlay), url(overlay.svg);
    background-position: top left, center center;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: -5;
}


