@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,600,700,800&display=swap&subset=latin-ext');
body{
    background-repeat: no-repeat;
    background-size: cover;

    color: black;
    background: -webkit-linear-gradient(-70deg, #93B7BE 30%, rgba(0, 0, 0, 0) 30%), url('../img/paintbrush.jpg');
    background: -o-linear-gradient(-70deg, #93B7BE 30%, rgba(0, 0, 0, 0) 30%), url('../img/paintbrush.jpg');
    background: -moz-linear-gradient(-70deg, #93B7BE 30%, rgba(0, 0, 0, 0) 30%), url('../img/paintbrush.jpg');
    background: linear-gradient(-70deg, #93B7BE 30%, rgba(0, 0, 0, 0) 30%), url('../img/paintbrush.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 21%;
    text-align: right;


}
.marka{
    color: #f6f1ed;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.7),
			     0px 8px 13px rgba(0,0,0,0.1),
			     0px 18px 23px rgba(0,0,0,0.05);
}

.nav-link{
    color: white;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4);
}
a:hover{
    color: #4F4F4F;
}
.navbar.scrolled{
    
    background: -webkit-linear-gradient(70deg, #93B7BE  30%, rgba(0,0,0,0) 30%), -webkit-linear-gradient(30deg, #E0CE34 60%, #D1263F 60%);
    background: -o-linear-gradient(70deg, #93B7BE  30%, rgba(0,0,0,0) 30%), -o-linear-gradient(30deg, #E0CE34 60%, #D1263F 60%);
    background: -moz-linear-gradient(70deg, #93B7BE  30%, rgba(0,0,0,0) 30%), -moz-linear-gradient(30deg, #E0CE34 60%, #D1263F 60%);
    background: linear-gradient(70deg, #93B7BE  30%, rgba(0,0,0,0) 30%), linear-gradient(30deg, #f7c331 60%, #D1263F 60%);
    
    color: #f6f1ed;
    transition: background 500ms;
}
.tartalom{
    background-color: rgba(255,255,255,0.8);
    margin-top: 10%;
    margin: auto;
    max-width: 80%;
    padding: 5%;
    text-align: left;
}



.lablec{
    background-color:#26272b;
    padding:45px 0 20px;
    font-size:15px;
    line-height:24px;
    color:#737373;
    }

.lablec hr{
    border-top-color:#bbb;
    opacity:0.5;
}

.lablec h6{
    color:#fff;
    font-size:16px;
    text-transform:uppercase;
    margin-top:5px;
    letter-spacing:2px;
}
.lablec a{
    color: white;
}
.footer-links{
  padding-left:0;
  list-style:none;
}
.footer-links li{
  display:block;
}

@media only screen and (max-width: 991px) {
    .navbar{
        background: -webkit-linear-gradient(70deg, #93B7BE  30%, rgba(0,0,0,0) 30%), -webkit-linear-gradient(30deg, #E0CE34 60%, #D1263F 60%);
        background: -o-linear-gradient(70deg, #93B7BE  30%, rgba(0,0,0,0) 30%), -o-linear-gradient(30deg, #E0CE34 60%, #D1263F 60%);
        background: -moz-linear-gradient(70deg, #93B7BE  30%, rgba(0,0,0,0) 30%), -moz-linear-gradient(30deg, #E0CE34 60%, #D1263F 60%);
        background: linear-gradient(70deg, #93B7BE  30%, rgba(0,0,0,0) 30%), linear-gradient(30deg, #f7c331 60%, #D1263F 60%);
        color: #f6f1ed;
    }
    .navbar-toggler-icon{
        height: 25px;
        width: 25px;
    }
    #logokep{
        width: 50px;
    }
    #markanev{
        font-size: x-small;
    }
}