@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
body {
    /* color: #5a5a5a; */
    /* background-color: #7c829a; */
    margin: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
}

.nav-item {
    text-transform: uppercase;
    margin-right: 10px;
}

.nav-link {
    /* color: #512a44 !important; */
    color: #512a44   !important;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: normal;
}

.nav-link:hover {
    color: #dee4ba !important;
}


.admin-nav-link {
    font-size: 0.9rem;
    color: #fff !important;
}

.logo_hatter {
    background: url('/img/Neptun_ikon.svg') top no-repeat;
    background-size: 450px;
    background-position-y: -25px;
}

.portal_nev {
    font-size: 0.85rem;
    font-weight: 400;
    float: right;
    display: table-cell;
    margin-right: 3rem;
    margin-top: -5px;
}

.carousel {
    margin-bottom: 2rem;
}

.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

.carousel-item {
    height: 20rem;
    /* background-color: #777; */
}

/* .carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 20rem;
} */

.carousel-item img {  
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    height:35vh;
  }
  
  .carousel-item h2 {  
    font-size: 2rem;
    margin-bottom: -20px !important;
  }

.carousel-item:before {
    content: '';
    display: block;
    position: absolute;
    background-image: 
      linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, .9)
      );
    width: 100vw;
    top: 10vh;
    height: 25vh;
  }


.text-neptun-kek {
    color: #1E3264 !important;
}

.text-neptun-vilagoskek {
    color: #dee4ba !important;
}

.bg-neptun_kek {
    background-color: #512a44;
}

.btn-neptun {
    background-color: #512a44;
    color: #FFF;
    border-color: #512a44;
    padding-bottom: 5px !important;
}

.btn-neptun:hover,
.btn-neptun:focus,
.btn-neptun:active,
.btn-neptun.active,
.open .dropdown-toggle.btn-neptun {
    background-color: #fff;
    color: #512a44;
    border-color: #512a44;
}

.btn-neptun-vilagos {
    background-color: #dee4ba;
    color: #000;
    border-color: #dee4ba;
    padding-bottom: 5px !important;
}

.btn-neptun-vilagos:hover,
.btn-neptun-vilagos:focus,
.btn-neptun-vilagos:active,
.btn-neptun-vilagos.active,
.open .dropdown-toggle.btn-neptun-vilagos {
    background-color: #fff;
    color: #000;
    border-color: #dee4ba;
}

.btn-neptun-zold {
    background-color: #00dea5;
    color: #FFF;
    border-color: #00dea5;
    padding-bottom: 5px !important;
}

.btn-neptun-zold:hover,
.btn-neptun-zold:focus,
.btn-neptun-zold:active,
.btn-neptun-zold.active,
.open .dropdown-toggle.btn-neptun-zold {
    background-color: #fff;
    color: #00dea5;
    border-color: #00dea5;
}

.footer {
    font-size: 0.9rem;
}

#map {
    height: 100%;
    min-height: 600px;
}

.hir_torzs {
    height: 6vw;
}

.hir_torzs_fooldal {
    height: 4vw;
}

.hir_cim_fooldal {
    height: 5rem;
    font-weight: 600;
}

.zold_csik {
    /* width: 24px;
    height: 120px;
    left: calc(50% - 24px/2 - 523px);
    top: 254px;
    background: #00DEA4;
    border-radius: 8px; */
}

ol, ul {
    margin-left: 3rem !important;
    padding-right: 3rem !important;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 40em) {
    .carousel-item {
        height: 10rem;
    }
    .carousel-item>img {
        height: 10rem;
    }
    .card {
        height: 15em;
    }
    .hir_cim_fooldal {
        height: 10em;
        line-height: 1em;
        font-weight: 400;
        display: table;
        padding-bottom: 10px !important;
    }
    .fooldal_hir_cimke {
        display: none;
    }
    .hir_torzs_fooldal {
        height: 10em;
        line-height: 1em;
        font-weight: 400;
        display: table-cell;
        padding-bottom: 10px !important;
    }
}

@media (max-width: 30em) {
    .carousel-item {
        height: 10rem;
    }
    .carousel-item>img {
        height: 10rem;
    }
    .hir_torzs {
        height: 6vw;
    }
    .hir_torzs_fooldal {
        height: 4vw;
    }
    .hir_cim_fooldal {
        height: 3vw;
        font-weight: 300;
    }
}

.fm-modal {
    z-index: 10011;
    /** Because CKEditor image dialog was at 10010 */
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    border: 0;
    position: fixed;
    -moz-box-shadow: 0px 1px 5px 0px #656565;
    -webkit-box-shadow: 0px 1px 5px 0px #656565;
    -o-box-shadow: 0px 1px 5px 0px #656565;
    box-shadow: 0px 1px 5px 0px #656565;
    filter: progid: DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=5);
}