@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aoboshi+One&display=swap');
@keyframes slideIn {
  0% { left: -40rem; }
  100% { left: calc(-0% - -2rem); }
}
@media only screen and (max-width: 1000px) {
  
  .jumbo1{
    margin-left: 0% !important;
  }

  .vysmahni{
    display: none;
  }

  .title{
    height: 11rem !important;
  }
  .content1{  
    background-image: none !important;
  }
  .kurzikdesc{
    font-size: 150% !important;
  }
  .kurziktitle{
    font-size: 200% !important;
  }
  .titletext2{
    font-size: 300% !important;
  }
  .jumbo1text{
    font-size: 125% !important;
    text-align: center !important;
  }

  .gallery {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .modal-image {
    max-width: 100%;
    max-height: 50%;
    margin-right: 0;
    margin-bottom: 20px;
  }

/* Passat Nechutny Chaos 	&#128532*/

}
html, body{
  background-color: #1F2F57 !important;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  color: whitesmoke !important;
}

a, a:link, a:visited {
  color: whitesmoke;
  background-color: transparent;
  text-decoration: none !important;
  padding: 1rem;
  font-size: large;
}
a:hover {
  color: #ff1c5c !important;
  background-color: transparent;
  text-decoration: none;
}

.title{
  padding-top: 1rem;
  align-content: center;
  background-color: #1F2F57;
  height: 5rem;
}

.title2{
  padding-top: 1rem;
  background-color: #1F2F57;
}
.titletext2 {
  font-family: 'Aoboshi One', serif;
}

.titletext3 {
  font-family: 'Aoboshi One', serif;
}
.titlepas {
  position: relative;
  float: left;
  top: -1rem;
  height: 4rem;
}

.animation{
  animation: slideIn 2s forwards;
}

.titletext {
  position: relative;
  float: left;
  font-family: 'Aoboshi One', serif;
}

.navbar{
  background-color: #4B5878;
  width: 100%;
}

.content1{
  background-image: url(img/1stpas.jpg);
  background-position: center;
  background-size: cover;
}

.jumbotron {
  background-color: #1f2f57ec !important;
}

.jumbo1{
  margin-left: 25%;
  padding-top: 10% !important;
  margin-bottom: 10% !important;
}

.kurzik{
  float: left;
}
.kurzik:hover{
  background-color: #4B5878 !important;
}
.jumbotron-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kurzikdesc{
  font-size: larger;
}

#generate-button {
	padding: 1rem 2rem;
	font-size: 16px;
	background-color: #4B5878;
	color: #fff;
	border: none;
	cursor: pointer;
  }

  #generate-button:hover {
    padding: 1rem 2rem;
    font-size: 16px;
    background-color: #e1eaff;
    color: #1F2F57;
    border: none;
    cursor: pointer;
    }

/* Passat Gallery (Provided by ChatGPT)*/

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.gallery img {
  width: 80%;
  height: auto;
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: none !important;
}

.modal-image {
  height: 5rem !important;
  margin-right: 2rem;
}

.modal-caption {
  color: whitesmoke !important;
  text-align: center;
  padding: 2rem;
}


.close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #fffffffa !important;
  cursor: pointer;
  z-index: 99999;
  font-size: 10rem !important;
  width: 10rem;
  height: 10rem;
}

/* Passat Hitnrun*/

.jeffrey{
  max-width: 50%;  
height: auto;  
}