﻿
@media only screen and (min-width: 1024px) {
    .header.stuck .logo {
        float: right;
        width: 93px;
        height: 60px;
        background: url("../Images/logo.svg") no-repeat;
        background-size: contain;
        margin-right: 50px;
        margin-top: -45px;
    }
}

@font-face {
    font-family: "edubase";
    src: url("../Fonts/edubase.eot");
    src: url("../Fonts/edubase.eot?#iefix") format("embedded-opentype"), url("../Fonts/edubase.woff") format("woff"), url("../Fonts/edubase.ttf") format("truetype"), url("../Fonts/edubase.svg#edubase") format("svg");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: "edubase" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="edubase-"]:before,
[class*=" edubase-"]:before {
    font-family: "edubase" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
