@font-face {
    font-family: "Roboto Condensed Regular";
    font-style: normal;
    font-weight: normal;
    src: local("Roboto Condensed Regular"),
        url("../fonts/RobotoCondensed-Regular.woff") format("woff");
}

@font-face {
    font-family: "Roboto Condensed Italic";
    font-style: normal;
    font-weight: normal;
    src: local("Roboto Condensed Italic"),
        url("../fonts/RobotoCondensed-Italic.woff") format("woff");
}

@font-face {
    font-family: "Roboto Condensed Bold";
    font-style: normal;
    font-weight: normal;
    src: local("Roboto Condensed Bold"),
        url("../fonts/RobotoCondensed-Bold.woff") format("woff");
}

@font-face {
    font-family: "Roboto Condensed Bold Italic";
    font-style: normal;
    font-weight: normal;
    src: local("Roboto Condensed Bold Italic"),
        url("../fonts/RobotoCondensed-BoldItalic.woff") format("woff");
}

@font-face {
    font-family: "Roboto Condensed Light";
    font-style: normal;
    font-weight: normal;
    src: local("Roboto Condensed Light"),
        url("../fonts/RobotoCondensed-Light.woff") format("woff");
}

@font-face {
    font-family: "Roboto Condensed Light Italic";
    font-style: normal;
    font-weight: normal;
    src: local("Roboto Condensed Light Italic"),
        url("../fonts/RobotoCondensed-LightItalic.woff") format("woff");
}

html,
body,
option {
    font-family: "Roboto Condensed Light" !important;
}

.logo {
    display: block;
    width: 300px;
    height: 80px;
    margin: auto;
    background: transparent url('../../img/logo.png') center no-repeat;
    background-size: contain;
}
.mobile-link{
    display: block;
    width: 100%;
    height: 70px;
    background: transparent url('../../img/ios.png') center no-repeat;
    background-size: contain;
}
.mobile-link-android{
    margin-top: 15px;
    background-image: url('../../img/android.png');
}