@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');

body{
    margin: 0px;
    font-style:arial;
}
header{
    background-color:#C70E11;
    text-align: center;
    width: 100%;
    height: 120px;
}
header h1{
    margin: 0px;
    padding-top: 20px;
    color: white;
    font-size: 60px;
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
}
main{
    width: 100%;
    min-height: 85vh;
    padding-top:20px;
    padding-bottom:20px;
}
main p{
    margin:0px;
    font-size: 20px;  
    padding-left: 10px; 
    padding-bottom:10px;
    color:white;
}
main h2{
    margin:0px;
    padding-top: 15px;
    padding-bottom: 10px;
    color:white;
}
ol{
    font-size:20px;
    margin-top:3px;
    margin-left:-8px;
    margin-bottom:0px;
    color:white;
}
nav{
    background-color: #33265F;
    width:100%;
    height:50px;
}
nav a{
    font-size: 30px;
    text-decoration: none;
    color:white;
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-weight:bold;
}
nav a:hover{
    color: silver;
}
.odkaz1{
    width:20%;
    position: absolute;
    text-align: center; 
    left:0%;
    padding-top:5px;
}
.odkaz2{
    width:20%;
    position: absolute;
    text-align: center; 
    left:20%;
    padding-top:5px;
}
.odkaz3{
    width:20%;
    position: absolute;
    text-align: center; 
    left:40%;
    padding-top:5px;
}
.odkaz4{
    width:20%;
    position: absolute;
    text-align: center; 
    left:60%;
    padding-top:5px;
}
.odkaz5{
    width:20%;
    position: absolute;
    text-align: center; 
    left:80%;
    padding-top:5px;
}
footer{
    background-color:#808080;
    height:35px;
    width:100%;
    padding-top: 8px;
}
footer p{
    font-weight: bold;
    margin:0px;
    text-align: center;
}
table{
    border-collapse: collapse;
    width: 60%;    
}
th, td{
    border: 1px solid white;
    color:white;
}
td{
    text-align: center;
}
article{
    margin-left:auto;
    margin-right:auto;
    padding: 0px 20px 0px 20px;
    background-color:rgb(0,0,0,0.5);
    width:70%;
    border-radius:25px;
    border: 1px solid white;
}
.doprostred{
    display:flex;
    justify-content:center;
    padding-bottom: 10px;
}
.nadpisvideo{
    text-align:center;
}
.center{
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:75%;
    padding-bottom: 10px;
}
.bench{
    background-image: url(bench.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.deadlift{
    background-image: url(deadlift.jpg);
    background-repeat: no-repeat;
    background-position: 50% 10%;
    background-size: cover;
}
.drep{
    background-image: url(drep.jpg);
    background-repeat: no-repeat;
    background-position: 50% 10%;
    background-size: cover;

}
.pozadi{
    background-image: url(index.jpg);
    background-repeat: no-repeat;
    background-position: 50% 15%;
    background-size: cover;
}
.IPF{
    background-image: url(ipf.jpg);
    background-repeat: no-repeat;
    background-position: 50% 10%;
    background-size: cover;
    left:50%;

}
.kontakt{
    display: flex;
    justify-content: center;
    padding: 10px;
}
.kontakt a{
    color: white;
    text-decoration: none;
    font-size: 30px;
    border: 3px solid white;
    padding: 5px 15px;
    background-color:transparent;
    border-radius: 20px;
}
.kontakt a:hover{
    font-size:35px;
    transition-duration: 0.7s;
    background-color:white;
    color:black;
}
@media screen and (max-width: 1100px){
    header{
        height: 100px;
    }
    header h1{
        padding-top:13px;
    }
    nav{
        height: 160px;
    }
    .odkaz1{
        width: 100%;
        
    }
    .odkaz2{
        width:100%;
        left:0%;
        top: 30px;
    }
    .odkaz3{
        width:100%;
        left:0%;
        top:60px;
    }
    .odkaz4{
        width:100%;
        left:0%;
        top: 90px;
    }
    .odkaz5{
        width:100%;
        left:0%;
        top:120px;
    }
}








