/* The hero image */
.hero-image {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("../img/header-bg.jpg");

    /* Set a specific height */
    height: 50%;

    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.header-text {
    font-weight: 400; /* 350 */
    font-size: 18px; /* 20px */
}
.text {
    font-weight: 400; 
    font-size: 14px;		
}
.form-control {
    font-weight: 300; 
    font-size: 15px;	
}
.lead {
    font-size: 15px; /* 16 */
    font-weight: 300; /* smazat 300 default */		
}
.nav-link {
    font-size: 16px;		
}

.badge-pill {
    font-size: 14px; 
    line-height:3em;		
}
.rule-title {
    font-weight: 600;
}
.hide-me[aria-expanded="true"] {
    display: none;
}
.parallax-window {
    min-height: 400px;
    background: transparent;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color:#fff9e6;
 }