body{
    background-color: #644C37;
    font-family: Dutch801 Rm BT;
}
.container{
    background-color: #988161;
    border-radius: 15px;
    min-height: 650px;
}
#header{
    border: black 2px solid;
    background-image: url(../kepek/index.jpg);
    background-size: cover;
    height: 250px;
    padding: 0;
    margin: 5px;
    font-family: Dutch801 Rm BT;
}
#header h1{
    margin: 0;
    line-height: 45px;
    text-align: center;
    color: #50402c;
    font-weight: 600;
}
.kicsi{
    height: 100px;
}
.kozepes{
    height: 200px;
    float: left;
}
#content .col-sm-6{
    padding: 2px;
    min-height: 250px;
}
.col-sm-12{
    text-align: center;
    font-size: 15pt;
    font-weight: bold;
}
.center{
    text-align: center;
}
#left{
    text-align: left;
}
.nagy{
    font-size: 24pt;
    font-family: Dutch801 Rm BT;
}
.doboz{
    text-align: center;
    margin: 30px;
    color: hotpink;
    background-color: bisque;
}
.ikon{
    height: 80px;
}
.col-sm-3 .doboz img{
    margin: 10px;
    width: 90%;
}
.col-sm-3 .doboz{
    text-align: center;
    margin: 10px;
}
hr{
    background-color: cornflowerblue;
    height: 3px;
    border: 0;
}
.p1{
    text-align: left;
}
.right{
    float: right;
}
.nagy1{
    width: 250px;
    border: white solid 4px;
}
#balkep{
    margin-top: 20px;
    border: solid 3px #fff;
}
.szin1{
    color: hotpink;
    background-color: #644C37;
}
.szin2{
    color: #ff69b4;
    background-color: bisque;
}