body{
    /* background-image: linear-gradient(#613318, #855723, #855723, #855723, #855723, #b99c6b); */
    background-image: linear-gradient(#613318, #855723, #855723, #b99c6b);
    font-family: Merienda;
}

ul{
    list-style-type: none;
}

li{
    list-style-type: none;
}

.social a{
    font-size: 1rem;
    color: 	#f7f7f7;
    /* color: #8b9dc3; */
    /* box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3), 0 3px 10px 0 rgba(0, 0, 0, 0.2); */
}

#ticket {
    border-color: rgb(172, 126, 0);
    color: rgb(172, 126, 0);
}

#ticket:hover {
    background-color: rgb(172, 126, 0);
    color: beige;
}

#term{
    background: whitesmoke;
    color: black;
    font-family: 'Open Sans', sans-serif;
}

.terms{
    color: white;
}
.terms-link{
    color: #ffe552;
}

#one{
    max-width:44px;
}

#logo{
    height: 74px;
    width: 204px;
    max-width: 100%;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.3); */
}

#header{
    /* margin-top: 20px;
    margin-bottom: 20px; */
    background-color: white;
}

#carouselExampleIndicators{
    margin-bottom: 10px;
}
   
.logo{
    margin:auto;
    display:block;
    text-align: center;
    font-size: 3rem;
    width: 60%;
}

#carouselExampleIndicators{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
   }

.carousel-item img{
  height:500px;
 object-fit: cover;
 
}

.content p{
    color: antiquewhite;
    font-size: 1rem;
}

.town{
    font-size: 2rem;
    text-align: center;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
    background-color:#a9a18c;
    color:#f7f7f7;
    width:18rem; 
    height:8rem; 
    background-image: url(https://static.vecteezy.com/system/resources/previewis/000/094/777/large_2x/free-wood-texture-vector.jpg);
    object-fit: contain; 
    /* opacity: 0.7; */
}

.town:hover{
    color: rgb(252, 255, 88);
    border: 3px solid rgba(252, 255, 88,0.5);
}


.social a{
    text-align: center;
}

.foot{
    margin-bottom: 10px;
}

.townheader{
    font-size: 3.5rem;
    text-align: center;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
    background-color:#a9a18c;
    color:#f7f7f7;
    width:15rem; 
    height:5rem; 
    margin-top: 7rem;
}

.content{
    /* margin-top: 6rem; */
    padding-top: 1rem;
    text-align: center;
}

.content img{
    margin-top: 1em;
    margin-bottom: 1em;
}

h2{
    color: #f7f7f7;
    font-size: 1.5rem;
}

.lead {
    color: #f7f7f7;
}

.flex-column button{
    width: 18rem;
    height: 5rem;
    font-size: 2rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
    background-color: rgb(182, 156, 117);
    color: #f7f7f7;
}

.bar{
    font-family: Merienda;
    padding-top: 6rem;
    /* position: fixed; */
    font-size: 1rem;
}

.navbar-brand{
    font-size: 2rem;
    font-weight: 700;
}
 .imagesize{
     width: 100%;
     height: 200px;
    overflow-y: hidden;
    object-fit: contain;
 }
 
 hr.type_7 {
    border: 0;
    height: 55px;
    background-image: url(http://www.salathai.cz/img/type_7.png);
    background-repeat: no-repeat;
    background-position-x: center;
    }
