﻿/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
/*************
body 
{
background-color: #575757;
background: url("../images/background/space2.jpg") no-repeat fixed;
background-size: 100%;
}
***********/
body 
{
	background: #000 url("../../../images/background/Background500.jpg") no-repeat fixed;
	background-size: 100% auto;
}
.uk-navbar { padding: 35px  0; }

body.uk-offcanvas-page { position: static; }

.tm-page { 	margin-top:40px; }

/* Mobile */
@media (min-width: 640px) 
{
	.tm-page {margin-top:50px !Important; }
}

/* Tablet and bigger */
@media (min-width: 768px) 
{
	.tm-page {margin-top:60px !Important; }
}

@media (min-width: 854px) 
{
	.tm-page {margin-top:70px !Important; }
}


@media (min-width: 960px) 
{
	.tm-page {margin-top:80px !Important; }
}


@media (min-width: 1220px)
{
	.tm-page {margin-top:100px !important; }
}

@media (min-width: 1500px)
{
	.tm-page {margin-top:130px !important; }
}


/*.tm-page, .tm-toolbar { max-width: 1200px;}*/
.uk-vertical-align-middle { vertical-align: top; margin-top:20px }
.uk-vertical-align-top { vertical-align: top; }
.uk-vertical-align-bottom { vertical-align: bottom; }

.teleskop { width: 350px;  min-height: 400px; float: left; margin: 5px; padding: 5px; line-height: 1.4em; }

.videoHeading h1, h2
{
	font-size: 24px !Important;
    line-height: 26px !Important;
}