/*Main part styles*/

*
{
    font-family: 'Roboto', sans-serif;
}
.head
{
    background-image: url(../img/szoba/vh2_szoba2_1.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: right;
    margin:0 !important;
    height: 35rem; 
}

.head h1
{
    font-family: 'Great Vibes', cursive;
    margin-top: 2rem;
}

.head h2
{
    font-family: 'Great Vibes', cursive;
    margin-top: 2rem;
    font-size: 4rem;
}

.head h3
{
    font-family: 'Great Vibes', cursive;
    font-size: 2rem;
}


.fixed-top {
  background-color: #fff !important;
}

.content
{
    font-size: 20px;
}

.sidenav a
{
    padding: 1rem;
    background-color: burlywood;
}

.sidenav a:hover
{
    background-color: red !important;
}

.foot
{
    background-color:burlywood;
}

.foot p
{
    margin: 0;
}

h3
{
    text-align: center;
}

input
{
    margin: 0.25rem;
}

section
{
    display: block;
}

.piktogram
{
    width: 15rem
}

/*Jumbotron style*/

.jumbotron
{
    background-color: rgba(255,255,255,0.8);
    background-image: url(../img/bojtorjanlogo.png), url(../img/mirrored_bojtorjanlogo.png);
    background-position: left top , right top;
    background-repeat: no-repeat;
    background-size: 25%;
}

.jumbotron a
{
    padding: 1rem;
    font-size: 16px;
    background-color: burlywood;
    box-shadow: 0px 4px black;
}

.jumbotron a:hover
{
    background-color: red !important;
}

.jumbotron a:active
{
    transform: translateY(4px);
    box-shadow: 0px 0px;
}


/*Embedded google map style*/

.map
{
    width: 100%;
    height:25rem;
}

/*Menu logo style*/

.logo
{
    width: 2.5rem;
    height: 2.5rem;
}



.paragraphheader img
{
    width: 8rem;
    height: 10rem;
    
}

.galeryheader img
{
    width: 100%; 
    margin-top: 4rem;
}

/*Margin/padding classes*/

.margin-right
{
    margin-right: 1rem;
}

.margin-top
{
    margin-top: 3rem;
}

.padding
{
    padding: 1rem;
}

.sectionpadding
{
    padding-top:5rem;
}

/*Calendar style*/

.calendar
{
    width:80%;
    height:30rem;
    margin-top: 1rem;
}

/*Reserve button style*/

.button
{
    padding: 1rem;
    font-size: 16px;
    background-color: burlywood;
    width: 60%;
    margin-top: 1rem;
    border-radius: 5rem;
}

.button:hover
{
    padding: 1rem;
    font-size: 16px;
    background-color: red;
    width: 60%;
    margin-top: 1rem;
    border-radius: 5rem;
}

li.nav-item-dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.nav-item-dropdown:hover .dropdown-content {
    display: block;
}

/*Gallery style*/

.thumbnail
{
    width: 100%;
}

.thumbnail:hover
{
    opacity: 0.5;
}

.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.gallery-container p.page-description {
    text-align: center;
    max-width: 800px;
    margin: 25px auto;
    color: #888;
    font-size: 18px;
}

.tz-gallery {
    padding: 40px;
}

.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}


.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.tz-gallery img {
    border-radius: 4px;
}

.baguetteBox-button {
    background-color: transparent !important;
}


@media(max-width: 768px) {
    body {
        padding: 0;
    }

    .container.gallery-container {
        border-radius: 0;
    }
}