﻿.nav-custom {
    background-color: rgba(255,255,255,0.9);
    color: #dc3545 !important;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: center;
    font-weight: bolder;
    border-bottom: 3px solid #dc3545;
}
.navbar-nav{
    
}
.headImage{
    max-width: 200px;
}
.footer-custom {
    height: 50px;
    text-align: center;
    background-color: rgba(255,255,255,0.9);
}
.collapse{
    padding: 0;
    margin: 0;
}
.link {
    border: 1px solid white;
    border-bottom: 1px solid #dc3545;
    color: #dc3545 !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: all 0.6s;
}
.link:hover {
    padding: 0;
    border: 1px solid #dc3545;
    /*background: red;*/
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: inset 0 -41px 0 -1px #dc3545;
    transition: all 0.6s;
}
.nav-link {
    color: #dc3545;
}
.nav-link:hover{
    color: white;
}

.terkep{
    width: 100%;
    min-height: 300px;
    height: 100%;
}
.outline{
    text-shadow: 2px 2px white;
}
.divContent{
    padding: 15px;
}
.divContact{
	display: flex;
	justify-content: center;
	width: 100% !important;
}
.pCustom {
    /*text-align: justify;*/
    
}
.pCustom:hover{
}
.bemutatkozasImage1 {
    border: 10px solid white;
    border-bottom: 25px solid white;
    transform: rotate(-15deg);
    width: 60%;
}
.bemutatkozasImage2 {
    border: 10px solid white;
    border-bottom: 25px solid white;
    position:absolute;
    transform: rotate(5deg);
    top: 80px;
    left: 300px;
    width: 40%;
}
.bemutatkozasImage3 {
    border: 10px solid white;
    border-bottom: 25px solid white;
    transform: rotate(15deg);
    width: 40%;
}
.defSzoveg{
    background: rgba(255,255,255,0.9);
    border: 1px solid black;
}

.defSzoveg p{
    color: black;
}

.defUdvozles{
    background: url('../img/bg6.png') no-repeat;
    background-size: cover;
    height: 100vh; 
    /*border: 1px solid black;*/
}
.defUdvozlesSzoveg{
    text-align: center;
}
.thumbnail {
    border: 1px solid #edeff2;
}
.galeria-elem{
     margin-bottom: 5px;
}
.kapcsolatContent{
    padding: 15px;
    width: 400px;
    background: url('../img/tabla.png') no-repeat;
    background-size: 400px 100%;
    color: white;
}

.customLink{
    color: black;
    text-decoration: dotted;
}

.customLink:hover{
    text-decoration: double;
    color: black;
}
.divSzoveg {
    background: rgba(255,255,255,0.9);
    border-left: 5px solid #dc3545;
    display: inline-flex;
    align-items: flex-start;
    border-top-right-radius: 15px;
}
.divSzoveg ul li{
    list-style-type: none;
}
.divSzoveg ul li::before {
    content: "\2022";
    color: #dc3545;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.divSzoveg:hover{
    
}

.divTablak{
    
}
.tabla{
    background: url('../img/tabla.png');
    background-size: cover;
    padding: 15px;
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    width: 400px;
    height: 100px;
    text-align: left;
}

.tabla:hover{
    
}

.flex-column{
    max-width: 350px;
}

.img{
    margin: 5px;
}

.divFade{
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: backwards;
    animation-delay: 1.5s;
}
.fade1 {
    background: url('../img/tabla1.png');
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: backwards;
    animation-delay: 1.5s;
}
.fade2 {
    background: url('../img/tabla2.png');
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: backwards;
    animation-delay: 3s;
}
.fade3 {
    background: url('../img/tabla3.png');
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: backwards;
    animation-delay: 4.5s;
}
.fade4 {
    background: url('../img/tabla4.png');
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: backwards;
    animation-delay: 6s;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
} 

@media(max-width: 500px){
    /*.kapcsolatContent{
        position: relative;
        top:0;
        left:0;
    }*/

    .defUdvozles{
        height: 200px;
    }
}
