/* http://s01.diazol.hu:9030/stream */ 

@font-face {
    font-family: 'XtreemFat_Demo';
    src: url('font/XtreemFat_Demo.ttf') format('truetype');
}

.body {
    background-color: #000;
}

#logo {
    width: 150px;
    height: auto;
    background-color: #fefefe;
}

.nav {
    height: fit-content;
    background-color: #fefefe;
}


.links {
    font-family: 'Brush Script MT', cursive;
    font-size: 40px;
    color: #000;
    text-align: center;
}

.links:hover, .links:active {
    color: #AAAAAA;
    font-style: italic;
    text-decoration: none;
}

#nav_links {
    max-width: 430px;
    display: block;
    text-align: center;
    margin: auto;
    background-color: #fefefe;
}

#fooldal_img {
    max-width: 100%;
    height: 40%;
    display: block;
    margin: auto;
    padding: 140px;
    background-color: #000;
}

#orseg_text {
    font-family: 'XtreemFat_Demo';
    font-size: 65px;
    color: #fefefe;
    text-align: center;
    padding-top: 90px;
    padding-bottom: 30px;
    display: block;
    margin: auto;
}

.orseg_audio {
    padding-top: 30px;
    background-color: #000;
    text-align: center;
    max-width: 100%;
    height: auto;
}

.middle {
    position: fixed;
    bottom: 0px;
    margin: auto;
    width: 100%;
    height: 80px;
    background-color: #000;
}

#list {
    font-size: 15px;
    padding: 30px;
    display: block;
    text-align: center;
    color: #fefefe;
}

#site_logos {
    width: 40px;
    height: 40px;
    padding: 4px;
}

@media only screen and (max-width: 500px){
    .priceimg {
        max-width: 100%; 
        height: auto;
        display: block;
        margin: auto;
        text-align: center; 
    }
}

@media only screen and (min-width: 501px) {
    .priceimg {
        width: 500px;
        height: auto;
        display: block;
        margin: auto;
        text-align: center;
    }
}