﻿/* Place Your Custom Styles Here */


.logo_img {
    height: 28px;
    filter: invert(.9);
}

.logo_nagy {
    width: 200px;
    filter: invert(.9);
}



@font-face {
    font-family: 'tulinder_logo_icon';
    src: url('fonts/tulinder_logo_icon.eot?97mvga');
    src: url('fonts/tulinder_logo_icon.eot?97mvga#iefix') format('embedded-opentype'),
        url('fonts/tulinder_logo_icon.ttf?97mvga') format('truetype'),
        url('fonts/tulinder_logo_icon.woff?97mvga') format('woff'),
        url('fonts/tulinder_logo_icon.svg?97mvga#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'tulinder_logo_icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


@font-face {
    font-family: 'tulinder_logo_text';
    src: url('fonts/tulinder_logo_text.eot?97mvga');
    src: url('fonts/tulinder_logo_text.eot?97mvga#iefix') format('embedded-opentype'),
        url('fonts/tulinder_logo_text.ttf?97mvga') format('truetype'),
        url('fonts/tulinder_logo_text.woff?97mvga') format('woff'),
        url('fonts/tulinder_logo_text.svg?97mvga#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'tulinder_logo_text' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'tulinder_logo_text_and_tagline';
    src: url('fonts/tulinder_logo_text_and_tagline.eot?97mvga');
    src: url('fonts/tulinder_logo_text_and_tagline.eot?97mvga#iefix') format('embedded-opentype'),
        url('fonts/tulinder_logo_text_and_tagline.ttf?97mvga') format('truetype'),
        url('fonts/tulinder_logo_text_and_tagline.woff?97mvga') format('woff'),
        url('fonts/tulinder_logo_text_and_tagline.svg?97mvga#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'tulinder_logo_text_and_tagline' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.icon-tulinder_logo_text_and_tagline:before {
    content: "\61";
}


.icon-tulinder_logo_text:before {
    content: "\61";
}

.icon-tulinder_logo_icon:before {
    content: "\61";
}

.logo_text {
    font-size: 96px;
    font-family: tulinder_logo_text;
    padding-top: 25px;
    color:#fefefe;
}

.logo_icon {
    font-size: 256px;
    font-family: tulinder_logo_icon;
    color:#fefefe;
}

@media (max-width: 365px) {
    .logo_text {
        font-size: 48px;
    }
    .logo_icon {
        font-size: 128px;
    }
}

@media (min-width:366px) and (max-width: 454px) {
    .logo_text {
        font-size: 56px;
    }
    .logo_icon {
        font-size: 148px;
    }
}

@media (min-width:455px) and (max-width: 768px) {
    .logo_text {
        font-size: 72px;
    }
    .logo_icon {
        font-size: 176px;
    }
}