@font-face {
    font-family: logoFont;
    src: url("font/agatha.ttf");
}

body {
    background: url(img/background.png) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

/* Create two unequal columns that floats next to each other */
.column {
    float: left;
    color: #fff;
}

.left {
    width: 14%;
    text-align: right;
    position: fixed
}

.right {
    width: 86%;
    height: 100%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.logo {
    width: 55%;
    position: sticky;
    height: 12vw;
    margin: 0 auto;
    margin-left: 39%;
    margin-right: 30%;

}

.logo a {
    width: 100%;
    position: sticky;
    height: 11vw;
    display: block;
}

ul#menu {
    list-style-type: none;
    margin-top: 40%;
}

#menu, #menu a {
    line-height: 160%;
    padding-right: 8%;
    font-family: logoFont;
    margin: 0 auto;
    font-size: 2.5vw;
    text-transform: uppercase;
    color: #dadad9;
    text-shadow: 0 0 2px #8e0f0e, 0 0 2px #8e0f0e, 0 0 2px #8e0f0e, 0 0 2px #8e0f0e;

    /*text-shadow: 0 0 10px #000;*/
    text-decoration: none;
}

#menu a:hover {
    color: #dadad9;
    text-shadow: none;
    /*text-shadow: none;*/
    text-decoration: none;
}

#koncerty {
    transform: rotate(35deg);
    display: block;
}

#hudba {
    transform: rotate(35deg);
    display: block;
}

#fotky {
    transform: rotate(30deg);
    display: block;
}

#kontakt {
    transform: rotate(28deg);
    display: block;
}

#proPoradatele {
    transform: rotate(22deg);
    display: block;
}

#facebook {
    transform: rotate(15deg);
    display: block;
}

#bandzone {
    transform: rotate(8deg);
    display: block;
}

#youtube {
    transform: rotate(0deg);
    display: block;
}

#instagram {
    transform: rotate(0deg);
    display: block;
}

#content {
    margin-bottom: 10% !important;
    margin-left: 19%;
    width: 70%;
    background: rgba(0, 0, 0, .5);
    font-family: Arial;
    font-size: 14px;
    height: 70%;
    position: absolute;
    overflow: auto;
}

#content p {
    padding-left: 2%;
    padding-right: 2%;
    line-height: 170%;
}

#content img {
    width: 100%;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

h1 {
     background: url(img/title.jpg) no-repeat top center;
     width: 100%;
     height: 100px;
     background-size: cover;
     margin-top: 0;
     font-family: agatha;
     text-transform: uppercase;
 }

h1 span {
    background: rgba(0, 0, 0, .5);
    padding: 10px;
    margin-left: 25px;
    display: inline-block;
}


h2 {
    font-family: agatha;
    text-transform: uppercase;
    font-size: 25px;
    padding-left: 50px;
}

.table-tour {
    width: 100%;
    border-spacing:0; /* Removes the cell spacing via CSS */
    border-collapse: collapse;
}

.table-tour td {
    border-bottom: 1px dotted #bababa;
    padding: 20px;
}

.table-header {
    font-weight: bold;
    background: rgba(0, 0, 0, .5);
}

.table-header td {
    border-bottom: none;
}

.table-tour tr:hover {
    background: rgba(0, 0, 0, .3);
    font-weight: bold;
}

tr.table-header:hover {
    background: rgba(0, 0, 0, .5);
}
.tourDate {
    font-weight: bold;
    line-height: 160%;
}

#zivotVeSnech {
    background-image: url("img/zivot_ve_snech_front.png");
    width: 441px;
    height: 392px;
    background-size: cover;
    margin-left: 2%;
}

#zivotVeSnech:hover {
    background-image: url("img/zivot_ve_snech_back.png");
    width: 441px;
    height: 392px;
    background-size: cover;
    margin-left: 2%;
}

.clear {
    clear: both;
}

.floatLeft {
    float: left;
}

.songList {
    line-height: 190%;
    font-size: 16px;
}

#content a {
    color: white;
}

#content a:hover {
    text-decoration: none;
}