﻿body {
    padding: 0px;
    margin: 0px;
    background-color: #e5e2d8;
}

div.bg {
	width: 100%;
	height: 500px;
	background-image: 
		linear-gradient(to left, rgba(229, 226, 216, 1), rgba(229, 226, 216, 0)), 
	    linear-gradient(to top, rgba(229, 226, 216, 1), rgba(229, 226, 216, 0)), /* Gradient shora dolů */
		url('background.png');
	background-repeat: no-repeat;
	background-size: cover;
	align-items: center;
}

.nadpis
{ 
    padding-top: 6px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 400%;
    color: #451e1a; 
    font-family: 'Poiret One', "Segoe UI", Arial, Helvetica, Sans-Serif;
    line-height:1em; 
    cursor: pointer;
    text-transform: lowercase; 
    text-align: center;
}

.about_line
{
    position: absolute;
    top: 100%;
    width: 100%;
    margin-top: -30px;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    color: #451e1a; 
    font-family: 'Segoe UI', Arial, Helvetica, Sans-Serif;
    line-height:1em; 
    cursor: pointer;
} 