﻿@media only screen and (max-width: 992px){
    nav .brand-logo {
        right: 0 !important;
        left: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

blockquote.material {
    border-left: 5px solid #0094ff !important;
}
span.col {
    padding:0 !important;
}
a.btn-floating img {
    width: 100%;
}

a.btn-floating.img-icon {
    background-color: transparent;
}

.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.material-placeholder {
    height: 200px !important;
}

.centered-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.container {
    max-width: 99%;
}

main {
    min-width: 100% !important;
}
