html {
    scroll-behavior: smooth;
}

body{
    background-image: url(images/bg_crow.jpg);

    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    font-family: "Arial",sans-serif; 
    font-size: 120%;
}

table caption {
    caption-side: top;
}

h1{
    background-color: rgb(180, 226, 128);
    border-radius: 5px;
    padding: 5px;
    margin-top: 30px !important;
    border: 3px solid rgb(26, 44, 4);
    font-weight: bold;
    font-size: 2rem;
}

h2{
    padding-top: 3px;
    padding-bottom: 5px;
    font-size: 1.8rem;
}

section, article{
    background-color: rgb(180, 226, 128);
    border-radius: 5px;
    border: 3px solid rgb(26, 44, 4);
    margin-top: 10px;
}

aside, summary{
    background-color: rgb(219, 226, 128);
    border-radius: 10px;
    border: 10px dotted rgb(26, 44, 4);
    padding: 5px;
}

footer{
    color: white;
    background-color: black;
    text-align: center;
    padding: 1%;
}

nav{
    background-color: rgb(110, 189, 20);
    border: 2px solid rgb(26, 44, 4);
    border-radius: 5px;
}

a:link{
    color: darkgreen;
}

a:visited{
    color: green;
}

#varjuNav{
    background-color: rgb(180, 226, 128);
    border-radius: 5px;
    padding: 5px;
    margin-top: 30px !important;
    margin-bottom: auto;
    text-align: center;
    border: 3px solid rgb(26, 44, 4);
    font-weight: bold;
}

#helper{
    margin-bottom: 10px;
    padding: 5px 5px;
    background-color: rgb(236, 236, 236);
    border-bottom: 2px solid black;
}

#diagramm{
    max-width: 35%;
    float: right;
    margin: 10px;
    height: auto;
}

#formKüld{
    color: rgb(236, 236, 236) !important;
    background-color: rgb(79, 129, 22) !important;
    border: 2px solid rgb(26, 44, 4) !important;
}

#formMégse{
    background-color: rgb(26, 44, 4);
    color: rgb(236, 236, 236) !important;
    border: 2px solid rgb(26, 44, 4) !important;
}

#formImage{
    max-width: 35vw;
    float: right;
    margin: 10px;
}

.table th{
    background-color: rgb(26, 44, 4) !important;
    border: 2px solid rgb(236, 236, 236);
    color: rgb(236, 236, 236) !important;
}

.table td{
    background-color: rgb(159, 221, 88) !important;
    border: 2px solid rgb(26, 44, 4);
    border-top: 2px solid rgb(236, 236, 236);
    color: rgb(26, 44, 4) !important;
}

.buttonTop{
    float: right;
    color: rgb(236, 236, 236) !important;
    background-color: rgb(79, 129, 22) !important;
    border: 2px solid rgb(26, 44, 4) !important;
    margin: 5px;
}

.varjuLink{
    color: rgb(26, 44, 4);
}

.varjuLink:hover{
    color: rgb(71, 90, 47);
}

.varjuLink:visited{
    color: rgb(26, 44, 4);
}

.navAlja{
    background-color: rgb(112, 194, 19);
    border-top: 1px solid rgb(26, 44, 4);
    border-radius: 5px;
}

.rövid {
    max-width: 45%;
}

.közepes{
    max-width: 75%;
}
  
.hosszú {
    width: 80%;
    max-height: 90px;
    resize: vertical;
  }

.nav-pills{
    margin: 5px;
    padding: 5px;
    
}
.nav-pills .nav-link{
    background-color: rgb(79, 129, 22);
    color: rgb(236, 236, 236) !important;
}

.nav-pills .nav-link.active{
    background-color: rgb(26, 44, 4) !important;
}