body {
    background-image: url('../images/background1.jpg');
}
.container {

}

.page-header {
    margin-top:0;
    margin-bottom: 0;
    padding-top: 0;
    height: 283px;
    background-image: url('../images/trudni.jpg');
    }

.page-header h1 {
    color:white;
    text-align: right;
    font-size:1.5em;
    padding: 0.2em 0.5em;
}
.nav-tabs {
    margin-bottom: 10px;
    background-color: #e93f5b;
}
.panel-default {
    border-radius:8px;
    border-color: transparent;
    -webkit-box-shadow: 5px 5px 15px -6px rgba(0,0,0,0.68);
    -moz-box-shadow: 5px 5px 15px -6px rgba(0,0,0,0.68);
    box-shadow: 5px 5px 15px -6px rgba(0,0,0,0.68);
}
.panel-default > .panel-heading {
    background-color:#057a9b;
    color: white;
    border-radius:8px 8px 0 0 ;
}
.panel-footer {
    border-radius:0 0 8px 8px;

}

.Next a {
    display:block;
    background-color:#e93f5b;
    padding:1em;
    color: white;
    text-decoration: none;
    text-align: center;
    font-weigh:bold;
    border-radius:8px;
    -webkit-box-shadow: 5px 5px 15px -6px rgba(0,0,0,0.68);
    -moz-box-shadow: 5px 5px 15px -6px rgba(0,0,0,0.68);
    box-shadow: 5px 5px 15px -6px rgba(0,0,0,0.68);
}
.Next a:hover {
    background-color:#057a9b;
}


*::before, *::after {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #ddd #ddd transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555;
    cursor: default;
}
.nav-tabs > li > a {
    border-radius: 0;
    color: white;
}
.nav-tabs > li > a:hover {
    color: #121212;
}
/* Sticky footer styles
     -------------------------------------------------- */

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -50px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
    height: 50px;
}
#footer {
    background-color: #057a9b;
}
.credit {
    color: #FFF;
    font-weight: bold;
    padding-top: 1em;
}
/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}