﻿body {
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2) ), url('../img/body_background.jpg') no-repeat scroll;
    background-size: 100%;
}

.master-container {
    background: url('../img/content_background.jpg') fixed;
    padding-top: 40px;
    padding-bottom: 40px;
}

.navlol{
    padding-top: 20px;
    padding-bottom: 40px;
}

.custom-link{
    color: white !important;
    text-decoration: none;
    transition: all 0.5s;
}

.custom-link:hover{
    color: white !important;
    opacity: 0.4;
    transition: all 0.5s;
}

.custom-link-2 {
    color: black !important;
    text-decoration: none;
    transition: all 0.5s;
}

.custom-link-2:hover {
    color: white !important;
    opacity: 0.4;
    transition: all 0.5s;
}

.elvalaszt {
    color: white;
}

.footer{
    background-color: white;
    color: gray;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.default-elso {
    color: black;
    background: white;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.default-masodik{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.rolam-fo{
    color: black;
    font-family: 'Bree Serif', serif;
    text-justify: trim;
}

.arak-fo{
    color: black;
    font-family: 'Bree Serif', serif;
    text-align: justify;
}

.arak_divek {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: x-large;
}

.felirat {
    /*color: #babbbd;*/
    color: black;
    text-align: center;
}

.ul:before {
    
}

.velemenyek_fo{
    color: black;
}

.like{
    border: 5px solid black;
    border-radius: 50%;
    padding: 15px;
}

.referenciak_kep_container{
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 30px;
}

.referenciak_felirat {
    color: black;
}

.arak_divek{
    font-size: 0.8rem;
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .arak-fo {
        font-size: 1.6rem;
    }
}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
    .arak_divek
{
    font-size: 1rem;
    padding: 0;
}

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .arak-fo{
        font-size: 1.4rem;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .arak-fo {
        font-size: 1.5rem;
    }



