﻿.top-banner {
    width: 100%;
    height: 100%;
    /*height: 90%;*/
    border: solid 2px;
    border-radius: 6px;
}
.banner-inner {
    width: 100%;
    height: 100%;
    font-family: Graphik-Medium, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    padding: 12px 10px;
    margin-bottom: 0px !important;
    line-height: 1.5;
}
.apt {
    background-color: #f2ebfe;
    border-color: #f2ebfe;
    color: #690cb0;
}
.doc {
    background-color: #e1fcf8;
    border-color: #e1fcf8;
    color: #099aa4;
}
.inc {
    background-color: #ffe8d9;
    border-color: #ffe8d9;
    color: #c52707;
}
.ev {
    background-color: #dceefb;
    border-color: #dceefb;
    color: #0a558c;
}
.marquee {
    width: 100%; /* the plugin works for responsive layouts so width is not necessary */
    overflow: hidden;
    align-self: center;
}
.marquee-img {
    height: 100%;
    width: auto;
}
.bulletin, .bulletin-header, .bulletin-msg {
    align-self: center;
}
.bulletin {
    display: grid;
    grid-template-columns: .1fr 1fr;
    grid-template-columns: 35px 1fr;
    grid-template-rows: 1fr;
}
.bulletin-msg {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    color: #723b13;
}
.bulletin-header {
    width: 25px;
    color: #e3a008;
    display: grid;
    grid-template-columns: 1fr;
}
.quote {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    background-color: #fdfdea;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 8px;
}
.quote, .qod {
    align-self: center;
}
.qod-message {
    font-family: Avenir-Oblique;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: oblique;
    line-height: normal;
    letter-spacing: normal;
    color: #0f609b;
    font-size: 16px;
}
.qod-author {
    font-family: Avenir-Medium;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8f9db0;
    letter-spacing: 0.01em;
}
