.navbar-brand img{
    margin-left: 10%;
}

.navbar{
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3) !important;
    background-color: #ffffff !important;
}

.nav-link{
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: rgba(0,0,0,.6);
}
section{
    padding-top: 50px;
    padding-bottom: 50px;
    /*border: 1px solid red;*/
}

.container{
    max-width: 80%;
}
.row{
    padding-top: 25px;
}
hr{
    border: 2px solid green;
}

h1{
    font-family: Arial, Helvetica, sans-serif;
    color: green;
    font-weight: bold;
}

h2{
    font-family: Arial, Helvetica, sans-serif;
    color: green;
}

table thead th{
    background-color: green;
    color: white;
}

table td{
    border: 1px solid #dee2e6;
}

.elso-sor{
    color: green;
    font-size: x-large;
    font-weight: bold;
}

.zold-hatter_col{
    border: 1px solid green;
    padding-top: 20px;
    background-color:rgba(143, 218, 140, 0.747);
}
.szin-nelkul-col{
    border: 1px solid green;
    padding-top: 20px;
}
.footer{
    background-color: rgba(0,0,0,0.74);
    padding: 0 5% 0 5%;
}
.footer h2{
    color: white;
}

.footer a{
    color: #00bf59;
}