﻿@import url("/Content/font/fonts.css");

.broker #footer .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
    .broker #footer .inner:before {
        content: "Powered by";
        font-size: 14px;
        line-height: 18px;
        color: #000;
        margin-bottom: 0;
        position: relative;
    }
    .broker #footer .inner:after {
        display: block;
        content: " ";
        background-image: url(/Images/idura_logo.png);
        background-repeat: no-repeat;
        height: 14px;
        aspect-ratio: 480 / 120;
        background-size: contain;
    }

.broker #header, .broker #headline, .broker #footer, .broker #description {
    color: #000;
    font-family: "Roboto Slab";
}

.broker .button {
    font-family: "Raleway";
}

.broker .frame.with-header header {
    font-family: "Roboto Slab";
}
