@font-face {
  font-family: Adumu;
  src: url("img/Adumu.ttf");

}

.adumu {
  font-family: Adumu;
  font-size: 1.5rem;
  color: #e15701;
  text-transform: uppercase;
}

.hlavni_logo {
    width: 75%;
}

.margintop {
    margin-top: 150px;
}

.border_knb {
  border-right: 0.5px dotted grey; 
}

.border_slapka {
  border-right: 0.5px dotted grey; 
}

.border_blud {
  border-right: 0.5px dotted grey; 
}



@keyframes blink {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.2;
    }
    100% {
      opacity: 1;
    }
  }
  
  .blink {
    animation: blink 4s infinite;
  }

@media screen and (max-width: 991px) {

  .margintop {
    margin-top: 100px;
}

  .races img {
    margin-top: 20px;
    margin-bottom: 20px;
  }


    .border_knb {
        border-right: 0.5px dotted grey; 
        border-bottom: 0.5px dotted grey; 
      }
    
    .border_slapka {
      border-right: none !important; 
      border-bottom: 0.5px dotted grey; 

                
  }

  .border_blud {
    border-right: 0.5px dotted grey; 
              
}

    .center {
      margin: auto;
      text-align: center;
    }

  }

  @media screen and (max-width: 768px) {

    .margintop {
      margin-top: 30px;
  }
  

    .races img {
        margin-top: 50px;
      }

    .border_knb {
        border-right: none !important; 
        border-bottom: 0.5px dotted grey; 
      }
    
    .border_slapka {
      border-right: none !important; 
      border-bottom: 0.5px dotted grey; 

                
  }

  .border_blud {
    border-bottom: 0.5px dotted grey; 
    border-right: none !important; 
              
}

.border_top {
  border-top: 0.5px dotted grey; 
  border-right: none !important; 
            
}

    .center {
      margin: auto;
      text-align: center;
    }

  }


