@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);

a,
a:focus,
a:hover,
button:focus {
    outline: 0;
}

body {
    margin: 0;
    font-family: Montserrat, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

@-moz-document url-prefix() {
    body {
        font-weight: 300 !important;
    }
}

a,
a:focus,
a:hover {
    text-decoration: none;
    color: inherit;
}

.korom-logo {
    width: 140px;
    background: white;
    border-radius: 5px;
    padding: 5px 10px;
}

#navbarNav {
    justify-content: flex-end;
}

.navbar {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e20c30+0,ef355e+100 */
background: #e20c30; /* Old browsers */
background: -moz-linear-gradient(top,  #e20c30 0%, #ef355e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e20c30 0%,#ef355e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e20c30 0%,#ef355e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20c30', endColorstr='#ef355e',GradientType=0 ); /* IE6-9 */
color: white;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 2rem;
    padding-right: 2rem;
}

#slider {
    padding: 0;
    margin: 0;
}

#slider-alatt {
    background:url(../images/body.jpg) 50% 0 no-repeat #f7f6f6;
    position: relative;
}

/* .flickity-viewport {
    border: 8px solid white;
} */

section {
    padding: 60px 0;
}

.card-body {
    border-top: 5px solid #a294c1;
    text-align: center;
}

.card-text {
    
    font-size: 0.75rem;
    font-weight: 300;
}

p {
    
    font-weight: 200;
    font-size: 0.85rem;
    line-height: 1.75;
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h2 {
    
    text-align: center;
    padding-bottom: 30px;
}

h2:after {
    content: '';
    display: block;
    height: 4px;
    width: 60px;
    background: red;
    margin: 5px auto;
}

h3 {
    font-size: 1.25rem;
}

.card-img-top {
    height: 190px;
    overflow: hidden;
}

.card-deck .card {
    margin-bottom: 30px;
}

.carousel-cell img {
    width: 100vw;
}

.flickity-page-dots {
    bottom: 15px;
}

.flickity-page-dots .dot {
    background: white;
    width: 15px;
    height: 15px;
}

.foglalj {    
    text-align: center;
    padding-bottom: 30px;
    font-size: 2.5rem;
}

#aniimated-thumbnials {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.korom-galeria-img {
    display: inline-block;
    width: 200px;
    height: 200px;
    margin: 6px;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:30.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

footer {
    background: #e20c30; /* Old browsers */
background: -moz-linear-gradient(top,  #e20c30 0%, #ef355e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e20c30 0%,#ef355e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e20c30 0%,#ef355e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20c30', endColorstr='#ef355e',GradientType=0 ); /* IE6-9 */
color: white;
}

.online-gomb {
    
    border: 1px solid white;
    border-style: dashed;
    border-radius: 5px;

}

.slider-alatt-gradient {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
position: absolute;
bottom: 0;
height: 150px;
width: 100%;
}