@font-face {
    font-family: "Caecilia LT STD";
    src: url("fonts/CaeciliaLTStd-Light.otf");
}

@font-face {
    font-family: "Franklin Gothic Book";
    src: url("fonts/Franklin-Gothic-Book-Regular.ttf");
}

.dotStyle {
    height: 3rem;
    font-size: 1.5rem;
    overflow: hidden;
    text-align: center;
    cursor: default;
    margin-top: -15px;
}

h1, h2, h3, h4 {
    font-family: "Caecilia LT STD", sans-serif !important;
    color: #E5173F;
    margin: 0;
    vertical-align: middle;
}

h3, h4, h5 {
    font-family: "Franklin Gothic Book", sans-serif !important;
    color: #E5173F;
}

h1, h2 {
    font-weight: bolder;
    padding: .75em 0;
}

html, body {
    font-family: "Franklin Gothic Book", sans-serif !important;
    overflow-x: hidden;
}

h4, h5 {
    display: inline;
}

.centerText {
    text-align: center;
}

.bs-callout.warning {
    border: none;
    padding: 1em;
    color: rgba(105, 97, 88, 1);
}

.bs-callout-outline {
    background-color: rgba(105, 97, 88, 0.2);
    border: 3px double rgba(105, 97, 88, 1);
}

.bs-callout.warning h4 {
    font-weight: bolder;
    color: rgba(105, 97, 88, 1);
    text-align: center;
    display: block;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    font-size: 1.7em;
    border-bottom: 1px solid rgba(105, 97, 88, 1);
}

.bs-callout.warning h4:before {
    font-family: 'Material Icons';
    content: '\E002';
    padding-right: 0px;
    font-size: inherit;
    font-size: 2.5em;
    color: rgba(105, 97, 88, 1);
    display: block;
}
