@font-face {
    font-family: 'CustomFont';
    src: url(fonts/red-dead-redemption/CHINESER.TTF);
}

body{
    background-image: url(header_RDR2.jpg);
    background-size: cover;
    
    background-position: center;
    height: 100vh;
    border: none;
    margin: 0;
    padding: 0;
    font-family: 'CustomFont';
}


/*
header
*/
.text{
    flex-grow: 1;
    background: #272928;
    font-family: 'CustomFont';
    padding: 20px;
    width: 100%;
    color: rgb(255, 255, 255);
    font-size: 175%;
    text-align: center;
}

.text h1.hide_text{
display: none;
}
.center{
    font-size: 75%;
}
/*
image of revolver; MENU
*/
.dropbtn  {
    background-color: rgba(0, 0, 0, 0);
    color: rgb(0, 0, 0);
    padding-top: 15%;
    font-size: 16px;
    border: none;
    position: relative;
    
}

.dropup {
    font-family: 'CustomFont';
    float: right;
    position: relative;
    text-align: center;
    margin-right: 2% ;
}
.dropup-content {
    position: relative;
    display: none;
    background-color: #f1f1f1;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgb(0, 0, 0);
    top: 100%;
    right: 0%;
    padding: 10px;
}

.dropup-content li{
    list-style-type: none;
}

.dropup-content li a{
    color: rgb(0, 0, 0);
    padding: 10px 16px;
    text-decoration: none;
    display: block;
}

.dropup-content a:hover {
    background-color: #ccc;
}

.dropup:hover .dropup-content {
    display: block;
}


@media screen and (max-width: 600px){
    .text h1.hide_text{
        display: block;
        font-size: 100%;
        width: auto;
        padding-right: 60% ;
        float: left;
        border-style: none;
        
    }

    .text{
        background-color: #00000000;
    }

    .text h1{
        color: #000000;
        display: none;
        margin: 0;
    }
}

.formular{
    float: left;
    width: 40%;
    height: auto;
    padding: 15px;
    background-color: #ffffff57;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 5% auto;
}

.formular2{
    
    float: right;
    width: 40%;
    height: auto;
    padding: 15px;
    background-color: #ffffff57;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 5% auto;
}


.registrace{
    text-align: center;
    
}

.dotaznik{
    text-align: center;
    
}

form {
    font-size: larger;
    max-width: 400px;
    margin: 20px auto;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 5px;
  }
  
  .form-group {
    margin-bottom: 20px;
  }
  
  label {
    display: block;
    font-weight: bold;
  }
  
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="gender"],
  input[type="birthDate"],
  input[type="game"],
  input[type="animals"],
  textarea {
    font-family: 'CustomFont';
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
  }
  
  button[type="submit"] {
    font-family: 'CustomFont';
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #000000;
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 3px;
    cursor: pointer;
  }

  .gender{
    width: 100%;
    padding: 5px;
  }
  