﻿@font-face {
    font-family: 'Fedra Sans Std LF';
    /*src: url('../fonts/FedraSansStd-Book LF.otf') format("opentype");*/
    src: url('../fonts/FedraSansStd-LightLF.otf') format("opentype");
    /*src: url('../fonts/FedraSansStd-MediumLF.otf') format("opentype");*/
}

body {
    font-family: 'Fedra Sans Std LF', Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: 'Fedra Sans Std LF', Arial, sans-serif;
}

@media only screen and (max-width: 600px) {
    div.wizard-navigation {
        display: none;
    }
}

iframe.img-thumbnail{ height: 400px; }