@charset "UTF-8";

#anchor_registration {
    position:relative;
    top: -90px;
    display:block;
}

.bg-registrace {
    background-color: white;
}

.content-registrace {
    margin-bottom: 40px;
}

.content-registrace p {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
}


.content-registrace h3 {
    color: black;
    margin: 30px 0px 0px 0px;               
}



.registration-button a {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    font-family: Hind, sans-serif;
    color: white;
    text-transform: uppercase;
    line-height: 35px;
    border: 0px;
    padding: 3px 15px 0px 15px;
    background-color: #afbdbe; 
}
.registration-button a:hover {
    background-color: #ffffff70; 
    color: black;
}


@media (max-width: 768px) {
    .content-registrace {
        padding: 20px;
    }
}