html {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.20em;
    height: 100%;
    position: relative;
    text-align: justify;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.616);
    /*overflow-x: hidden;*/
}

main a, #main a {
    background: #45beceb6;
    color: black;
    border-radius: 1em;
    padding: 0.3em;
}
main a:visited, #main a:visited {
    transition: 0.5s;
    color: grey;
    background: #45bece9c;

}

main a:hover, #main a:hover {
    transition: 0.5s;
    color: white;
    background: #45bece9c;

}

footer a {
    color: black;
    padding: 0.2em;
    border-radius: 1em;
    padding: 0.5em;
}

main a, footer a, #main a {
    text-decoration: underline;
}

main div#galeria a{
    background: transparent;
    padding: 0.2em;
}

a:visited {
    color: grey;
}

footer a:hover {
    background: #45bece34;
}

q {
    font-size: 2em;
}


main p {
    text-indent: 2em;
}

header {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(193,239,244,1) 20%, rgba(69,189,206,1) 100%);
    background-image: url("images/pawel-czerwinski-wtljKRoxsZE-unsplash.jpg");
    /*max-height: 40vh;*/
    min-height: 35vh;
    
    /*position: relative;*/
    margin-right: 0;
    padding-right: 0;
}



header div nav {
    background-color: #3f3f3f;
    width: 100vw;
    margin-left: 0;
    padding-left: 0;

}

header .container{
    width: 100%;
    margin: 0%;
    padding-left: 0;
    position: fixed;
    z-index: 2;
}

header div.row {
    padding-right: 0;
    margin-right: 0;
    padding-top: 4em;
    max-height: 90%;
    min-height: 50%;
}

header p {
   /* max-width: 30vw;*/
    min-width: 30vw;
    max-width: 40vh;
    padding: 1em;
    background: rgba(255, 255, 255, 0.616);
    /*text-shadow: 1px 1px #3f3f3f;*/
    margin: auto;
    
}

.container .navbar a.navbar-brand {
    color: #c1eff4;
}

.colors .nav-item .nav-link{
    color: white;
}

.colors .nav-item .nav-link:active{
    color: #45bdce;
}

.colors .nav-item .nav-link:hover{
    color: #45bdce;
    transition: 0.5s;
}
.colors .nav-item .nav-link:active{
    color: #45bdce;
}

.nav-link#current {
    color: #45bdce;
}

main div {
    margin-bottom: 1em;
}

img {
    margin: 1em;
    max-height: 30em;
}

main, #main {
    max-width: 70vw;
    margin: auto;
}

h1, h2, h3 {
    margin-bottom: 1em;
    font-family: 'Patua One', cursive;
    font-family: 'Source Serif Pro', serif;
    text-align: left;

}

h1{
    margin-top: 1em;
    margin-bottom: 0em;
    padding: 0.5em;
    background-image: url("images/bubbles_icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

hr {
    margin-bottom: 2em;
}



video {
    width: 80%;
    height: auto;
    margin: auto;
    
}



#mira-bemutatkozas img{
    max-height: 20em;
}


div.ikon-div img{
    max-height: 7em;
    margin: auto;
    text-align: center;
}

div.ikon-div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 3em;
}

article div {
    background: #c1eff42f;
    border-radius: 0.5em;
    padding: 1em;
}


#cim, #keressen {
    text-align: center;
    vertical-align: middle;
}

/*Űrlap:*/

section {
    max-width: 70vw;
    margin: auto;
}

form {
    margin: 0;
}

fieldset {
    background: #c1eff4;
    margin: 1em;
    padding: 2em;
    width: 100%;
    margin: 0px auto;
}

fieldset div {
    display: flex;
    flex-direction: column;
}

.uzenet {
    max-width: 100%;
    height: auto;
}

textarea {
    min-height: 2em;
    height: auto;
}

form .button {
    border-radius: 20px;
    background: #45bdce;
    border: 1px solid black;
    width: fit-content;
    margin: 0.3em;
    padding: 0.4em;
    cursor: pointer;
    opacity: 0.7;
}

form .button#torol {
    background: rgba(128, 128, 128, 0.432);
}

form .button:hover {
    opacity: 1;
}

form fieldset #telefonos-ert {
    margin-left: 2em;
}


#arak, #vegyefel {
    text-align: center;
}
#arak{
    
    padding: 1em;
    background: #8383831f;
    border-radius: 0.5em;
}



figure {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

figure figcaption {
    margin: 2em;
}



footer {
    margin-top: 3em;
    position: relative;
    background: #45bece67;
    padding: 2em;
    padding-bottom: 0em;
}

footer p {
    text-align: center;
    color: #0f4147;
    margin-bottom: 0px;
}



figcaption {
    text-align: center;
}

#galeria {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: space-around;
    
}

#galeria img {
    max-height: 10em;
    margin: 0.2em;
}

a#linkimage {
    background: none !important;
}

figure#cikk:hover {
    
    background: #45beceb6;
    border-radius: 1em;
}

.kepernyoolvasohoz {
    position: absolute;
    left: -9999px
}

@media print {

    header {
        display: none;
    }

    footer {
        display: none;
    }

}