
body {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-family: Marcellus, "serif";
    color: #fff;
}

a {
  color: #ffa600;
  text-decoration: none;
}

a:hover, a:focus {
  color: #ffa600;
  text-decoration: underline;
}

h1, h2 {
  font-size: 2em;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.849);
  font-family: Rakkas, Serif;
  text-align: center;
}

.wrapper {
    width: 100%;
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: black url(images/runovladci.jpg) center center no-repeat;
}

.wrapper:before {
  background: black url(images/runovladci.jpg) center center no-repeat;
  content: " ";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.home .wrapper:before{
  background-size: 200%;
}

.content {
  border: 4px solid white;
  padding: 0 30px 30px;
  padding: 0 2rem 2rem;
  background: rgb(21 12 7 / 94%);
  margin-bottom: 30px;
}
.content h1 {
  text-align: left;
}
.quest {
  padding: 15px;
}
.m-5{
  margin: 2rem;
}
.mt-5{
  margin-top: 2rem;
}
.mb-0{
  margin-bottom: 0;
}
h3 {
  margin: 50px 0 30px 0;
}
p:last-child{
  margin-bottom: 0;
}

@keyframes float {
	0% {
		transform: translatey(5px);
	}
	50% {
		transform: translatey(-5px);
	}
	100% {
		transform: translatey(5px);
	}
}
[name="odpoved"]{
  text-transform: uppercase;
}

.container{
    margin: auto;
    width: 900px;
    position: relative;
}
.container .form-wrapper{
  animation: float 6s ease-in-out infinite;
}
.d-flex{
  display: flex;
}
.d-flex .btn{
  margin-left: 10px;
}
.red, .help-block {
  color: #ff7876!important;
  font-weight: 700;
}

table{
  margin-bottom: 10px;
}
table td {
  padding: 0 50px 5px 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #1f1509;
}

.winners__link {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 10px;
}

.form-wrapper{
  width: 350px;
  max-width: 100%;
  margin: 0 auto;
}
.btn-primary {
  color: #000;
  background-color: rgba(255, 166, 0, 7);
  border-color: rgba(255, 166, 0, 0.7);
}

.btn-primary:hover, .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
  color: #000;
  background-color: rgba(255, 166, 0, 1);
  border-color: rgba(255, 166, 0, 1);
}

.btn-link, .btn-link:hover {
  font-weight: normal;
  color: #ffa600;
  border-radius: 0;
}

.barwrapper {
    width: 100%;
    height: 20px;
    background: rgba(40, 40, 40, 0.4);
    border: 3px solid white;
    position: absolute;
    bottom: -30px;
    left: 0;
    overflow: hidden;
}

.bar {
    background-color: rgba(255, 166, 0, 0.7);
}

.clock_frame{
    width: 100%;
    height: 100%;
    border-radius: 2px;
    display: flex;
    border: 3px solid white;
    position: relative;
}

.field{
    width: 25%;
    height: 100%;
    border: 2px solid rgba(0, 0, 0, 0.7);
    background: rgba(40, 40, 40, 0.4);
    color: white;
    text-align: center;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-family: Marcellus, "serif";
    cursor: default;
}


.value {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
