@import url('https://fonts.googleapis.com/css?family=Playfair+Display+SC&display=swap');
@import url('https://fonts.googleapis.com/css?family=Neucha&display=swap');


body {
  font-family: 'Neucha', cursive;

  background: url(../images/bg.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

@media (min-width: 320px) and (max-width: 480px) {
  
  body {
  font-family: 'Neucha', cursive;

  background: url(../images/bg.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
   background-repeat: repeat;
}
  
}


h1{
    padding-top: 10px;
    color: #F7931C;
}
.container{
  max-width: 1200px;
  
}

.row {
  height: 90vh;
  align-items: center;
  justify-content: center;
}



.col {
  color: #fff;
  font-weight:500;
  text-align: center;
  min-width: 400px;
  max-width: 768px;
  margin: 0 5px 5px 5px;
  padding: 0 5px 5px 5px;
  height: 500px;
  padding-top: 5%;
  border: 0px solid black;
  background-color: rgba(0,0,0,0.5);

}


.prague6:before {
  content: "";
  background-color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}



.prague9:before {
  content: "";
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}





hr {
  width: 40px;
  background-color: #d6282d;
}

.btn-danger {
  background-color: #C72033;
  border-color: #F7931C;
}

.text-danger {
  color: #C72033;  
}

.language {
  height: 30px;
  width: 100%;
  justify-content: flex-end;
  margin-left: 10px;
}

.switcher {
  text-align: right;
  border: none;
  background: none;
  height: 1px;
  padding: 0;
  margin: 0;
}