body {
    font-family: "Roboto", sans-serif;
}

section.main {
    position: relative;
    top: 64px;
    min-height: calc(100vh - 448px);
    margin-bottom: 100px;
}

.breadcrumb {
    margin-top: 18px;
}

.breadcrumb a {
    color: #48484b;
}

a:focus {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

.icon-r {
    margin-right: 5px;
}

@media (min-width: 992px) {
    section.main {
        top: 80px;
    }
}
