﻿@charset "utf-8";
/*
Theme Name: Fejlesztés alatt
Theme URI: 
Version: 2.0
Author: tigaman webdesign
Author URI: http://www.tigaman.hu
*/
body {
	background-color: #333;
	color: #999;
	background-image: url(images/bg.jpg);
	background-size: cover;
}
#particles canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    display: block;
}

#logo img {
	top: 0;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	box-shadow: 0 0 35px #000;
}