
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro&family=Playfair+Display:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Maven+Pro&family=Playfair+Display:wght@700&display=swap');

body{
    font-family: 'Maven Pro', sans-serif;

}



.callout{
    font-family: 'Marcellus', serif;
 
    
}

.latin-text{
    color: #D6AD60;
    font-size: 23px;
}

.body-text{
    padding-right: 15%;
    padding-left: 15%;

}

.custom-nav-bg{
    background-color: rgb(255, 255, 255);
}

.text-border{
    text-shadow: 3px 3px 4px rgb(0, 0, 0);
}
.hero-image-box{
    background-color: rgb(83, 81, 81);
    background-image: linear-gradient(to bottom, rgba(2, 2, 2, 0.158),rgba(0, 0, 0, 0.288), rgb(0, 0, 0)), url("../img/web/templarsky_rad_uvod.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 15%;
    padding-bottom: 10%;
    padding-right: 10%;
    padding-left: 10%;
    color: white;
    text-align: center;
    min-height: 350px;
   
}

.contact-image-box{
    background-color: rgb(83, 81, 81);
    background-image: linear-gradient(to bottom, rgba(2, 2, 2, 0.158),rgba(0, 0, 0, 0.288), rgb(0, 0, 0)), url("../img/web/templarsky_rad_srbec.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 15%;
    padding-bottom: 10%;
    padding-right: 10%;
    padding-left: 10%;
    color: white;
    text-align: center;
    min-height: 350px;

}



.logo-erb{
    margin-top: 10%;
    height:30% ;
    width: auto;
    margin-bottom: 30px;

}



.logo-image{
    height:auto ;
    width: auto;
    padding: 0.75rem;
    border-radius: 100%;
    margin-top: -10rem;
    background-color: #ffffff;
    
    
}


@media only screen and (max-width: 600px) {
    .logo-image{
        height:250px;
        width: 250px;
        padding: 1rem;
        border-radius: 100%;
        margin-top:-8rem;
        background-color: #ffffff;
        
        
    }
  }



#circle-logo
{
    height: 350px;
    width: 350px;

  background-image:url("../img/templar_cross_white-bkg.png"),linear-gradient(to bottom, rgb(255, 255, 255), rgb(255, 255, 255));
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -175px;
  border-radius: 100%;

}

.nav-link{
    color: rgb(158, 3, 3);
}

.rel-link{
    color: black;
    text-decoration: none;
}

.custom-bcg{
    background-color:#F8F9FA;
}

.hodnoty{
    min-height: 250px;
}

.custom-button {
    background-color: #a70a0a00; /* Green */
    border-radius:0px ;
    border-color: #D6AD60;
    color: #D6AD60;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    font-family: 'Marcellus', serif;
  }


.custom-button-article {
    background-color: #a70a0a00; /* Green */
    border-radius:0px ;
    border-color: #D6AD60;
    color: #D6AD60;
    
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    
    font-family: 'Marcellus', serif;
  }

.custom-accordrion {
    font-family: 'Playfair Display', serif;

  }


.custom-accordrion-button {

    font-size: 1.2rem;

  }

.card{
    border: none;
  }

/* Solid border */
hr.solid {
    border-top: 1px solid #D6AD60;

  }

hr.latin{
    border-top: 1px solid #D6AD60;
    border-width: 2px;
}

.list-group-item{

    padding: .7rem;
}

.event-date{
    font-family: 'Playfair Display', serif;


}

.sign-in{
    border: 1px solid #D6AD60;
}

a.nav:hover {
    border-bottom: 2px solid #b90918; 
}

a.list-group-item:hover {
     background-color: #b90918;
     color: white;
}

a.nav-cust-link:hover{
    border-bottom: 2px solid #b90918; 
}

button.accordion-button:hover{
    background-color: #b90918;
    color: white;
}

.blg-img{
    max-width: auto;
    max-height: 15rem;
    object-fit: cover;
}



/* The Modal (background) */
.modal {
display: none;
position: fixed;
z-index: 1;
padding-top: 30px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
background-color: black;
}

/* Modal Content */
.modal-content {
position: relative;
background-color: #fefefe;
margin: auto;
padding: 0;
width: 90%;
max-width: 1200px;
}

/* The Close Button */
.close {
color: white;
position: absolute;
top: 10px;
right: 25px;
font-size: 35px;
font-weight: bold;
z-index: 1000;
}

.close:hover,
.close:focus {
color: #999;
text-decoration: none;
cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
display: none;
background-color: black;
}

/* Next & previous buttons */
.prev,
.next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
margin-top: -50px;
color:  white;
font-weight: bold;
font-size: 35px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
-moz-user-select: none;
-ms-user-select: none;
   user-select: none;
-webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
right: 0;
border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
background: black;
color: white;
width: 100%;
}

.active,
.demo:hover {
opacity: 1;
}

img.hover-shadow {
transition: 0.3s;
}

.hover-shadow:hover {
cursor: pointer;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

div.carousel-item {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat no-repeat;
    width: 100%;
    height: 100%;
  }


.img-custom {
    margin: 0;
    padding: 0;
    width:auto;
    max-height:800px;
    display:block;
}

.zoom {
    padding: 50px;
    transition: transform .2s; /* Animation */
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }
  
  .zoom:hover {
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }