/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28.8.2018, 23:39:01
    Author     : kotat
*/

@viewport{
    zoom: 1.0;
    width: device-width;
}

body {
    background-color: #eaeaea;
    overflow-y:scroll;
}

.hlavicka{
     background-color: black;
     padding-top: 30px; 
     padding-bottom: 30px;
     text-align: center;
     color: white;
}

.podhlavicka{
    text-align: center; 
}

.telo-obalka{
    width: 100%;
}

.telo{
    width: 600;
}

.btn-primary.custom-btn {
	background-color: #ffc000;
	border-color: black;
        color: black;
}

/*
h1 {
    color: navy;
    margin-left: 20px;
}*/

.tfimg{
        width: 70%;
    }

@media screen and (min-width: 576px){
    .tfimg{
        width: 300px;
    }
}