@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-family: Arial, sans-serif;
  background-color: #f8f9fa;
}

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;
}

.navbar {
  background-color: #33265F;
  padding: 0;
}

.navbar-nav .nav-link {
  font-size: 20px;
  color: white;
  font-family: "Cinzel", serif;
  font-weight: bold;
  padding: 15px 20px;
}

.navbar-nav .nav-link:hover {
  color: silver;
}

footer {
  background-color: #808080;
  height: 35px;
  width: 100%;
  padding-top: 8px;
}

footer p {
  font-weight: bold;
  margin: 0px;
  text-align: center;
}

table{
    width: 100%;
    border: 1px solid white;
    border-collapse: collapse;
    text-align: center;
}
td, th{
    padding: 8px;
}

article {
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px 0px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  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;
}

.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;
  margin: 5px;
}

.kontakt a:hover {
  font-size: 35px;
  transition-duration: 0.7s;
  background-color: white;
  color: black;
}
















