body{
    background-color: white;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #323232;
}

p{
  line-height: 1.6;
  font-size: 1.2em;
}

.header{
    background-color: #809a56;
    height: auto;
    padding: 20px;
    color: white;
}

.footer{
    background-color: #809a56;
    height: auto;
    padding: 20px;
    color: white;
    margin-top: 50px;
}

.footer h1{
    font-size: 2em;
    font-family: 'Arapey', serif;
}

.navbar{
    background-color: #809a56;
    border: none;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2em;
}

.navbar-default .navbar-nav li a {
    color: blueviolet;
    font-weight: bold;
    font-size: 1.5em;
}

.navbar-default .navbar-nav li a:hover {
    color: white;
    font-weight: bold;
    font-size: 1.5em;
}


.navbar-brand{
    color: #e1cdad !important;
    font-weight: bold;
    font-size: 4em;
    text-shadow: 1px 1px #5e5e5e;
}

h1{
    color: blueviolet;
    padding-top: 15px;
    padding-bottom: 5px;
    font-size: 3em;
    font-family: 'Arapey', serif;
}

h2{
    color: #0b9a3f;
    padding-bottom: 10px;
}

h3{
    color: #809a56;
    padding-bottom: 10px;
}

.navbar-dark .navbar-brand{
    font-size: 2.5em;
}

.kiemelt_akcio{
    border: 1px solid;
    padding: 10px;
    box-shadow: 5px 10px 8px #888888;
    margin-bottom: 20px;
    height: auto;
}

.ar{
    color: green;
    text-align: right;
    font-weight: bold;
    font-size: 2em;
    padding-right: 10px;
}

li{
    margin-bottom: 15px;
}