body{
    background-color: #e8e2e1;    
}

h1, h2{
    color: #5c3829;  
}

h3{
    margin-top: 15px;
    font-weight: bold;
}

img{
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}

.felkover{    
    color: rgb(16, 37, 82);
}

.dolt{
    color: rgb(16, 37, 82);
}

.jobbra a, #link a{
    color: rgb(16, 37, 82);
    font-variant: small-caps;    
    padding: 5px;
    text-decoration: none;
}

.jobbra a:hover, #link a:hover{
    background-color: white;
}

.jobbra{
    text-align: right;
    font-style: italic;
}
nav,footer{
    background-color: #024600;
}
header{
    height: 350px;
    background: url("../img/tiger_bg.jpg");
    background-size: 100% ;
    background-attachment: cover;
    background-position: center center ;
}
h1{
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}
h2{
    font-variant: small-caps;
    letter-spacing: 1px;
    line-height: 70px;
}
p{
    text-align: justify;
    text-indent: 20px;
}
.kepesfelsorolas{
    list-style-image: url(../img/tiger.png);
}
.dolt{
    font-family:'Courier New', Courier, monospace;
    font-style: italic;

}
#taplalek{
    background-color: rgba(255,255,255, 0.4);
    font-size: 120%;
    width: 80%;
    border: 5px double #5c3829;
    padding: 10px 20px;
    margin: 15px auto;

}
#tigriskolykok{
    width: 60%;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    border-radius: 30px;
    
}