.bg-dark{
    background-image: linear-gradient(rgba(253, 250, 250, 0.1), rgba(102, 146, 175, 0.5)), url("../img/hero_family.jpg"); 
    background-size: cover;
    background-position: center center;
}
.bg-dark-cs {
    background-image: linear-gradient(rgba(253, 250, 250, 0.1), rgba(102, 146, 175, 0.5)), url("../img/csaladi2.jpg"); 
    background-size: cover;
    background-position: center center;
}
#hero .container {
    height: 50vh;
}
.own-pri-button {
    background-color: #6fb5ee;
    border-color: #5da4df !important;
    color: #202839;
}
.own-pri-button:hover {
    background-color: transparent;
    color: #6fb5ee;
    border-color: #5da4df !important;
}
.own-icon {
    font-size: 50px;
    color: #202839;
}
#rolam {
    background-color:#EBEDF2;
}
#velemenyek {
    background-color: #202839;
}
.velemeny_kep {
    width: 80px;
    border-radius: 50px;
}
#urlap-sec {
    background-image: linear-gradient(rgba(253, 250, 250, 0.1), rgba(102, 146, 175, 0.5)), url("../img/form-camera.jpg"); 
    background-size: cover;
    background-position: center center;
}
#urlap {
    background-color: rgba(255, 255, 255, 0.6) ;
}
#footer {
    background-color: #202839;
}
.arlista:hover {
    border: 3px solid rgba(253, 250, 250, 0.8);
}
.own-sm-button {
    background-color: #eaf0fe;
    border-color: #202839 !important;
    color: #202839;
}
.own-bg {
    background-color: #202839;
}