/*Medailonek lektorů + info k semináři/akci*/
.modal h2 {
font-family: "Faculty", sans-serif;
color: #0071bc;
font-size: 35px;
}
.modal-header {
background-color: #d0e7fb;
}
.modal-body {
background: linear-gradient(180deg, #a5d2fc, #d0e7fb, #a5d2fc, #d0e7fb);
padding: 20px;
border-bottom-right-radius: 15px;
}
.modal-body h4 {
font-family: "Faculty", sans-serif;
}
.modal-body p {
font-weight: 500;
}
.modal-body h2,
.modal-body h4,
.modal-body p {
margin-bottom: 15px;
}
.modal-body video {
width: 100%;
height: auto;
border: 4px white solid;
margin-bottom: 15px;
}
.modal-body iframe {
width: 100%;
min-height: 350px;
height: auto;
border: 4px white solid;
margin-bottom: 15px;
}
.lectorPhoto {
width: 80%;
height: auto;
border-radius: 5px;
}
.modalEnd h6 {
font-family: "Faculty", sans-serif;
font-size: 30px;
color: #0071bc;
text-align: start;
margin-bottom: 15px;
}
.contactModal img {
width: 25px;
height: 25px;
margin-right: 10px;
}
.contactLine {
display: flex;
align-items: space-between;
}
.webLines {
text-align: start;
}
/*Medailonek 2*/
#lectorModal2 h4 {
margin-bottom: 0;
}
#lectorModal2 h5 {
margin-left: 5px;
}
#lectorModal2 p {
margin-left: 5px;
}
#lectorModal2 .noVideo img {
border: 4px white solid;
width: 60%;
height: auto;
}
.noVideo {
display: flex;
justify-content: center;
width: 100%;
height: auto;
}
#lectorModal2 .lectorPhoto {
width: 100%;
min-width: 160px;
min-height: 110px;
max-width: 170px;
max-height: 110px;
margin-top: 20px;
}
.middle {
text-align: center;
}
.seminarInfo {
background-color: rgba(255, 255, 255, 0.5);
border-radius: 10px;
margin: 10px;
padding: 5px;
}
.seminarHeading {
font-size: 20px;
}
/* Mobliní styl */
@media (max-width: 576px) {
.event-card {
min-width: 300px;
padding: 10px;
font-size: 14px;
}
.event-card .eventTime {
font-size: 12px;
}
.event-card .date-time {
font-size: 16px;
}
.event-card .event-title {
font-size: 16px;
}
.event-card .event-details {
font-size: 14px;
}
.event-card .organizer {
font-size: 16px;
}
}