/*
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 : 15.3.2014, 22:51:13
    Author     : Honza
*/

@font-face {
    font-family: Gilroy;
    src: url('./fonts/Gilroy-ExtraBold.eot');
    src: url('./fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('./fonts/Gilroy-ExtraBold.woff') format('woff'),
        url('./fonts/Gilroy-ExtraBold.ttf') format('truetype'),
        url('./fonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Gilroy;
    src: url('Gilroy-Light.eot');
    src: url('Gilroy-Light.eot?#iefix') format('embedded-opentype'),
        url('Gilroy-Light.woff2') format('woff2'),
        url('Gilroy-Light.woff') format('woff'),
        url('Gilroy-Light.ttf') format('truetype'),
        url('Gilroy-Light.svg#Gilroy-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


body {
    background-color: #fff;
    background-image: url(img/bg.jpg); 
    background-size: cover;
}

.logo { 
    width: 24%;
    max-width: 467px;
    max-height: 109px;
    margin: 0 auto;
    display: block;
    padding: 4%;
}

#lacorrida {
    margin: 0 auto;
    width: 80%;
}
#lacorrida img {
    width: 50%;
    float: left;
}

#zabovresky {
    float: left;
    width: 50%;
    max-width: 767px;
    max-height: 508px;
    background-image: url(img/lacorrida_zabovresky.jpg);
    background-size: cover;
}

#bystrc { 
    float: left;
    width: 50%;
    max-width: 766px;
    max-height: 508px;
    background-image: url(img/lacorrida_bystrc.jpg);
    background-size: cover;
}

img.stin { 
    width: 80%;
    height: auto;
    max-width: 1536px;
    max-height: 33px;
    margin: 0 auto;
    display: block;
    clear: both;
    padding-top: 60px;
    
}

@media (min-height: 850px) {  }

#eu {
    clear: both;
    padding-top: 20px;
    width: 70%;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
}
#eu img {
    width: 30%;
}

#eu  p.uvod {
    color: #17365D;
    font-weight: bold;
}

.nopad{
    margin: 0 !important;
    padding: 0 !important;
    width: 100vw;
    overflow-x: hidden;
}

.rel_container{
    position: relative;
}

.fw_image{
    width: 100%;
    height: auto;
}

.rel_container .rozvoz_menu_link{
    display: block;
    position: absolute;
    top: 42.65vw;
    right: 3.75vw;
    width: 34.0vw;
    height: 5.0vw;
    z-index: 100;
}

.rel_container .rozvoz_menu_link:hover{
    background-color: rgba(0,0,0,0.2);
}

.fw_panel{
    width: 100%;
    margin: 10px 0 20px 0;
}

.fw_panel .button{
    display: block;
    margin: auto;
    width: fit-content;
    padding: 20px 30px;
    font-size: 50px;
    font-weight: 800;
    font-family: Gilroy;
    background-color: #a4070f;
    color: white;
    text-decoration: none;
    text-align: center;
}

.fw_panel .button:hover{
    opacity: 0.8;
}

@media(max-width: 900px){
    .fw_panel .button{
        width: calc(80% - 30px);
        padding: 15px;
        font-size: 40px;
    }
}

@media(max-width: 720px){
    .fw_panel .button{
        font-size: 30px;
    }
}

@media(max-width: 550px){
    .fw_panel .button{
        font-size: 25px;
    }
}

@media(max-width: 460px){
    .fw_panel .button{
        font-size: 20px;
    }
}

@media(max-width: 380px){
    .fw_panel .button{
        width: calc(80% - 20px);
        padding: 10px;
        font-size: 18px;
    }
}

@media(max-width: 335px){
    .fw_panel .button{
        font-size: 16px;
    }
}