/*Motivace nahoře BLOK*/
.image-container {
  position: relative;
  width: 130vw;
  left: -23%;
  height: 300px; /* Adjust the height as needed */
  background-image: url('/sites/default/files/inline-images/studenti_2.jpg');
  background-size: cover;
  background-position: 50% 20%;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Darker overlay with higher alpha value */
}

.text-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center; /* Align text in the middle */
}

.text-line {
  line-height: 1;
  opacity: 0.9;
  font-size: 6em;
  margin-bottom: auto;
  margin-top: auto;
  letter-spacing: 6px;
}

.text-line:nth-child(2) {
  opacity: 0.7; /* Adjust opacity for the second line */
  font-size: 1em;
}
/*END Motivace*/


/*middle section /studeni*/
.studenti-motivace-stred {
	margin-top: 20px;
	padding-top: 20px;
}

.studenti-barevny-blok {
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	background-color: #ffbe01;
	margin: 5px;
	padding: 30px 10px 10px 10px;
	text-align: center;
}

.studenti-barevny-blok h2{
	color: black;
  font-size: 1.7em;
}

/*
.studenti-barevny-blok-druha-barva {
  background-color: #002443;
}

.studenti-barevny-blok-druha-barva p, h2{
  color: white;
}
*/

.studenti-barevny-blok-treti-barva {
  background-color: white;
  /*border: 1px solid #979797;*/
}
/*end middle section /studenti*/

/*Blocs Exkurze, Zaverecna prace, veletrhy*/
.student-block-long {
		color: white;
		margin: 10px;
    background-color: #002443;
    display: inline-block; /* to make them appear next to each other */
    vertical-align: top; /* to align the tops */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.student-block-long a {
	color: #ffbe01!important;
}

.student-block-long a:hover {
	color: #f9d772!important;
}

.featured-image {
    display: block;
    margin: 0 auto; /* centers the image */
    /* border-radius: 3px; */
    width: 100%;
    max-height: 200px;
    object-fit: cover;
}

.header-text {
    font-size: 1.7em;
    text-align: center;
    margin-top: 10px;
    padding: 15px;
    border-left: 10px #ffbe01 solid;
    color: white;
    line-height: normal;
}

.student-block-long .description {
    line-height: 1.5;
    margin-top: 15px;
    padding: 5px 35px 5px 35px;
    text-align: center;
}
.content-block .header-text .p {
	text-align: unset !important;
}

/*END Blocs*/


/* Media queries for tablet and phone */
@media (max-width: 768px) {
  .text-line {
    font-size: 4em; /* Adjust font size for tablets */
    line-height: 1.2;
  }

  .text-line:nth-child(2) {
    font-size: 0.9em; /* Adjust font size for phones */
  }
  @media (max-width: 768px) {
  	.image-container {
  		height: 230px;
  	}
  }
}
