/* Navbar, Jumbotron */
.navbar{
  z-index: 100;
}

.nav-link{
  color: #796806;
}

.logo{
  width:  50px;
  height:  auto;
  padding-right:  10px;
}

.jumbotron{
    background-image: url("../img/index.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
}


/* Gallery */
.container{
  max-width: 1224px;
  width: 100%;
  margin: auto;
  padding: 40px 0;
}

.photo-gallery{
  display: flex;
  gap: 20px;
  padding-bottom: 10px;
}

.column{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.photo img{
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

@media(max-width:768px){
  .photo-gallery{
    flex-direction: column;
  }
}

#dark{
  color: #098baf;
}

/* Headings */
h3{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
    color: #f9c543;
    font-family: Changa;
}

#h3{
  color: #fff;
  padding-top: 50px;
  padding-bottom: 0;
}

h6{
    text-align: center;
    margin-bottom: 40px;
    color: #b58711;
}

h1{
  font-family: Changa;
}

h5{
  color: #fdb90d;
}

h4{
  font-family: Changa;
  padding-top: 18px;
  padding-bottom: 20px;
}

#h4{
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
}

#color{
  color: #fdb90d;
}

/* General */
hr{
    width: 100%;
    color: #fff;
}

@import url('https://fonts.googleapis.com/css?family=Changa:200,300,regular,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Rubik:300,regular,500,600,700,800,900,300italic,italic,500italic,600italic,700italic,800italic,900italic');

body{
  font-family: Rubik;
}

.container-bg{
    color: #000;
}

#wd{
  width: 350px;
  max-width: 1224px;
}

.img-fluid{
  border-radius: 20px;
}

p{
  font-family: Rubik ;
}

.border-top{
  width: 100%;
}

/* Credits */

#credits{
  border-radius: 50%;
  color: #fff;
}

.pozadi{
  background-color:#098baf;
}

.button{
  color: #fff;
  border-color: #fff;
}

.button:hover{
  background-color: #fff;
  border-color: #fff;
  color: #7a4125;
}

.profile {
  padding-bottom:  30px;
  width: 100%;
}


/* Žádost */
input[type=text], input[type=email], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #fdb90d;
    border-radius: 8px;
    box-sizing: border-box;
    margin-top: 3px;
    margin-bottom: 3px;
    resize: vertical;
  }

  input[type=text]:focus-visible, input[type=email]:focus-visible, select:focus-visible, textarea:focus-visible{
    outline: none;
    border: 2px solid #fdb90d;
  }
  
  input[type=submit] {
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
    background-color:#fdb90d;
    border-color:#fdb90d;
    color: #fff;
  }
  
  input[type=submit]:hover {
    background-color: #b58711;
    color: #fff;
  }

  #odeslat{
    width: 100%;
  }

/* Mapa */
  .map-responsive{
    overflow:hidden;
    padding-bottom:61%;
    position:relative;
    height:0;
    border-radius: 10px;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* Font Awesome */
.fa{
    margin-right: 35px;
    font-size: 25px;
    padding-bottom: 15px;
    padding-top: 25px;
    color:#ffffff;
}


/* Connect */
.connect-section {
  background-color:#c89404;
  color: #ffffff;
  padding: 20px;
  text-align: left;
  padding-left:45px;
  font-family: Rubik;
  font-size: 0.8rem;
}

#connect-subtitle {
  padding-bottom: 10px;
  padding-top: 10px;
  align-items: left;
  text-align: left;
  color: #fff;
}

.social-links {
  display: flex;
  flex-direction: column;
  align-items: left;
}

.social-link {
  color: #ffffff;
  text-decoration: none;
}

.social-link:hover{
  opacity: 60%;
  color: #fff;
}

.social-icon {
    font-size: 15px;
    color:#ffffff;
    padding-right: 20px;
}

@media screen and (min-width: 1920px) {
  .social-link{
      font-size: 20px;
  }
  .fa{
    font-size: 40px;
  }
  p{
    font-size: 20px;
  }
}

/* Footer */
#container{
  max-width: 1224px;
  width: 100%;
}

#padding{
  padding: 30px;
  align-items: center
}


/* Sections */
#informace{
  background-color: transparent;
}

#galerie{
  background-color: transparent;
}

#kontakt{
  background-color: transparent;
}

#kh {
  background-color: transparent;
}

#k{
  background-color: transparent;
}

#p{
  background-color: transparent;
}

#b{
  background-color: transparent;
}


/* O NÁS */
.onas {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

#jumbotron{
    background-image: url("../img/onas.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
}

.images{
  width: 100%;
  height: auto;
}


#width{
  width: 100%;
  max-width: 1224px;
  align-items: center;
  text-align: justify;
  padding-left :  40px;
  padding-right:  40px;
  padding-top: 50px;
}

.center{
  align-items:  center;
  text-align:  center;
}

.color{
  background-color:#098baf;
  color:#fff;
}

.container-bg2{
  color: #098baf;
}

hr{
  width: 90%;
  align-items: center;
}


/* Galerie - images */
figure {
	margin: 0;
	position: relative;
	overflow: hidden;
  border-radius: 20px;
}

figure::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200%;
	height: 200%;
	background: rgba(9, 139, 175, 0.5);
	transform-origin: center;
	opacity: 0;
	transform: scale(2);
	transition: opacity 300ms;
}

figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	place-items: center;
	text-align: center;
	padding: 1rem;
	color: white;
	font-size: 1.2rem;
	z-index: 1;
	opacity: 0;
	transition: opacity 100ms, transform 100ms;
}

a:is(:hover, :focus) figure::after {
	opacity: 1;
}

a:is(:hover, :focus) figcaption {
	opacity: 1;
	transition: opacity 600ms;
}

@media (prefers-reduced-motion: no-preference) {
	figcaption {
		transform: translate3d(0, 2rem, 0);
	}
	
	figure::after {
		border-radius: 50%;
		opacity: 1;
		transform: scale(0);
		transition: transform 900ms;
	}
	
	a:is(:hover, :focus) figure::after {
		transform: scale(2.5);
	}

	a:is(:hover, :focus) figcaption {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition: opacity 600ms 400ms, transform 600ms 400ms;
	}

	a:is(:hover, :focus) img {
		transform: scale(1.08);
    transition: 3s;
	}

  .od{
    padding-top:  30px;
  }
  
  .size{
    font-size:  15px;
  }
}