/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 .tm-navbar {margin: 0 auto; }
 
@media screen and (min-width: 480px){
    #marka {
        height:300px
    }
 }

#elerhetoseg {
    margin-left:100px;
}
@media screen and (max-width: 767px){
    #elerhetoseg {
        margin-left:0px;
    }
}

.rolunk {
    text-indent:50px;
}

#rolunkdiv {
    padding:40px 100px 0;
    display:grid;
    background-color:white
}

@media screen and (max-width: 767px){
    #rolunkdiv {
    padding:40px;
    display:grid;
    background-color:white
}
}